diff options
Diffstat (limited to 'kaddressbook/kcmconfigs/addhostdialog.h')
-rw-r--r-- | kaddressbook/kcmconfigs/addhostdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/kcmconfigs/addhostdialog.h b/kaddressbook/kcmconfigs/addhostdialog.h index 84f5a0c9e..12d145f08 100644 --- a/kaddressbook/kcmconfigs/addhostdialog.h +++ b/kaddressbook/kcmconfigs/addhostdialog.h @@ -37,14 +37,14 @@ class AddHostDialog : public KDialogBase Q_OBJECT public: - AddHostDialog( KPIM::LdapServer* server, QWidget* parent = 0, const char* name = 0 ); + AddHostDialog( KPIM::LdapServer* server, TQWidget* parent = 0, const char* name = 0 ); ~AddHostDialog(); signals: void changed( bool ); private slots: - void slotHostEditChanged( const QString& ); + void slotHostEditChanged( const TQString& ); virtual void slotOk(); private: KABC::LdapConfigWidget *mCfg; |