diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:45:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:45:33 -0600 |
commit | e5a3fe964c51e2ddc216da20ff5f115f19f1a5eb (patch) | |
tree | b56cdce04617cc2c204057ffc71a7b232d9f02e6 /src/main.cpp | |
parent | b22116cbe0dbcdb1f7444d28d71ad25cef8d6f54 (diff) | |
download | kbookreader-e5a3fe964c51e2ddc216da20ff5f115f19f1a5eb.tar.gz kbookreader-e5a3fe964c51e2ddc216da20ff5f115f19f1a5eb.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 bb08f7d..fadd9a2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,7 @@ #include <dcopclient.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> -#include <klocale.h> +#include <tdelocale.h> #include <ksplashscreen.h> #include "bookreader.h" |