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

List:       kde-commits
Subject:    kdeutils/kfloppy
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-09-08 21:48:12
Message-ID: 20040908214812.1FFFA1DD4 () office ! kde ! org
[Download RAW message or body]

CVS commit by goutte: 

Use KlineEdit instead of QLineEdit


  M +2 -2      floppy.cpp   1.76


--- kdeutils/kfloppy/floppy.cpp  #1.75:1.76
@@ -24,5 +24,4 @@
 #include <qlayout.h>
 #include <qcheckbox.h>
-#include <qlineedit.h>
 #include <qlabel.h>
 #include <qcursor.h>
@@ -41,4 +40,5 @@
 #include <klocale.h>
 #include <kcombobox.h>
+#include <klineedit.h>
 
 #include "floppy.moc"
@@ -160,5 +160,5 @@ FloppyData::FloppyData(QWidget * parent,
         h2->addSpacing( 20 );
 
-        lineedit = new QLineEdit( buttongroup, "Lineedit" );
+        lineedit = new KLineEdit( buttongroup, "Lineedit" );
         lineedit->setText(i18n( "Volume label, maximal 11 characters", "KDE Floppy" ) );
         lineedit->setMaxLength(11);


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

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