diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:14:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:14:00 -0600 |
commit | ac0ec6a50292929ffe812e4a79604cbd9a7e63fb (patch) | |
tree | 13079156e430b252c44c7e9ec777218922409030 /src/reportdialog.cpp | |
parent | 145d30f0b8cbacc3599379e8717299734f3bb534 (diff) | |
download | tellico-ac0ec6a50292929ffe812e4a79604cbd9a7e63fb.tar.gz tellico-ac0ec6a50292929ffe812e4a79604cbd9a7e63fb.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/reportdialog.cpp')
-rw-r--r-- | src/reportdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp index f47ed50..421488d 100644 --- a/src/reportdialog.cpp +++ b/src/reportdialog.cpp @@ -25,8 +25,8 @@ #include "core/tellico_config.h" #include <klocale.h> -#include <khtml_part.h> -#include <khtmlview.h> +#include <tdehtml_part.h> +#include <tdehtmlview.h> #include <kstandarddirs.h> #include <kdebug.h> #include <kapplication.h> |