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

List:       kde-commits
Subject:    KDE/kdeutils
From:       Urs Wolfer <uwolfer () kde ! org>
Date:       2007-04-02 14:58:37
Message-ID: 1175525917.584927.922.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 649354 by uwolfer:

fix compilation

 M  +1 -1      ark/CMakeLists.txt  
 M  +1 -1      kcalc/kcalc.cpp  
 M  +1 -1      kcalc/knumber/knumber.h  
 M  +1 -1      khexedit/optiondialog.cc  
 M  +1 -1      sweeper/CMakeLists.txt  


--- trunk/KDE/kdeutils/ark/CMakeLists.txt #649353:649354
@@ -53,7 +53,7 @@
 kde4_add_plugin(arkpart WITH_PREFIX ${arkpart_PART_SRCS})
 
 
-target_link_libraries(arkpart  ${KDE4_KDE3SUPPORT_LIBS} )
+target_link_libraries(arkpart ${KDE4_KFILE_LIBS})
 
 install(TARGETS arkpart  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/KDE/kdeutils/kcalc/kcalc.cpp #649353:649354
@@ -1912,7 +1912,7 @@
 	QWidget *fontWidget = new QWidget(0);
 	QVBoxLayout *fontLayout = new QVBoxLayout(fontWidget);
 	KFontChooser *mFontChooser =
-		new KFontChooser(fontWidget, false, QStringList(), false, 6);
+		new KFontChooser(fontWidget, KFontChooser::NoDisplayFlags, QStringList(), 6);
 	mFontChooser->setObjectName("kcfg_Font");
 
 	fontLayout->addWidget(mFontChooser);
--- trunk/KDE/kdeutils/kcalc/knumber/knumber.h #649353:649354
@@ -22,7 +22,7 @@
 
 #include <gmp.h>
 
-#include <kdelibs_export.h>
+#include <kdemacros.h>
 
 #include "knumber_priv.h"
 
--- trunk/KDE/kdeutils/khexedit/optiondialog.cc #649353:649354
@@ -421,7 +421,7 @@
   hline->setFrameStyle( QFrame::Sunken | QFrame::HLine );
   topLayout->addWidget( hline );
 
-  mFont.chooser = new KFontChooser( mFontPage->widget(), true, QStringList(), false, \
4 ); +  mFont.chooser = new KFontChooser( mFontPage->widget(), \
KFontChooser::FixedFontsOnly, QStringList(), 4 );  mFont.chooser->setObjectName( \
"font" );  topLayout->addWidget( mFont.chooser );
   QFont fixFont( KGlobalSettings::fixedFont() );
--- trunk/KDE/kdeutils/sweeper/CMakeLists.txt #649353:649354
@@ -19,7 +19,7 @@
 
 kde4_add_executable(sweeper ${sweeper_SRCS})
 
-target_link_libraries(sweeper  ${KDE4_KIO_LIBS} )
+target_link_libraries(sweeper ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS})
 
 install(TARGETS sweeper  DESTINATION ${BIN_INSTALL_DIR} )
 


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

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