-rw-r--r-- | noncore/apps/tinykate/libkate/microkde/kmessagebox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/tinykate/libkate/microkde/kmessagebox.cpp b/noncore/apps/tinykate/libkate/microkde/kmessagebox.cpp index fd305cd..94b9b5d 100644 --- a/noncore/apps/tinykate/libkate/microkde/kmessagebox.cpp +++ b/noncore/apps/tinykate/libkate/microkde/kmessagebox.cpp | |||
@@ -32,5 +32,5 @@ int KMessageBox::questionYesNo(QWidget *parent, | |||
32 | const QString &textYes, | 32 | const QString &textYes, |
33 | const QString &textNo, | 33 | const QString &textNo, |
34 | bool notify=true ) | 34 | bool notify ) |
35 | { | 35 | { |
36 | int result =QMessageBox::warning(parent,i18n("Question"),text,textYes,textNo); | 36 | int result =QMessageBox::warning(parent,i18n("Question"),text,textYes,textNo); |