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 /apps/ktupnptest/upnptestapp.cpp | |
parent | 409b87cbe23e2f18e7a73a81ce958aa0fdd148e4 (diff) | |
download | ktorrent-6592a47e5dd48c7b5c506c3bde0dce57fe858298.tar.gz ktorrent-6592a47e5dd48c7b5c506c3bde0dce57fe858298.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'apps/ktupnptest/upnptestapp.cpp')
-rw-r--r-- | apps/ktupnptest/upnptestapp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktupnptest/upnptestapp.cpp b/apps/ktupnptest/upnptestapp.cpp index 5725e8a..f38c419 100644 --- a/apps/ktupnptest/upnptestapp.cpp +++ b/apps/ktupnptest/upnptestapp.cpp @@ -18,9 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #include <kpushbutton.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeapplication.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tqtextbrowser.h> #include <util/error.h> #include "upnptestapp.h" |