diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:15:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:15:08 -0600 |
commit | 39177c1528006932b00136d34cf022434df73d72 (patch) | |
tree | a0791bebede3e7eb454ac2268a14c4e8a157de6d /konq-plugins/searchbar/searchbar.cpp | |
parent | 2a74bca8c834c4d4f391c70de8fdfa12a7cc972c (diff) | |
download | tdeaddons-39177c1528006932b00136d34cf022434df73d72.tar.gz tdeaddons-39177c1528006932b00136d34cf022434df73d72.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/searchbar/searchbar.cpp')
-rw-r--r-- | konq-plugins/searchbar/searchbar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/konq-plugins/searchbar/searchbar.cpp b/konq-plugins/searchbar/searchbar.cpp index 5fd1047..7542a0f 100644 --- a/konq-plugins/searchbar/searchbar.cpp +++ b/konq-plugins/searchbar/searchbar.cpp @@ -29,7 +29,7 @@ #include <kdesktopfile.h> #include <kgenericfactory.h> #include <kglobal.h> -#include <khtml_part.h> +#include <tdehtml_part.h> #include <kiconloader.h> #include <klineedit.h> #include <klocale.h> @@ -42,8 +42,8 @@ #include <kio/job.h> -#include <kparts/mainwindow.h> -#include <kparts/partmanager.h> +#include <tdeparts/mainwindow.h> +#include <tdeparts/partmanager.h> #include <tqpainter.h> #include <tqpopupmenu.h> |