@ -240,7 +240,7 @@ void BondWizard::setPosition() {
hint.setHeight(finish_size.height());
// set the position
TQRect rect = KGlobalSettings::desktopGeometry(TQCursor::pos());
TQRect rect = TDEGlobalSettings::desktopGeometry(TQCursor::pos());
int w = rect.x() + (rect.width() - hint.width())/2 - 9;
int h = rect.y() + (rect.height() - hint.height())/2;
move(w, h);
@ -125,7 +125,7 @@ LDAPConfig::~LDAPConfig() {
}
void LDAPConfig::load() {
kgs = new KGlobalSettings();
kgs = new TDEGlobalSettings();
load(false);
@ -75,7 +75,7 @@ class LDAPConfig: public KCModule
private:
TDEAboutData *myAboutData;
KGlobalSettings *kgs;
TDEGlobalSettings *kgs;
LDAPConfigBase *base;
LDAPRealmConfigList m_realms;
TQString m_fqdn;