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 44c1e273..2362d281 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 *parent,
+FaxMultiPage::FaxMultiPage(TQWidget *tqparentWidget, const char *widgetName, TQObject *tqparent,
const char *name, const TQStringList&)
- : KMultiPage(parentWidget, widgetName, parent, name), faxRenderer(parentWidget)
+ : KMultiPage(tqparentWidget, widgetName, tqparent, name), faxRenderer(tqparentWidget)
{
/* This is kparts wizardry that cannot be understood by man. Simply
change the names to match your implementation. */