diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:14 -0600 |
commit | 0176cdaaa172f66142d8fc35e87994eb446e7b26 (patch) | |
tree | e9ddf477dfe1ec8df5bfd4aeef7526bb9bee8e26 /src/main.cpp | |
parent | aa327aa7804520a6f97a449e1b11d5a8be2f7826 (diff) | |
download | wlassistant-0176cdaaa172f66142d8fc35e87994eb446e7b26.tar.gz wlassistant-0176cdaaa172f66142d8fc35e87994eb446e7b26.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index b5986f6..8f60893 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,7 @@ #include <tdeapplication.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> static const char description[] = I18N_NOOP("Wireless Assistant"); |