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

List:       kde-commits
Subject:    kdebase/kdesktop
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2003-09-30 16:29:35
[Download RAW message or body]

CVS commit by aacid: 

Replace deprecated KLineEditDlg::getText with undeprecated KInputDialog::getText


  M +2 -2      desktop.cc   1.282


--- kdebase/kdesktop/desktop.cc  #1.281:1.282
@@ -40,6 +40,6 @@
 #include <kstandarddirs.h>
 #include <kimageio.h>
+#include <kinputdialog.h>
 #include <kipc.h>
-#include <klineeditdlg.h>
 #include <klocale.h>
 #include <kio/netaccess.h>
@@ -668,5 +668,5 @@ void KDesktop::handleImageDropEvent(QDro
     {
         bool ok = true;
-        QString filename = KLineEditDlg::getText(i18n("Enter a name for the image \
below:"), QString::null, &ok, m_pIconView); +        QString filename = \
KInputDialog::getText(QString::null, i18n("Enter a name for the image below:"), \
QString::null, &ok, m_pIconView);  
         if (!ok)


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

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