Fixes: - Rename ActionManager --> ActionManagerPrivate

Details:  - Step one, step two is ActionManagerInterface -->
ActionManager because it conflicts with our naming conventions
This commit is contained in:
con
2009-01-13 13:07:29 +01:00
parent e2b9db7bd8
commit 2562b09f5b
12 changed files with 63 additions and 61 deletions

View File

@@ -74,7 +74,7 @@ class ViewManagerInterface;
namespace Internal {
class ActionManager;
class ActionManagerPrivate;
class CoreImpl;
class FancyTabWidget;
class GeneralSettings;
@@ -176,7 +176,7 @@ private:
QList<int> m_additionalContexts;
QSettings *m_settings;
mutable QPrinter *m_printer;
ActionManager *m_actionManager;
ActionManagerPrivate *m_actionManager;
EditorManager *m_editorManager;
FileManager *m_fileManager;
MessageManager *m_messageManager;