From 45be2143e2c6961a65a852d4d06ebd2fdc901d38 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:30:14 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1158456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/editor/command.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kommander/editor/command.h') 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 #include -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 { -- cgit v1.2.3