-rw-r--r-- | microkde/kdialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/microkde/kdialog.cpp b/microkde/kdialog.cpp index f9e0126..8398956 100644 --- a/microkde/kdialog.cpp +++ b/microkde/kdialog.cpp | |||
@@ -62,5 +62,6 @@ void KProgressDialog::setProgress ( int progress ) | |||
62 | void KProgressDialog::accept() | 62 | void KProgressDialog::accept() |
63 | { | 63 | { |
64 | 64 | mLabel->setText( i18n("Eeek, there I am ticklish!") ); | |
65 | move ( geometry().x()-20,geometry().y()+20); | ||
65 | // QDialog::accept(); | 66 | // QDialog::accept(); |
66 | } | 67 | } |