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/bwswidget.cpp | |
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/bwswidget.cpp')
-rw-r--r-- | plugins/scheduler/bwswidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |