diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:08 -0600 |
commit | 784a2227ffdcb03a1e37b1390a8b6e0985ddda9c (patch) | |
tree | 2497bf931758f4bbbf3ec4c538c947b1df27692b /src/reportdialog.cpp | |
parent | 2b2b805df5f62a0bc900253dd3e774f2e2ad31e3 (diff) | |
download | tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.tar.gz tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/reportdialog.cpp')
-rw-r--r-- | src/reportdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp index 20d5b2c..c47766e 100644 --- a/src/reportdialog.cpp +++ b/src/reportdialog.cpp @@ -24,7 +24,7 @@ #include "gui/combobox.h" #include "core/tellico_config.h" -#include <klocale.h> +#include <tdelocale.h> #include <tdehtml_part.h> #include <tdehtmlview.h> #include <kstandarddirs.h> |