Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 77edf672f1
commit 3294a2b0ed

@ -240,7 +240,7 @@ void BondWizard::setPosition() {
hint.setHeight(finish_size.height()); hint.setHeight(finish_size.height());
// set the position // 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 w = rect.x() + (rect.width() - hint.width())/2 - 9;
int h = rect.y() + (rect.height() - hint.height())/2; int h = rect.y() + (rect.height() - hint.height())/2;
move(w, h); move(w, h);

@ -125,7 +125,7 @@ LDAPConfig::~LDAPConfig() {
} }
void LDAPConfig::load() { void LDAPConfig::load() {
kgs = new KGlobalSettings(); kgs = new TDEGlobalSettings();
load(false); load(false);
} }

@ -75,7 +75,7 @@ class LDAPConfig: public KCModule
private: private:
TDEAboutData *myAboutData; TDEAboutData *myAboutData;
KGlobalSettings *kgs; TDEGlobalSettings *kgs;
LDAPConfigBase *base; LDAPConfigBase *base;
LDAPRealmConfigList m_realms; LDAPRealmConfigList m_realms;
TQString m_fqdn; TQString m_fqdn;

Loading…
Cancel
Save