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

List:       kde-commits
Subject:    KDE/kdeutils/khexedit
From:       Dirk Mueller <mueller () kde ! org>
Date:       2007-02-13 8:23:03
Message-ID: 1171354983.401081.25951.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 633107 by mueller:

KListBox->K3ListBox


 M  +1 -1      CMakeLists.txt  
 M  +1 -1      optiondialog.cc  
 M  +2 -2      optiondialog.h  


--- trunk/KDE/kdeutils/khexedit/CMakeLists.txt #633106:633107
@@ -41,7 +41,7 @@
 
 kde4_add_executable(khexedit ${khexedit_SRCS})
 
-target_link_libraries(khexedit  ${KDE4_KIO_LIBS} ${KDE4_KDEPRINT_LIBS} )
+target_link_libraries(khexedit  ${KDE4_KIO_LIBS} ${KDE4_KDEPRINT_LIBS} ${KDE4_KDE3SUPPORT_LIBS})
 
 install(TARGETS khexedit  DESTINATION ${BIN_INSTALL_DIR} )
 
--- trunk/KDE/kdeutils/khexedit/optiondialog.cc #633106:633107
@@ -1072,7 +1072,7 @@
 
 
 CColorListBox::CColorListBox( QWidget *parent, Qt::WFlags f )
-  :KListBox( parent, 0, f ), mCurrentOnDragEnter(-1)
+  :K3ListBox( parent, 0, f ), mCurrentOnDragEnter(-1)
 {
   connect( this, SIGNAL(selected(int)), this, SLOT(newColor(int)) );
   setAcceptDrops( true);
--- trunk/KDE/kdeutils/khexedit/optiondialog.h #633106:633107
@@ -42,12 +42,12 @@
 
 
 #include <kpagedialog.h>
-#include <klistbox.h> 
+#include <k3listbox.h>
 #include "hexeditstate.h"
 
 
 
-class CColorListBox : public KListBox
+class CColorListBox : public K3ListBox
 {
   Q_OBJECT
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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