diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:57 -0600 |
commit | 1073dcc9a1775b7b66698151d4fd8fefb1504eb4 (patch) | |
tree | dd7c877d3558da11273ddc35bb7bea0bc5360b20 /plugins/search/searchwidget.cpp | |
parent | 65ff20b6664653c2ead851a228629641f3be03bd (diff) | |
download | ktorrent-1073dcc9a1775b7b66698151d4fd8fefb1504eb4.tar.gz ktorrent-1073dcc9a1775b7b66698151d4fd8fefb1504eb4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'plugins/search/searchwidget.cpp')
-rw-r--r-- | plugins/search/searchwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/search/searchwidget.cpp b/plugins/search/searchwidget.cpp index b5008b8..6ae19a9 100644 --- a/plugins/search/searchwidget.cpp +++ b/plugins/search/searchwidget.cpp @@ -35,9 +35,9 @@ #include <kcombobox.h> #include <kpopupmenu.h> #include <tdeparts/partmanager.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <kmessagebox.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kprogress.h> #include <util/log.h> #include <torrent/globals.h> |