summaryrefslogtreecommitdiffstats
path: root/kcontrol/launch/kcmlaunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/launch/kcmlaunch.h')
-rw-r--r--kcontrol/launch/kcmlaunch.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/launch/kcmlaunch.h b/kcontrol/launch/kcmlaunch.h
index c69bef943..6c89c0974 100644
--- a/kcontrol/launch/kcmlaunch.h
+++ b/kcontrol/launch/kcmlaunch.h
@@ -32,7 +32,7 @@ class LaunchConfig : public KCModule
public:
- LaunchConfig(QWidget * parent = 0, const char * name = 0, const QStringList &list = QStringList() );
+ LaunchConfig(TQWidget * parent = 0, const char * name = 0, const TQStringList &list = TQStringList() );
virtual ~LaunchConfig();
@@ -60,10 +60,10 @@ class LaunchConfig : public KCModule
private:
- QLabel * lbl_cursorTimeout;
- QLabel * lbl_taskbarTimeout;
- QComboBox * cb_busyCursor;
- QCheckBox * cb_taskbarButton;
+ TQLabel * lbl_cursorTimeout;
+ TQLabel * lbl_taskbarTimeout;
+ TQComboBox * cb_busyCursor;
+ TQCheckBox * cb_taskbarButton;
KIntNumInput * sb_cursorTimeout;
KIntNumInput * sb_taskbarTimeout;