Rename additional header files to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent f18f782743
commit ce769d5ff8

@ -5,7 +5,7 @@
#include <tdeaccel.h> #include <tdeaccel.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <tdelocale.h>
inline inline

@ -5,7 +5,7 @@
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tdecmdlineargs.h> #include <tdecmdlineargs.h>
#include <klocale.h> #include <tdelocale.h>
#include <kurl.h> #include <kurl.h>
#include "mainWindow.h" #include "mainWindow.h"

@ -15,8 +15,8 @@
#include <kedittoolbar.h> //for editToolbar dialog #include <kedittoolbar.h> //for editToolbar dialog
#include <kkeydialog.h> #include <kkeydialog.h>
#include <klibloader.h> #include <klibloader.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <kshell.h> #include <kshell.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <tdetoolbar.h> #include <tdetoolbar.h>

@ -1,7 +1,7 @@
#include "Config.h" #include "Config.h"
#include <tdeconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <tdeglobal.h>
bool Config::scanAcrossMounts; bool Config::scanAcrossMounts;

@ -2,8 +2,8 @@
//Copyright: See COPYING file that comes with this distribution //Copyright: See COPYING file that comes with this distribution
#include "fileTree.h" #include "fileTree.h"
#include <kglobal.h> #include <tdeglobal.h>
#include <klocale.h> #include <tdelocale.h>
#include <tqfile.h> #include <tqfile.h>

@ -14,8 +14,8 @@
#include <tdeaboutdata.h> //::createAboutData() #include <tdeaboutdata.h> //::createAboutData()
#include <tdeaction.h> #include <tdeaction.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> //::start() #include <tdemessagebox.h> //::start()
//#include <konq_operations.h> //#include <konq_operations.h>
#include <tdeparts/genericfactory.h> #include <tdeparts/genericfactory.h>
#include <kstatusbar.h> #include <kstatusbar.h>

@ -1,10 +1,10 @@
//Author: Max Howell <max.howell@methylblue.com>, (C) 2003-4 //Author: Max Howell <max.howell@methylblue.com>, (C) 2003-4
//Copyright: See COPYING file that comes with this distribution //Copyright: See COPYING file that comes with this distribution
#include <kglobal.h> #include <tdeglobal.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <tdeio/job.h> #include <tdeio/job.h>
#include <klocale.h> #include <tdelocale.h>
#include "scan.h" #include "scan.h"
#include "progressBox.h" #include "progressBox.h"

@ -4,8 +4,8 @@
#include "builder.h" #include "builder.h"
#include "Config.h" #include "Config.h"
#include "fileTree.h" #include "fileTree.h"
#include <kglobal.h> //locale object #include <tdeglobal.h> //locale object
#include <klocale.h> #include <tdelocale.h>
#include "widget.h" #include "widget.h"

@ -2,7 +2,7 @@
//Copyright: See COPYING file that comes with this distribution //Copyright: See COPYING file that comes with this distribution
#include <kcursor.h> //make() #include <kcursor.h> //make()
#include <kglobalsettings.h> //kdeColours #include <tdeglobalsettings.h> //kdeColours
#include <kimageeffect.h> //desaturate() #include <kimageeffect.h> //desaturate()
#include <tqapplication.h> //make() #include <tqapplication.h> //make()
#include <tqimage.h> //make() & paint() #include <tqimage.h> //make() & paint()

@ -6,9 +6,9 @@
#include <cstdlib> #include <cstdlib>
#include <tdeapplication.h> //installing eventFilters #include <tdeapplication.h> //installing eventFilters
#include <kglobal.h> #include <tdeglobal.h>
#include <kglobalsettings.h> #include <tdeglobalsettings.h>
#include <klocale.h> #include <tdelocale.h>
#include <kpixmapeffect.h> #include <kpixmapeffect.h>
#include <tqpainter.h> #include <tqpainter.h>
#include <tqtooltip.h> //for its palette #include <tqtooltip.h> //for its palette

@ -2,7 +2,7 @@
//Copyright: See COPYING file that comes with this distribution //Copyright: See COPYING file that comes with this distribution
#include <kcursor.h> //ctor #include <kcursor.h> //ctor
#include <klocale.h> #include <tdelocale.h>
#include <kurl.h> #include <kurl.h>
#include <tqapplication.h> //sendEvent #include <tqapplication.h> //sendEvent
#include <tqbitmap.h> //ctor - finding cursor size #include <tqbitmap.h> //ctor - finding cursor size

@ -10,8 +10,8 @@
#include <kiconeffect.h> //::mousePressEvent() #include <kiconeffect.h> //::mousePressEvent()
#include <kiconloader.h> //::mousePressEvent() #include <kiconloader.h> //::mousePressEvent()
#include <tdeio/job.h> //::mousePressEvent() #include <tdeio/job.h> //::mousePressEvent()
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> //::mousePressEvent() #include <tdemessagebox.h> //::mousePressEvent()
#include <tdepopupmenu.h> //::mousePressEvent() #include <tdepopupmenu.h> //::mousePressEvent()
#include <krun.h> //::mousePressEvent() #include <krun.h> //::mousePressEvent()
#include <kurldrag.h> #include <kurldrag.h>

@ -10,8 +10,8 @@
#include <kdirselectdialog.h> #include <kdirselectdialog.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <tdelocale.h>
#include <kmessagebox.h> #include <tdemessagebox.h>
#include <knuminput.h> #include <knuminput.h>
#include "settingsDialog.h" #include "settingsDialog.h"

@ -7,7 +7,7 @@
#include <kcursor.h> #include <kcursor.h>
#include <kiconeffect.h> //MyRadialMap::mousePressEvent() #include <kiconeffect.h> //MyRadialMap::mousePressEvent()
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <tdelocale.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqtextstream.h> #include <tqtextstream.h>

Loading…
Cancel
Save