diff options
Diffstat (limited to 'kaddressbook/kcmconfigs/addhostdialog.cpp')
-rw-r--r-- | kaddressbook/kcmconfigs/addhostdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/kcmconfigs/addhostdialog.cpp b/kaddressbook/kcmconfigs/addhostdialog.cpp index 53c06e2ac..21a24780c 100644 --- a/kaddressbook/kcmconfigs/addhostdialog.cpp +++ b/kaddressbook/kcmconfigs/addhostdialog.cpp @@ -90,7 +90,7 @@ AddHostDialog::AddHostDialog( KPIM::LdapServer *server, TQWidget* parent, const } mCfg->setMech( mServer->mech() ); - KAcceleratorManager::manage( this ); + TDEAcceleratorManager::manage( this ); } |