diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:50:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:50:28 -0600 |
commit | 6592a47e5dd48c7b5c506c3bde0dce57fe858298 (patch) | |
tree | 7f6eaf648b3ca743de3f6220c7f2b29d40480144 /libktorrent/torrent/queuemanager.cpp | |
parent | 409b87cbe23e2f18e7a73a81ce958aa0fdd148e4 (diff) | |
download | ktorrent-6592a47e5dd48c7b5c506c3bde0dce57fe858298.tar.gz ktorrent-6592a47e5dd48c7b5c506c3bde0dce57fe858298.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'libktorrent/torrent/queuemanager.cpp')
-rw-r--r-- | libktorrent/torrent/queuemanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/torrent/queuemanager.cpp b/libktorrent/torrent/queuemanager.cpp index bf64a2e..bc04f9f 100644 --- a/libktorrent/torrent/queuemanager.cpp +++ b/libktorrent/torrent/queuemanager.cpp @@ -21,8 +21,8 @@ #include "queuemanager.h" #include <tqstring.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <util/log.h> #include <util/error.h> #include <util/sha1hash.h> |