diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:20:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:20:08 -0600 |
commit | 3294a2b0edca71b65173ac97558db46e21cc05cc (patch) | |
tree | 3b46a47d6946dc037faffbe38f54b55afc74a12c /src/bondwizard.cpp | |
parent | 77edf672f1181c83a55907f982887142e7aaeca8 (diff) | |
download | kcmldap-3294a2b0edca71b65173ac97558db46e21cc05cc.tar.gz kcmldap-3294a2b0edca71b65173ac97558db46e21cc05cc.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/bondwizard.cpp')
-rw-r--r-- | src/bondwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bondwizard.cpp b/src/bondwizard.cpp index cbf1586..e29e4f9 100644 --- a/src/bondwizard.cpp +++ b/src/bondwizard.cpp @@ -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); |