diff options
Diffstat (limited to 'kontact/src/kcmkontact.h')
-rw-r--r-- | kontact/src/kcmkontact.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kontact/src/kcmkontact.h b/kontact/src/kcmkontact.h index 3b37f68f5..d914bd351 100644 --- a/kontact/src/kcmkontact.h +++ b/kontact/src/kcmkontact.h @@ -41,7 +41,7 @@ class KcmKontact : public KPrefsModule Q_OBJECT public: - KcmKontact( QWidget *parent = 0, const char *name = 0 ); + KcmKontact( TQWidget *parent = 0, const char *name = 0 ); virtual const KAboutData* aboutData() const; }; @@ -51,18 +51,18 @@ class PluginSelection : public KPrefsWid Q_OBJECT public: - PluginSelection( KConfigSkeleton::ItemString *item, QWidget *parent ); + PluginSelection( KConfigSkeleton::ItemString *item, TQWidget *parent ); ~PluginSelection(); void readConfig(); void writeConfig(); - QValueList<QWidget *> widgets() const; - QComboBox *comboBox() const { return mPluginCombo; } + TQValueList<TQWidget *> widgets() const; + TQComboBox *comboBox() const { return mPluginCombo; } private: - QComboBox *mPluginCombo; - QValueList<KService::Ptr> mPluginList; + TQComboBox *mPluginCombo; + TQValueList<KService::Ptr> mPluginList; KConfigSkeleton::ItemString *mItem; }; |