diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:50:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:50:50 -0600 |
commit | ee6c0691a841863219e4e797d797e6e0dda6ac60 (patch) | |
tree | d885d90afe7990fe34aef7de62c062d4b7609a2a /src/main.cpp | |
parent | c74fd6afe8652ad52f51f1932e65c3c3bc605b67 (diff) | |
download | kvkbd-ee6c0691a841863219e4e797d797e6e0dda6ac60.tar.gz kvkbd-ee6c0691a841863219e4e797d797e6e0dda6ac60.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 ee07e74..7f95969 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,7 +22,7 @@ #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> #include <kuniqueapplication.h> |