summaryrefslogtreecommitdiffstats
path: root/kchart
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:54:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:54:22 -0600
commit038b18b2df1da40baab30d62171766048a948095 (patch)
treeba99d50e3e7b3f2eccb63ba71aea4f6163ede37a /kchart
parentd0baf2961c379b31587c6542625018c6177474d0 (diff)
downloadkoffice-038b18b2df1da40baab30d62171766048a948095.tar.gz
koffice-038b18b2df1da40baab30d62171766048a948095.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kchart')
-rw-r--r--kchart/kchartBackgroundPixmapConfigPage.cc4
-rw-r--r--kchart/kchart_part.h2
-rw-r--r--kchart/kchart_view.cc2
3 files changed, 4 insertions, 4 deletions
diff --git a/kchart/kchartBackgroundPixmapConfigPage.cc b/kchart/kchartBackgroundPixmapConfigPage.cc
index 39ca1aae..798e27d5 100644
--- a/kchart/kchartBackgroundPixmapConfigPage.cc
+++ b/kchart/kchartBackgroundPixmapConfigPage.cc
@@ -23,10 +23,10 @@
#include <klocale.h>
#include <kglobal.h>
#include <kstandarddirs.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <kdebug.h>
-#include <kfilemetainfo.h>
+#include <tdefilemetainfo.h>
#include <kstringhandler.h>
#include <tqcombobox.h>
diff --git a/kchart/kchart_part.h b/kchart/kchart_part.h
index 8a50ad47..2eb4a75f 100644
--- a/kchart/kchart_part.h
+++ b/kchart/kchart_part.h
@@ -6,7 +6,7 @@
#define KCHART_PART_H
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <koChart.h>
#include "kchart_params.h"
diff --git a/kchart/kchart_view.cc b/kchart/kchart_view.cc
index cb94050c..2d1f0799 100644
--- a/kchart/kchart_view.cc
+++ b/kchart/kchart_view.cc
@@ -21,7 +21,7 @@
#include <ktempfile.h>
#include <dcopobject.h>
#include <kxmlguifactory.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kmessagebox.h>
#include <KoTemplateCreateDia.h>