diff options
Diffstat (limited to 'kcontrol/clock/main.h')
-rw-r--r-- | kcontrol/clock/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/clock/main.h b/kcontrol/clock/main.h index 3c57469f0..53a060674 100644 --- a/kcontrol/clock/main.h +++ b/kcontrol/clock/main.h @@ -33,13 +33,13 @@ class KclockModule : public KCModule Q_OBJECT public: - KclockModule(QWidget *parent, const char *name, const QStringList &); + KclockModule(TQWidget *parent, const char *name, const TQStringList &); void save(); void load(); private: - QTabWidget *tab; + TQTabWidget *tab; Tzone *tzone; Dtime *dtime; }; |