summaryrefslogtreecommitdiffstats
path: root/kcontrol/colors
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/colors')
-rw-r--r--kcontrol/colors/colorscm.cpp2
-rw-r--r--kcontrol/colors/colorscm.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp
index baf56c5c3..6bb368fe2 100644
--- a/kcontrol/colors/colorscm.cpp
+++ b/kcontrol/colors/colorscm.cpp
@@ -145,7 +145,7 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis
TQGroupBox *group = new TQVGroupBox( i18n("Color Scheme"), this );
topLayout->addWidget( group, 1, 0 );
- sList = new KListBox( group );
+ sList = new TDEListBox( group );
mSchemeList = new KColorSchemeList();
readSchemeNames();
sList->setCurrentItem( 0 );
diff --git a/kcontrol/colors/colorscm.h b/kcontrol/colors/colorscm.h
index abfd3d403..ca8718f74 100644
--- a/kcontrol/colors/colorscm.h
+++ b/kcontrol/colors/colorscm.h
@@ -25,7 +25,7 @@ class TQCheckBox;
class TQResizeEvent;
class KLineEdit;
class TQPalette;
-class KListBox;
+class TDEListBox;
class KColorButton;
class TDEConfig;
class KStdDirs;
@@ -76,7 +76,7 @@ private:
TQSlider *sb;
TQComboBox *wcCombo;
TQPushButton *addBt, *removeBt, *importBt;
- KListBox *sList;
+ TDEListBox *sList;
KColorSchemeList *mSchemeList;
TQString sCurrentScheme;