diff options
Diffstat (limited to 'lib/kformula/kformuladocument.cc')
-rw-r--r-- | lib/kformula/kformuladocument.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/kformuladocument.cc b/lib/kformula/kformuladocument.cc index 228b4017..17d163f0 100644 --- a/lib/kformula/kformuladocument.cc +++ b/lib/kformula/kformuladocument.cc @@ -61,9 +61,9 @@ int FormulaList::compareItems( TQPtrCollection::Item a, TQPtrCollection::Item b } -Document::Document( TQObject *tqparent, const char *name, +Document::Document( TQObject *parent, const char *name, const TQStringList &/*args*/ ) - : TQObject( tqparent, name ), m_wrapper( 0 ), m_formula( 0 ), creationStrategy( 0 ) + : TQObject( parent, name ), m_wrapper( 0 ), m_formula( 0 ), creationStrategy( 0 ) { m_contextStyle = new ContextStyle; setCreationStrategy( "Oasis" ); |