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

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepim/kmail
From:       Thomas McGuire <mcguire () kde ! org>
Date:       2010-01-16 21:28:31
Message-ID: 1263677311.069666.22856.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1075838 by tmcguire:

Turns out the whole config-kmail.h is no longer needed.


 M  +0 -6      CMakeLists.txt  
 D             config-kmail.h.cmake  
 M  +0 -2      configuredialog.cpp  
 M  +0 -1      kmcommands.cpp  
 M  +0 -1      kmfilteraction.cpp  
 M  +0 -2      kmkernel.cpp  
 M  +0 -1      kmmainwidget.cpp  
 M  +0 -9      kmreaderwin.cpp  


--- branches/work/akonadi-ports/kdepim/kmail/CMakeLists.txt #1075837:1075838
@@ -1,11 +1,6 @@
 project(kmail)
 
 include(CheckIncludeFiles)
-check_include_files(fcntl.h HAVE_FCNTL_H)
-check_include_files(byteswap.h HAVE_BYTESWAP_H)
-check_include_files(paths.h HAVE_PATHS_H)
-check_include_files(sys/inotify.h SYS_INOTIFY_H_FOUND)
-macro_bool_to_01(SYS_INOTIFY_H_FOUND HAVE_SYS_INOTIFY_H)
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${KDE4_DATA_DIR}/cmake/modules)
 
@@ -34,7 +29,6 @@
   endif (KdeSubversion_FOUND)
 endif (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.svn")
 
-configure_file(config-kmail.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kmail.h)
 configure_file(version-kmail.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version-kmail.h)
 
 qt4_generate_dbus_interface(kmkernel.h org.kde.kmail.kmail.xml OPTIONS -a)
--- branches/work/akonadi-ports/kdepim/kmail/configuredialog.cpp #1075837:1075838
@@ -27,8 +27,6 @@
 #include "configuredialog_p.h"
 #include "ui_accountspagereceivingtab.h"
 
-#include <config-kmail.h>
-
 #include "globalsettings.h"
 #include "templatesconfiguration_kfg.h"
 #include "configuredialoglistview.h"
--- branches/work/akonadi-ports/kdepim/kmail/kmcommands.cpp #1075837:1075838
@@ -41,7 +41,6 @@
 // of messages from an IMAP server.
 
 #include "kmcommands.h"
-#include "config-kmail.h"
 
 #include <unistd.h> // link()
 #include <errno.h>
--- branches/work/akonadi-ports/kdepim/kmail/kmfilteraction.cpp #1075837:1075838
@@ -1,7 +1,6 @@
 // kmfilteraction.cpp
 
 #include "kmfilteraction.h"
-#include "config-kmail.h"
 
 // other KMail headers:
 #include "customtemplates.h"
--- branches/work/akonadi-ports/kdepim/kmail/kmkernel.cpp #1075837:1075838
@@ -2,8 +2,6 @@
 
 #include "kmkernel.h"
 
-#include <config-kmail.h>
-
 #include "globalsettings.h"
 #include "broadcaststatus.h"
 using KPIM::BroadcastStatus;
--- branches/work/akonadi-ports/kdepim/kmail/kmmainwidget.cpp #1075837:1075838
@@ -21,7 +21,6 @@
 
 //#define TEST_DOCKWIDGETS 1
 
-#include <config-kmail.h>
 #include <assert.h>
 #include <QByteArray>
 #include <QLabel>
--- branches/work/akonadi-ports/kdepim/kmail/kmreaderwin.cpp #1075837:1075838
@@ -22,8 +22,6 @@
 // filehtmlwriter.out in the current working directory
 #include "kmreaderwin.h"
 
-#include <config-kmail.h>
-
 #include "globalsettings.h"
 #include "kmversion.h"
 #include "kmmainwidget.h"
@@ -72,7 +70,6 @@
 // for the click on attachment stuff (dnaber):
 #include <kcharsets.h>
 #include <kmenu.h>
-#include <kstandarddirs.h>  // Sven's : for access and getpid
 #include <kdebug.h>
 #include <kfiledialog.h>
 #include <klocale.h>
@@ -112,12 +109,6 @@
 #include <ctype.h>
 #include <string.h>
 
-#ifdef HAVE_PATHS_H
-#include <paths.h>
-#include <kvbox.h>
-#include <QTextDocument>
-#endif
-
 using namespace KMail;
 
 //-----------------------------------------------------------------------------
[prev in list] [next in list] [prev in thread] [next in thread] 

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