From 157db246622e300d8cfb4684c197ed873523e3e2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:29:47 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdevdesigner/designer/command.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kdevdesigner/designer/command.h') diff --git a/kdevdesigner/designer/command.h b/kdevdesigner/designer/command.h index 5aa1764f..0279dc50 100644 --- a/kdevdesigner/designer/command.h +++ b/kdevdesigner/designer/command.h @@ -40,21 +40,21 @@ #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 QTable; -class QAction; +class TQListBox; +class TQIconView; +class TQTable; +class TQAction; class QDesignerToolBar; -class QMainWindow; -class QTextEdit; +class TQMainWindow; +class TQTextEdit; struct LanguageInterface; -class QToolBox; +class TQToolBox; class MenuBarEditor; class MenuBarEditorItem; -- cgit v1.2.1