diff options
Diffstat (limited to 'kommander/editor/command.h')
-rw-r--r-- | kommander/editor/command.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kommander/editor/command.h b/kommander/editor/command.h index 0c86fc63..a2162dca 100644 --- a/kommander/editor/command.h +++ b/kommander/editor/command.h @@ -33,22 +33,22 @@ #include <tqptrlist.h> #include <tqmap.h> -class QWizard; -class QTabWidget; +class TQWizard; +class TQTabWidget; class Command; -class QWidget; +class TQWidget; class FormWindow; class PropertyEditor; -class QListBox; -class QIconView; -class QMultiLineEdit; -class QTable; -class QAction; +class TQListBox; +class TQIconView; +class TQMultiLineEdit; +class TQTable; +class TQAction; class QDesignerToolBar; -class QMainWindow; +class TQMainWindow; class QDesignerPopupMenu; class QDesignerMenuBar; -class QToolBox; +class TQToolBox; class Command : public Qt { |