summaryrefslogtreecommitdiffstats
path: root/kformula/kformula_doc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kformula/kformula_doc.cc')
-rw-r--r--kformula/kformula_doc.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/kformula/kformula_doc.cc b/kformula/kformula_doc.cc
index 98c25b46c..c5d1326c4 100644
--- a/kformula/kformula_doc.cc
+++ b/kformula/kformula_doc.cc
@@ -55,8 +55,8 @@
#include <kformuladocument.h>
-KFormulaDoc::KFormulaDoc(TQWidget *parentWidget, const char *widgetName, TQObject* tqparent, const char* name, bool singleViewMode)
- : KoDocument(parentWidget, widgetName, tqparent, name, singleViewMode)
+KFormulaDoc::KFormulaDoc(TQWidget *parentWidget, const char *widgetName, TQObject* parent, const char* name, bool singleViewMode)
+ : KoDocument(parentWidget, widgetName, parent, name, singleViewMode)
{
setInstance(KFormulaFactory::global(), false);
//kdDebug(39001) << "General Settings" << endl;
@@ -183,7 +183,7 @@ bool KFormulaDoc::saveNativeFormat( const TQString & file )
else
return false;
}
- // If it's not MathML, let the tqparent handle it
+ // If it's not MathML, let the parent handle it
return KoDocument::saveNativeFormat( file );
}
@@ -212,12 +212,12 @@ bool KFormulaDoc::initDoc(InitDocFlags /*flags*/, TQWidget* /*parentWidget*/)
return TRUE;
}
-void KFormulaDoc::showStartUpWidget(KoMainWindow* tqparent, bool /*alwaysShow*/)
+void KFormulaDoc::showStartUpWidget(KoMainWindow* parent, bool /*alwaysShow*/)
{
- tqparent->setRootDocument( this );
+ parent->setRootDocument( this );
}
-bool KFormulaDoc::showEmbedInitDialog(TQWidget* /*tqparent*/)
+bool KFormulaDoc::showEmbedInitDialog(TQWidget* /*parent*/)
{
return true;
}