From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- certmanager/conf/dirservconfigpage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'certmanager/conf/dirservconfigpage.h') 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; -- cgit v1.2.1