diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:12:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:12:36 -0600 |
commit | d2107b329f3eadbd4c193a21704fa6d4eedc0ed0 (patch) | |
tree | 78a4b23499d3e2319093af800445cd9df9554516 /libktorrent | |
parent | d46a1fe34693137bbc38a0a79593af420ea0914b (diff) | |
download | ktorrent-d2107b329f3eadbd4c193a21704fa6d4eedc0ed0.tar.gz ktorrent-d2107b329f3eadbd4c193a21704fa6d4eedc0ed0.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'libktorrent')
-rw-r--r-- | libktorrent/interfaces/plugin.h | 2 | ||||
-rw-r--r-- | libktorrent/pluginmanager.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/interfaces/plugin.h b/libktorrent/interfaces/plugin.h index 64829dc..c3e3f90 100644 --- a/libktorrent/interfaces/plugin.h +++ b/libktorrent/interfaces/plugin.h @@ -21,7 +21,7 @@ #define KTPLUGIN_H #include <ktversion.h> -#include <kparts/plugin.h> +#include <tdeparts/plugin.h> namespace bt { diff --git a/libktorrent/pluginmanager.cpp b/libktorrent/pluginmanager.cpp index dcd4749..2d3fe55 100644 --- a/libktorrent/pluginmanager.cpp +++ b/libktorrent/pluginmanager.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include <tqfile.h> #include <tqtextstream.h> -#include <kparts/componentfactory.h> +#include <tdeparts/componentfactory.h> #include <util/log.h> #include <util/error.h> #include <util/fileops.h> |