diff options
Diffstat (limited to 'lib/kofficecore/KoChild.cpp')
-rw-r--r-- | lib/kofficecore/KoChild.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoChild.cpp b/lib/kofficecore/KoChild.cpp index 8394f59a..41dfee8f 100644 --- a/lib/kofficecore/KoChild.cpp +++ b/lib/kofficecore/KoChild.cpp @@ -50,8 +50,8 @@ public: int m_contentsY; }; -KoChild::KoChild( TQObject *tqparent, const char *name ) -: TQObject( tqparent, name ) +KoChild::KoChild( TQObject *parent, const char *name ) +: TQObject( parent, name ) { d = new KoChildPrivate; |