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

List:       kde-commits
Subject:    koffice/libs/kofficecore
From:       Thomas Zander <zander () kde ! org>
Date:       2007-02-13 12:31:38
Message-ID: 1171369898.465872.19106.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 633167 by zander:

KListBox apparantly was renamed to K3ListBox without fixing the modules.


 M  +1 -1      CMakeLists.txt  
 M  +2 -2      KoFilterManager.cpp  
 M  +2 -2      KoFilterManager_p.h  


--- trunk/koffice/libs/kofficecore/CMakeLists.txt #633166:633167
@@ -92,7 +92,7 @@
 
 kde4_add_library(kofficecore SHARED ${kofficecore_LIB_SRCS})
 
-target_link_libraries(kofficecore ${KDE4_KPARTS_LIBS} kstore ${KDE4_KABC_LIBS} \
${KDE4_KDEPRINT_LIBS} kowmf threadweaver) +target_link_libraries(kofficecore \
${KDE4_KPARTS_LIBS} kstore ${KDE4_KABC_LIBS} ${KDE4_KDEPRINT_LIBS} kowmf threadweaver \
${KDE4_KDE3SUPPORT_LIBRARY})  
 set_target_properties(kofficecore PROPERTIES VERSION ${GENERIC_KOFFICE_LIB_VERSION} \
SOVERSION ${GENERIC_KOFFICE_LIB_SOVERSION} )  install(TARGETS kofficecore DESTINATION \
                ${LIB_INSTALL_DIR} )
--- trunk/koffice/libs/kofficecore/KoFilterManager.cpp #633166:633167
@@ -35,7 +35,7 @@
 #include <kmessagebox.h>
 #include <KoDocument.h>
 #include <klibloader.h>
-#include <klistbox.h>
+#include <k3listbox.h>
 #include <kmimetype.h>
 #include <kdebug.h>
 
@@ -66,7 +66,7 @@
     setMainWidget (page);
 
     QLabel *filterLabel = new QLabel( i18n ("Select a filter:"), page );
-    m_filterList = new KListBox (page, "filterlist");
+    m_filterList = new K3ListBox (page, "filterlist");
 
     QVBoxLayout *layout = new QVBoxLayout( page );
     layout->addWidget (filterLabel);
--- trunk/koffice/libs/kofficecore/KoFilterManager_p.h #633166:633167
@@ -24,7 +24,7 @@
 
 #include <kdialog.h>
 
-class KListBox;
+class K3ListBox;
 
 
 class KoFilterChooser : public KDialog
@@ -40,7 +40,7 @@
 
 private:
     QStringList m_mimeTypes;
-    KListBox *m_filterList;
+    K3ListBox *m_filterList;
 };
 
 #endif


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

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