summaryrefslogtreecommitdiffstats
path: root/kmplot
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:07 -0600
commitfb758f679005d3eb923888302ade9b6e4dda15bb (patch)
tree60658c27bd33523266b992b1e50774ca76b965a1 /kmplot
parent9f2c757e1a1694373c11427a00502c2ff4c2d403 (diff)
downloadtdeedu-fb758f679005d3eb923888302ade9b6e4dda15bb.tar.gz
tdeedu-fb758f679005d3eb923888302ade9b6e4dda15bb.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kmplot')
-rw-r--r--kmplot/kmplot/MainDlg.h6
-rw-r--r--kmplot/kmplot/kmplot.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/kmplot/kmplot/MainDlg.h b/kmplot/kmplot/MainDlg.h
index 19370836..021ed3e0 100644
--- a/kmplot/kmplot/MainDlg.h
+++ b/kmplot/kmplot/MainDlg.h
@@ -36,9 +36,9 @@
#include <kfiledialog.h>
#include <kpopupmenu.h>
#include <kstandarddirs.h>
-#include <kparts/browserextension.h>
-#include <kparts/part.h>
-#include <kparts/factory.h>
+#include <tdeparts/browserextension.h>
+#include <tdeparts/part.h>
+#include <tdeparts/factory.h>
#undef GrayScale
diff --git a/kmplot/kmplot/kmplot.h b/kmplot/kmplot/kmplot.h
index 6ca68451..3848015d 100644
--- a/kmplot/kmplot/kmplot.h
+++ b/kmplot/kmplot/kmplot.h
@@ -32,7 +32,7 @@
#include <kapplication.h>
#include <kcmdlineargs.h>
-#include <kparts/mainwindow.h>
+#include <tdeparts/mainwindow.h>
#include "kmplotIface.h"
#include "kmplotprogress.h"