[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:17:00
Message-ID: 20040908211700.26DA51DD4 () office ! kde ! org
[Download RAW message or body]

CVS commit by goutte: 

Use KCombobox instead of QComboBox


  M +4 -4      floppy.cpp   1.73


--- kdeutils/kfloppy/floppy.cpp  #1.72:1.73
@@ -29,5 +29,4 @@
 #include <qradiobutton.h>
 #include <qbuttongroup.h>
-#include <qcombobox.h>
 
 #include <kconfig.h>
@@ -41,4 +40,5 @@
 #include <kprogress.h>
 #include <klocale.h>
+#include <kcombobox.h>
 
 #include "floppy.moc"
@@ -71,5 +71,5 @@ FloppyData::FloppyData(QWidget * parent,
 
 
-        deviceComboBox = new QComboBox( false, this, "ComboBox_1" );
+        deviceComboBox = new KComboBox( false, this, "ComboBox_1" );
         g1->addWidget( deviceComboBox, 0, 1, AlignLeft );
 
@@ -81,5 +81,5 @@ FloppyData::FloppyData(QWidget * parent,
         g1->addWidget( label2, 1, 0, AlignLeft );
 
-        densityComboBox = new QComboBox( false, this, "ComboBox_1" );
+        densityComboBox = new KComboBox( false, this, "ComboBox_1" );
         g1->addWidget( densityComboBox, 1, 1, AlignLeft );
 
@@ -94,5 +94,5 @@ FloppyData::FloppyData(QWidget * parent,
         g1->addWidget( label3, 2, 0, AlignLeft );
 
-        filesystemComboBox = new QComboBox( false, this, "ComboBox_2" );
+        filesystemComboBox = new KComboBox( false, this, "ComboBox_2" );
         g1->addWidget( filesystemComboBox, 2, 1, AlignLeft );
 


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

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