diff options
Diffstat (limited to 'lib/kofficecore/KoView.cpp')
-rw-r--r-- | lib/kofficecore/KoView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoView.cpp b/lib/kofficecore/KoView.cpp index cebd61be..87751a34 100644 --- a/lib/kofficecore/KoView.cpp +++ b/lib/kofficecore/KoView.cpp @@ -852,7 +852,7 @@ void KoViewChild::setInitialFrameGeometry() kdDebug() << k_funcinfo << endl; // Connect only now, so that the GUI building doesn't move us around. - connect( m_frame, TQT_SIGNAL( tqgeometryChanged() ), + connect( m_frame, TQT_SIGNAL( geometryChanged() ), this, TQT_SLOT( slotFrameGeometryChanged() ) ); connect( m_child, TQT_SIGNAL( changed( KoChild * ) ), this, TQT_SLOT( slotDocGeometryChanged() ) ); |