summaryrefslogtreecommitdiffstats
path: root/kfaxview/faxmultipage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:19 -0600
commit00b4f54142276b0e2272ca56e48558551ab7b2b0 (patch)
tree1d1054b59fc2e76d0c2bae00126bdf65d9318865 /kfaxview/faxmultipage.cpp
parentc7549e238d15850306158ae153fc99126c84ab9d (diff)
downloadtdegraphics-00b4f54142276b0e2272ca56e48558551ab7b2b0.tar.gz
tdegraphics-00b4f54142276b0e2272ca56e48558551ab7b2b0.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kfaxview/faxmultipage.cpp')
-rw-r--r--kfaxview/faxmultipage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kfaxview/faxmultipage.cpp b/kfaxview/faxmultipage.cpp
index d052b51b..b01d4577 100644
--- a/kfaxview/faxmultipage.cpp
+++ b/kfaxview/faxmultipage.cpp
@@ -21,7 +21,7 @@
#include <config.h>
#include <kfiledialog.h>
-#include <kparts/genericfactory.h>
+#include <tdeparts/genericfactory.h>
#include "faxmultipage.h"
@@ -35,7 +35,7 @@ FaxMultiPage::FaxMultiPage(TQWidget *parentWidget, const char *widgetName, TQObj
const char *name, const TQStringList&)
: KMultiPage(parentWidget, widgetName, parent, name), faxRenderer(parentWidget)
{
- /* This is kparts wizardry that cannot be understood by man. Simply
+ /* This is tdeparts wizardry that cannot be understood by man. Simply
change the names to match your implementation. */
setInstance(FaxMultiPageFactory::instance());
faxRenderer.setName("Fax renderer");
@@ -43,7 +43,7 @@ FaxMultiPage::FaxMultiPage(TQWidget *parentWidget, const char *widgetName, TQObj
setXMLFile("kfaxview.rc");
/* It is very important that this method is called in the
- constructor. Otherwise kmultipage does not know how to render
+ constructor. Otherwise tdemultipage does not know how to render
files, and crashes may result. */
setRenderer(&faxRenderer);
}