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

List:       kde-commits
Subject:    koffice/krita/tools
From:       Stephan Binner <binner () kde ! org>
Date:       2005-04-10 21:54:03
Message-ID: 20050410215403.249B7495 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

Welcome to the wonderful world of KDE widgets


  M +3 -3      kis_tool_text.cc   1.7


--- koffice/krita/tools/kis_tool_text.cc  #1.6:1.7
@@ -26,8 +26,8 @@
 #include <qpainter.h>
 #include <qpushbutton.h>
-#include <qinputdialog.h>
 #include <qfontmetrics.h>
 
 #include <kaction.h>
+#include <kinputdialog.h>
 #include <klocale.h>
 #include <kfontdialog.h>
@@ -73,6 +73,6 @@ void KisToolText::buttonRelease(KisButto
 
                 bool ok;
-                QString text = QInputDialog::getText(i18n("Krita Font Tool"), i18n("Enter text."),
-                        QLineEdit::Normal, QString::null, &ok);
+                QString text = KInputDialog::getText(i18n("Font Tool"), i18n("Enter text:"),
+                         QString::null, &ok);
                 if (!ok)
                         return;


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

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