diff options
Diffstat (limited to 'tdeui/kdialog.cpp')
-rw-r--r-- | tdeui/kdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kdialog.cpp b/tdeui/kdialog.cpp index e9082b657..959de3cc1 100644 --- a/tdeui/kdialog.cpp +++ b/tdeui/kdialog.cpp @@ -428,7 +428,7 @@ KSMModalDialog::KSMModalDialog(TQWidget* parent) setCaption( i18n("Please wait...") ); // Center the dialog - TQSize sh = tqsizeHint(); + TQSize sh = sizeHint(); TQRect rect = KGlobalSettings::desktopGeometry(TQCursor::pos()); move(rect.x() + (rect.width() - sh.width())/2, rect.y() + (rect.height() - sh.height())/2); |