diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:28 -0600 |
commit | 6592a47e5dd48c7b5c506c3bde0dce57fe858298 (patch) | |
tree | 7f6eaf648b3ca743de3f6220c7f2b29d40480144 /plugins/scheduler | |
parent | 409b87cbe23e2f18e7a73a81ce958aa0fdd148e4 (diff) | |
download | ktorrent-6592a47e5dd48c7b5c506c3bde0dce57fe858298.tar.gz ktorrent-6592a47e5dd48c7b5c506c3bde0dce57fe858298.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'plugins/scheduler')
-rw-r--r-- | plugins/scheduler/bwscheduler.cpp | 2 | ||||
-rw-r--r-- | plugins/scheduler/bwsprefpagewidget.cpp | 6 | ||||
-rw-r--r-- | plugins/scheduler/bwswidget.cpp | 4 | ||||
-rw-r--r-- | plugins/scheduler/schedulerplugin.cpp | 6 | ||||
-rw-r--r-- | plugins/scheduler/schedulerprefpage.cpp | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/plugins/scheduler/bwscheduler.cpp b/plugins/scheduler/bwscheduler.cpp index 5f2502a..77d6b1c 100644 --- a/plugins/scheduler/bwscheduler.cpp +++ b/plugins/scheduler/bwscheduler.cpp @@ -35,7 +35,7 @@ #include <tqfile.h> #include <tqptrlist.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kstandarddirs.h> using namespace bt; diff --git a/plugins/scheduler/bwsprefpagewidget.cpp b/plugins/scheduler/bwsprefpagewidget.cpp index 48d00e9..38ab296 100644 --- a/plugins/scheduler/bwsprefpagewidget.cpp +++ b/plugins/scheduler/bwsprefpagewidget.cpp @@ -24,11 +24,11 @@ #include "schedulerpluginsettings.h" #include <knuminput.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <kstandarddirs.h> #include <tdefiledialog.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kiconloader.h> #include <kstdguiitem.h> #include <kpushbutton.h> diff --git a/plugins/scheduler/bwswidget.cpp b/plugins/scheduler/bwswidget.cpp index dd9728f..b3358a7 100644 --- a/plugins/scheduler/bwswidget.cpp +++ b/plugins/scheduler/bwswidget.cpp @@ -20,7 +20,7 @@ #include "bwswidget.h" #include "schedulerpluginsettings.h" -#include <klocale.h> +#include <tdelocale.h> #include <tqstringlist.h> #include <tqpixmap.h> #include <tqtable.h> @@ -29,7 +29,7 @@ #include <tqfont.h> #include <tqcolor.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kstandarddirs.h> namespace kt diff --git a/plugins/scheduler/schedulerplugin.cpp b/plugins/scheduler/schedulerplugin.cpp index 0f1c6fa..d0b8f68 100644 --- a/plugins/scheduler/schedulerplugin.cpp +++ b/plugins/scheduler/schedulerplugin.cpp @@ -28,11 +28,11 @@ #include <tqtimer.h> #include <tqdatetime.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <kstdaction.h> #include <kiconloader.h> -#include <kglobal.h> +#include <tdeglobal.h> #include "schedulerplugin.h" #include "schedulerpluginsettings.h" diff --git a/plugins/scheduler/schedulerprefpage.cpp b/plugins/scheduler/schedulerprefpage.cpp index f6219a8..3977a14 100644 --- a/plugins/scheduler/schedulerprefpage.cpp +++ b/plugins/scheduler/schedulerprefpage.cpp @@ -23,8 +23,8 @@ #include "schedulerplugin.h" #include "schedulerpluginsettings.h" -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <kiconloader.h> |