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 /apps/ktupnptest/main.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/main.cpp')
-rw-r--r-- | apps/ktupnptest/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktupnptest/main.cpp b/apps/ktupnptest/main.cpp index 40bd783..ff1792b 100644 --- a/apps/ktupnptest/main.cpp +++ b/apps/ktupnptest/main.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include <stdio.h> #include <stdlib.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeaboutdata.h> #include <tdeapplication.h> #include <tdecmdlineargs.h> |