diff options
Diffstat (limited to 'lib/kofficecore/KoFrame.cpp')
-rw-r--r-- | lib/kofficecore/KoFrame.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoFrame.cpp b/lib/kofficecore/KoFrame.cpp index f11ba9f0..906e73f4 100644 --- a/lib/kofficecore/KoFrame.cpp +++ b/lib/kofficecore/KoFrame.cpp @@ -48,8 +48,8 @@ public: KoFrame::State m_state; }; -KoFrame::KoFrame( TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ) +KoFrame::KoFrame( TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { d = new KoFramePrivate; d->m_state = Inactive; |