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

List:       kde-commits
Subject:    playground/devtools/icemon/src
From:       Dirk Mueller <mueller () kde ! org>
Date:       2006-07-03 9:47:16
Message-ID: 1151920036.875654.21863.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 557441 by mueller:

don't include logging.h, its non-public API


 M  +3 -0      CMakeLists.txt  
 M  +0 -3      mon-kde.cc  


--- trunk/playground/devtools/icemon/src/CMakeLists.txt #557440:557441
@@ -1,5 +1,8 @@
 project(icemon)
 
+#ignore DONTPORT restriction
+set(KDE4_IGNORE_DONTPORT TRUE)
+
 set( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
 
 # search packages used by KDE
--- trunk/playground/devtools/icemon/src/mon-kde.cc #557440:557441
@@ -31,8 +31,6 @@
 #include "starview.h"
 #include "summaryview.h"
 
-#include "logging.h"
-
 #include <kaboutdata.h>
 #include <kaction.h>
 #include <kapplication.h>
@@ -218,7 +216,6 @@
 
 int main( int argc, char **argv )
 {
-  setup_debug(Debug|Info|Warning|Error,"");
   KAboutData aboutData( rs_program_name, appName, version, description,
 	                KAboutData::License_BSD, copyright );
   aboutData.addAuthor( "Frerich Raabe", 0, "raabe@kde.org" );
[prev in list] [next in list] [prev in thread] [next in thread] 

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