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/search/htmlpart.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/search/htmlpart.cpp')
-rw-r--r-- | plugins/search/htmlpart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/search/htmlpart.cpp b/plugins/search/htmlpart.cpp index 3179650..a0c02fe 100644 --- a/plugins/search/htmlpart.cpp +++ b/plugins/search/htmlpart.cpp @@ -17,14 +17,14 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdeio/job.h> #include <tdeio/jobclasses.h> //#include <tqfile.h> #include <tqclipboard.h> #include <tqapplication.h> #include <tdeio/netaccess.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdefiledialog.h> #include <tdeparts/browserextension.h> #include <util/constants.h> |