diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:45:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:45:33 -0600 |
commit | e5a3fe964c51e2ddc216da20ff5f115f19f1a5eb (patch) | |
tree | b56cdce04617cc2c204057ffc71a7b232d9f02e6 /src/theme.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/theme.cpp')
-rw-r--r-- | src/theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theme.cpp b/src/theme.cpp index 6188720..39fc091 100644 --- a/src/theme.cpp +++ b/src/theme.cpp @@ -20,7 +20,7 @@ #include <tqstring.h> #include <tqpixmap.h> #include <tqimage.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kstandarddirs.h> #include "theme.h" |