summaryrefslogtreecommitdiffstats
path: root/kfaxview/faxmultipage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfaxview/faxmultipage.cpp')
-rw-r--r--kfaxview/faxmultipage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfaxview/faxmultipage.cpp b/kfaxview/faxmultipage.cpp
index 2f3fc5b4..44c1e273 100644
--- a/kfaxview/faxmultipage.cpp
+++ b/kfaxview/faxmultipage.cpp
@@ -31,9 +31,9 @@ typedef KParts::GenericFactory<FaxMultiPage> FaxMultiPageFactory;
K_EXPORT_COMPONENT_FACTORY(kfaxviewpart, FaxMultiPageFactory)
-FaxMultiPage::FaxMultiPage(TQWidget *parentWidget, const char *widgetName, TQObject *tqparent,
+FaxMultiPage::FaxMultiPage(TQWidget *parentWidget, const char *widgetName, TQObject *parent,
const char *name, const TQStringList&)
- : KMultiPage(parentWidget, widgetName, tqparent, name), faxRenderer(parentWidget)
+ : KMultiPage(parentWidget, widgetName, parent, name), faxRenderer(parentWidget)
{
/* This is kparts wizardry that cannot be understood by man. Simply
change the names to match your implementation. */