diff options
Diffstat (limited to 'certmanager/conf/dirservconfigpage.h')
-rw-r--r-- | certmanager/conf/dirservconfigpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/conf/dirservconfigpage.h b/certmanager/conf/dirservconfigpage.h index 8c7c75439..2ec688204 100644 --- a/certmanager/conf/dirservconfigpage.h +++ b/certmanager/conf/dirservconfigpage.h @@ -53,7 +53,7 @@ namespace Kleo { class KDE_EXPORT DirectoryServicesConfigurationPage : public KCModule { Q_OBJECT public: - DirectoryServicesConfigurationPage( QWidget * parent=0, const char * name=0 ); + DirectoryServicesConfigurationPage( TQWidget * parent=0, const char * name=0 ); virtual void load(); virtual void save(); @@ -72,7 +72,7 @@ private: Kleo::DirectoryServicesWidget* mWidget; QTimeEdit* mTimeout; KIntNumInput* mMaxItems; - QCheckBox* mAddNewServersCB; + TQCheckBox* mAddNewServersCB; Kleo::CryptoConfigEntry* mTimeoutConfigEntry; Kleo::CryptoConfigEntry* mMaxItemsConfigEntry; |