summaryrefslogtreecommitdiffstats
path: root/kcontrol/colors
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/colors
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/colors')
-rw-r--r--kcontrol/colors/colorscm.cpp4
-rw-r--r--kcontrol/colors/colorscm.h12
-rw-r--r--kcontrol/colors/widgetcanvas.h8
3 files changed, 12 insertions, 12 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp
index d735d1248..6161198c0 100644
--- a/kcontrol/colors/colorscm.cpp
+++ b/kcontrol/colors/colorscm.cpp
@@ -182,7 +182,7 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis
" current user." ));
- TQBoxLayout *stackLayout = new QVBoxLayout;
+ TQBoxLayout *stackLayout = new TQVBoxLayout;
topLayout->addLayout(stackLayout, 1, 1);
group = new TQGroupBox(i18n("&Widget Color"), this);
@@ -251,7 +251,7 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis
TQVBoxLayout *groupLayout2 = new TQVBoxLayout(group, 10);
groupLayout2->addSpacing(10);
- groupLayout = new QHBoxLayout;
+ groupLayout = new TQHBoxLayout;
groupLayout2->addLayout(groupLayout);
sb = new TQSlider( TQSlider::Horizontal,group,"Slider" );
diff --git a/kcontrol/colors/colorscm.h b/kcontrol/colors/colorscm.h
index 1494b072d..c2e19d421 100644
--- a/kcontrol/colors/colorscm.h
+++ b/kcontrol/colors/colorscm.h
@@ -18,13 +18,13 @@
#include "widgetcanvas.h"
-class QSlider;
-class QComboBox;
-class QPushButton;
-class QCheckBox;
-class QResizeEvent;
+class TQSlider;
+class TQComboBox;
+class TQPushButton;
+class TQCheckBox;
+class TQResizeEvent;
class KLineEdit;
-class QPalette;
+class TQPalette;
class KListBox;
class KColorButton;
class KConfig;
diff --git a/kcontrol/colors/widgetcanvas.h b/kcontrol/colors/widgetcanvas.h
index 4e78d599e..44fc2fd12 100644
--- a/kcontrol/colors/widgetcanvas.h
+++ b/kcontrol/colors/widgetcanvas.h
@@ -40,10 +40,10 @@
#define CSM_Alternate_background 22
#define CSM_LAST 23
-class QPixmap;
-class QColor;
-class QPainter;
-class QEvent;
+class TQPixmap;
+class TQColor;
+class TQPainter;
+class TQEvent;
class KPixmap;