summaryrefslogtreecommitdiffstats
path: root/kcontrol/style
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/style
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/style')
-rw-r--r--kcontrol/style/kcmstyle.h26
-rw-r--r--kcontrol/style/keramik/keramikconf.h2
2 files changed, 14 insertions, 14 deletions
diff --git a/kcontrol/style/kcmstyle.h b/kcontrol/style/kcmstyle.h
index 17d3cfdfa..35fccf773 100644
--- a/kcontrol/style/kcmstyle.h
+++ b/kcontrol/style/kcmstyle.h
@@ -36,19 +36,19 @@
#include "menupreview.h"
class KComboBox;
-class QCheckBox;
-class QComboBox;
-class QFrame;
-class QGroupBox;
-class QLabel;
-class QListBox;
-class QListViewItem;
-class QSettings;
-class QSlider;
-class QSpacerItem;
-class QStyle;
-class QTabWidget;
-class QVBoxLayout;
+class TQCheckBox;
+class TQComboBox;
+class TQFrame;
+class TQGroupBox;
+class TQLabel;
+class TQListBox;
+class TQListViewItem;
+class TQSettings;
+class TQSlider;
+class TQSpacerItem;
+class TQStyle;
+class TQTabWidget;
+class TQVBoxLayout;
class StyleConfigDialog;
class WidgetPreview;
diff --git a/kcontrol/style/keramik/keramikconf.h b/kcontrol/style/keramik/keramikconf.h
index 727284d7e..de1c58dfd 100644
--- a/kcontrol/style/keramik/keramikconf.h
+++ b/kcontrol/style/keramik/keramikconf.h
@@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE.
#ifndef KERAMIK_CONF_H
#define KERAMIK_CONF_H
-class QCheckBox;
+class TQCheckBox;
class KeramikStyleConfig: public QWidget
{