diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
commit | a5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch) | |
tree | af263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kdebugdialog | |
parent | c663b6440964f6ac48027143ac9e63298991f9d0 (diff) | |
download | tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdebugdialog')
-rw-r--r-- | kdebugdialog/kabstractdebugdialog.h | 2 | ||||
-rw-r--r-- | kdebugdialog/kdebugdialog.h | 12 | ||||
-rw-r--r-- | kdebugdialog/klistdebugdialog.h | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/kdebugdialog/kabstractdebugdialog.h b/kdebugdialog/kabstractdebugdialog.h index 84fac7380..2dcc1a208 100644 --- a/kdebugdialog/kabstractdebugdialog.h +++ b/kdebugdialog/kabstractdebugdialog.h @@ -23,7 +23,7 @@ #include <kdialog.h> class KConfig; -class QVBoxLayout; +class TQVBoxLayout; class KPushButton; class KAbstractDebugDialog : public KDialog diff --git a/kdebugdialog/kdebugdialog.h b/kdebugdialog/kdebugdialog.h index 86a6fcc84..f6c7c156b 100644 --- a/kdebugdialog/kdebugdialog.h +++ b/kdebugdialog/kdebugdialog.h @@ -21,12 +21,12 @@ #include "kabstractdebugdialog.h" -class QLineEdit; -class QComboBox; -class QLabel; -class QGroupBox; -class QCheckBox; -class QPushButton; +class TQLineEdit; +class TQComboBox; +class TQLabel; +class TQGroupBox; +class TQCheckBox; +class TQPushButton; class KConfig; diff --git a/kdebugdialog/klistdebugdialog.h b/kdebugdialog/klistdebugdialog.h index 99c826259..72b39b40d 100644 --- a/kdebugdialog/klistdebugdialog.h +++ b/kdebugdialog/klistdebugdialog.h @@ -25,7 +25,7 @@ #include <tqptrlist.h> #include <tqstringlist.h> -class QVBox; +class TQVBox; class KLineEdit; /** |