diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:54:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:54:22 -0600 |
commit | 038b18b2df1da40baab30d62171766048a948095 (patch) | |
tree | ba99d50e3e7b3f2eccb63ba71aea4f6163ede37a /kplato | |
parent | d0baf2961c379b31587c6542625018c6177474d0 (diff) | |
download | koffice-038b18b2df1da40baab30d62171766048a948095.tar.gz koffice-038b18b2df1da40baab30d62171766048a948095.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kplato')
-rw-r--r-- | kplato/kptconfig.cc | 2 | ||||
-rw-r--r-- | kplato/kptconfigbehaviorpanel.cc | 2 | ||||
-rw-r--r-- | kplato/kptpart.cc | 2 | ||||
-rw-r--r-- | kplato/kptreportview.cc | 4 | ||||
-rw-r--r-- | kplato/kptview.cc | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/kplato/kptconfig.cc b/kplato/kptconfig.cc index 969f46ad..358b5797 100644 --- a/kplato/kptconfig.cc +++ b/kplato/kptconfig.cc @@ -21,7 +21,7 @@ #include "kptfactory.h" -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> namespace KPlato diff --git a/kplato/kptconfigbehaviorpanel.cc b/kplato/kptconfigbehaviorpanel.cc index 45cbf64a..fe8d8e5d 100644 --- a/kplato/kptconfigbehaviorpanel.cc +++ b/kplato/kptconfigbehaviorpanel.cc @@ -29,7 +29,7 @@ #include <kdatetimewidget.h> #include <klocale.h> #include <kcommand.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kstandarddirs.h> #include <kdebug.h> diff --git a/kplato/kptpart.cc b/kplato/kptpart.cc index 7ff06084..7b0dbd55 100644 --- a/kplato/kptpart.cc +++ b/kplato/kptpart.cc @@ -34,7 +34,7 @@ #include <tqfileinfo.h> #include <kdebug.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include <kmessagebox.h> #include <kstandarddirs.h> diff --git a/kplato/kptreportview.cc b/kplato/kptreportview.cc index f88c0c20..edf1019d 100644 --- a/kplato/kptreportview.cc +++ b/kplato/kptreportview.cc @@ -35,11 +35,11 @@ #include <kstandarddirs.h> #include <kurl.h> #include <kmessagebox.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kglobal.h> #include <kdesktopfile.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <tqfile.h> #include <tqfileinfo.h> diff --git a/kplato/kptview.cc b/kplato/kptview.cc index d4a84e68..8b669252 100644 --- a/kplato/kptview.cc +++ b/kplato/kptview.cc @@ -59,7 +59,7 @@ #include <kstandarddirs.h> #include <kdesktopfile.h> #include <kcommand.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include "kptview.h" #include "kptaccountsview.h" |