diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:02 -0600 |
commit | bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a (patch) | |
tree | 52d4169a0cbc039b87bf4f8460ba8a43181cca0c /kmplot | |
parent | 79b1ad253e1e8619302756d8003985aec0b1a1e2 (diff) | |
download | tdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.tar.gz tdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.zip |
Additional kde to tde renaming
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/kmplot.cpp | 2 | ||||
-rw-r--r-- | kmplot/kmplot/kprinterdlg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/kmplot.cpp b/kmplot/kmplot/kmplot.cpp index f3f6b7f6..f9d84256 100644 --- a/kmplot/kmplot/kmplot.cpp +++ b/kmplot/kmplot/kmplot.cpp @@ -172,7 +172,7 @@ void KmPlot::fileNew() // in its initial state. This is what we do here.. if ( !m_part->url().isEmpty() || isModified() ) //KApplication::startServiceByDesktopName("kmplot"); - KApplication::kdeinitExec("kmplot"); + KApplication::tdeinitExec("kmplot"); } bool KmPlot::stopProgressBar() diff --git a/kmplot/kmplot/kprinterdlg.h b/kmplot/kmplot/kprinterdlg.h index 656be463..c9b58ebf 100644 --- a/kmplot/kmplot/kprinterdlg.h +++ b/kmplot/kmplot/kprinterdlg.h @@ -32,7 +32,7 @@ #include <tqcheckbox.h> // KDE includes -#include <kdeprint/kprintdialogpage.h> +#include <tdeprint/kprintdialogpage.h> /** @short A dialog page for the print dialog. * |