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

List:       kde-commits
Subject:    koffice/karbon/widgets
From:       Thomas Zander <zander () kde ! org>
Date:       2007-02-13 13:02:48
Message-ID: 1171371768.210046.22739.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 633177 by zander:

KListBox -> K3ListBox


 M  +2 -2      vgradienttabwidget.cc  
 M  +2 -2      vgradienttabwidget.h  


--- trunk/koffice/karbon/widgets/vgradienttabwidget.cc #633176:633177
@@ -35,7 +35,7 @@
 #include <knuminput.h>
 #include <kcombobox.h>
 #include <klocale.h>
-#include <klistbox.h>
+#include <k3listbox.h>
 #include <kiconloader.h>
 
 #include "vgradientwidget.h"
@@ -278,7 +278,7 @@
     predefLayout->setSpacing( 3 );
     predefLayout->setMargin( 6 );
     predefLayout->setRowMinimumHeight( 0, 12 );
-    m_predefGradientsView = new KListBox( predefTab );
+    m_predefGradientsView = new K3ListBox( predefTab );
     predefLayout->addWidget( m_predefGradientsView, 0, 0, 1, 2 );
 
     m_predefDelete = new QPushButton( i18n( "&Delete" ), predefTab );
--- trunk/koffice/karbon/widgets/vgradienttabwidget.h #633176:633177
@@ -31,7 +31,7 @@
 
 class KComboBox;
 class VGradientWidget;
-class KListBox;
+class K3ListBox;
 class KIntNumInput;
 class QPushButton;
 class Q3GroupBox;
@@ -187,7 +187,7 @@
     KComboBox        *m_gradientTarget;
     KComboBox        *m_gradientRepeat;
     KComboBox        *m_gradientType;
-    KListBox         *m_predefGradientsView;
+    K3ListBox         *m_predefGradientsView;
     QPushButton      *m_predefDelete;
     QPushButton      *m_predefImport;
     QPushButton      *m_addToPredefs;
[prev in list] [next in list] [prev in thread] [next in thread] 

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