diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:07 -0600 |
commit | fb758f679005d3eb923888302ade9b6e4dda15bb (patch) | |
tree | 60658c27bd33523266b992b1e50774ca76b965a1 /kmplot | |
parent | 9f2c757e1a1694373c11427a00502c2ff4c2d403 (diff) | |
download | tdeedu-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.h | 6 | ||||
-rw-r--r-- | kmplot/kmplot/kmplot.h | 2 |
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" |