diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:09:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:09:38 -0600 |
commit | a9b566f374517373eb3c0e9785c594024bf25418 (patch) | |
tree | 0d299c8c01a3c1c24cbc53fa0daf8a5e9333c765 /kmymoney2/views | |
parent | 6078e14f28ec3b34cc2041cbd8628a1d8420512c (diff) | |
download | kmymoney-a9b566f374517373eb3c0e9785c594024bf25418.tar.gz kmymoney-a9b566f374517373eb3c0e9785c594024bf25418.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/views')
-rw-r--r-- | kmymoney2/views/khomeview.cpp | 2 | ||||
-rw-r--r-- | kmymoney2/views/khomeview.h | 2 | ||||
-rwxr-xr-x | kmymoney2/views/kreportsview.cpp | 2 | ||||
-rwxr-xr-x | kmymoney2/views/kreportsview.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kmymoney2/views/khomeview.cpp b/kmymoney2/views/khomeview.cpp index 3860c04..680b384 100644 --- a/kmymoney2/views/khomeview.cpp +++ b/kmymoney2/views/khomeview.cpp @@ -40,7 +40,7 @@ #include <kglobal.h> #include <klocale.h> #include <kstandarddirs.h> -#include <khtmlview.h> +#include <tdehtmlview.h> #include <kconfig.h> #include <kstdaction.h> #include <kmainwindow.h> diff --git a/kmymoney2/views/khomeview.h b/kmymoney2/views/khomeview.h index e4a47bb..0afa739 100644 --- a/kmymoney2/views/khomeview.h +++ b/kmymoney2/views/khomeview.h @@ -30,7 +30,7 @@ class TQFrame; // ---------------------------------------------------------------------------- // KDE Includes -#include <khtml_part.h> +#include <tdehtml_part.h> // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/views/kreportsview.cpp b/kmymoney2/views/kreportsview.cpp index 965a502..90ca8a3 100755 --- a/kmymoney2/views/kreportsview.cpp +++ b/kmymoney2/views/kreportsview.cpp @@ -53,7 +53,7 @@ #include <kglobalsettings.h> #include <klocale.h> #include <kstandarddirs.h> -#include <khtmlview.h> +#include <tdehtmlview.h> #include <kconfig.h> #include <kdebug.h> #include <kfiledialog.h> diff --git a/kmymoney2/views/kreportsview.h b/kmymoney2/views/kreportsview.h index 46f18ff..4b34a5d 100755 --- a/kmymoney2/views/kreportsview.h +++ b/kmymoney2/views/kreportsview.h @@ -42,7 +42,7 @@ class TQListViewItem; // ---------------------------------------------------------------------------- // KDE Includes -#include <khtml_part.h> +#include <tdehtml_part.h> #include <klistview.h> #include <ktabwidget.h> |