blob: 2f8ea36e3527121ac90014114d38468c8342e155 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- kdialogd4/kdialogd.cpp.orig 2009-02-03 19:49:03.000000000 +0500
+++ kdialogd4/kdialogd.cpp 2009-02-03 19:49:17.000000000 +0500
@@ -391,7 +391,7 @@
// * the dir select dialog doesnt seem to set the QDialog result parameter
// when it is accepted - so for this reason if ok is clicked we store an
// 'accepted' value there, and check for that after the dialog is finished.
- kDebug() << "finished " << (int)itsDlg << itsAccepted << (itsDlg ? QDialog::Accepted==itsDlg->result() : false);
+ kDebug() << "finished " << itsDlg << itsAccepted << (itsDlg ? QDialog::Accepted==itsDlg->result() : false);
if(itsDlg && !(itsAccepted || QDialog::Accepted==itsDlg->result()))
cancel();
|