diff options
Diffstat (limited to 'kdevdesigner/designer/mainwindow.h')
-rw-r--r-- | kdevdesigner/designer/mainwindow.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kdevdesigner/designer/mainwindow.h b/kdevdesigner/designer/mainwindow.h index 1720229e..a5db52df 100644 --- a/kdevdesigner/designer/mainwindow.h +++ b/kdevdesigner/designer/mainwindow.h @@ -46,19 +46,19 @@ #include <private/qpluginmanager_p.h> #include <tqobjectlist.h> -class QToolBox; +class TQToolBox; class PropertyEditor; -class QWorkspace; -class QMenuBar; +class TQWorkspace; +class TQMenuBar; class FormWindow; -class QPopupMenu; +class TQPopupMenu; class HierarchyView; -class QCloseEvent; +class TQCloseEvent; class Workspace; class ActionEditor; class Project; class OutputWindow; -class QTimer; +class TQTimer; class FindDialog; struct DesignerProject; class ReplaceDialog; @@ -71,7 +71,7 @@ class DesignerAction; #if defined(Q_FULL_TEMPLATE_INSTANTIATION) #include <tqtoolbar.h> #else -class QToolBar; +class TQToolBar; #endif class Preferences; |