[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdegraphics/kpaint
From:       Stephan Binner <binner () kde ! org>
Date:       2003-09-07 10:34:26
[Download RAW message or body]

CVS commit by binner: 

QInputDialog -> KInputDialog


  M +5 -5      kpaint.cpp   1.114


--- kdegraphics/kpaint/kpaint.cpp  #1.113:1.114
@@ -5,5 +5,4 @@
 #include <qsignalmapper.h>
 #include <qscrollview.h>
-#include <qinputdialog.h>
 
 #include <config.h>
@@ -19,4 +18,5 @@
 #include <kfiledialog.h>
 #include <kimageio.h>
+#include <kinputdialog.h>
 #include <kio/netaccess.h>
 #include <klocale.h>
@@ -945,6 +945,6 @@ void KPaint::imageRotateFree()
 
   bool ok;
-  int degree = QInputDialog::getInteger(
-          i18n("Free Rotation"), i18n("Specify rotation in degrees: "), 
+  int degree = KInputDialog::getInteger(
+          i18n("Free Rotation"), i18n("Specify rotation in degrees:"),
            180, 0, 360, 1, &ok, this);
   if (ok)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic