summaryrefslogtreecommitdiffstats
path: root/kcontrol/konq/behaviour.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
commita5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch)
treeaf263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kcontrol/konq/behaviour.h
parentc663b6440964f6ac48027143ac9e63298991f9d0 (diff)
downloadtdebase-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 'kcontrol/konq/behaviour.h')
-rw-r--r--kcontrol/konq/behaviour.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/konq/behaviour.h b/kcontrol/konq/behaviour.h
index 2cfcb95fb..dd486cf8d 100644
--- a/kcontrol/konq/behaviour.h
+++ b/kcontrol/konq/behaviour.h
@@ -21,11 +21,11 @@
#include <kcmodule.h>
-class QCheckBox;
-class QLabel;
-class QRadioButton;
-class QSpinBox;
-class QVButtonGroup;
+class TQCheckBox;
+class TQLabel;
+class TQRadioButton;
+class TQSpinBox;
+class TQVButtonGroup;
class KConfig;
class KURLRequester;