diff options
Diffstat (limited to 'kaddressbook/kcmconfigs/addhostdialog.h')
-rw-r--r-- | kaddressbook/kcmconfigs/addhostdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/kcmconfigs/addhostdialog.h b/kaddressbook/kcmconfigs/addhostdialog.h index 1ea1865fd..5c900c07b 100644 --- a/kaddressbook/kcmconfigs/addhostdialog.h +++ b/kaddressbook/kcmconfigs/addhostdialog.h @@ -48,7 +48,7 @@ class AddHostDialog : public KDialogBase void slotHostEditChanged( const TQString& ); virtual void slotOk(); private: - KABC::LdapConfigWidget *mCfg; + TDEABC::LdapConfigWidget *mCfg; KPIM::LdapServer *mServer; }; |