diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:47:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:47:18 -0600 |
commit | 58f49dd1a1b651f336d96a92f8c7e66bcdc6a0f5 (patch) | |
tree | 861468806ac7cf2997c1476897ddb41bc37e0dd5 /src/main.cpp | |
parent | 876d8b2b84c183c7e78c691bdaee9da3bb319ba2 (diff) | |
download | knowit-58f49dd1a1b651f336d96a92f8c7e66bcdc6a0f5.tar.gz knowit-58f49dd1a1b651f336d96a92f8c7e66bcdc6a0f5.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 624c144..9731aa8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,7 +17,7 @@ #include <tdecmdlineargs.h> #include <tdeaboutdata.h> -#include <klocale.h> +#include <tdelocale.h> #include "knowit.h" #include "knowitapp.h" |