|
|
@ -253,7 +253,7 @@ void SecondaryRealmWizard::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);
|
|
|
|