diff options
Diffstat (limited to 'lib/kofficecore/KoDocument.cpp')
-rw-r--r-- | lib/kofficecore/KoDocument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoDocument.cpp b/lib/kofficecore/KoDocument.cpp index 99bd8459..6a6331de 100644 --- a/lib/kofficecore/KoDocument.cpp +++ b/lib/kofficecore/KoDocument.cpp @@ -184,7 +184,7 @@ public: { TQObject *wid = child( 0, "TQWidget" ); if ( wid ) - TQT_TQWIDGET(wid)->setGeometry( 0, 0, width(), height() ); + static_cast<TQWidget*>(wid)->setGeometry( 0, 0, width(), height() ); } virtual void childEvent( TQChildEvent *ev ) |