From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/launch/kcmlaunch.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kcontrol/launch/kcmlaunch.h') 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; -- cgit v1.2.1