summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoContextCelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoContextCelp.cpp')
-rw-r--r--lib/kofficeui/KoContextCelp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoContextCelp.cpp b/lib/kofficeui/KoContextCelp.cpp
index b530a93cf..2db2bd31c 100644
--- a/lib/kofficeui/KoContextCelp.cpp
+++ b/lib/kofficeui/KoContextCelp.cpp
@@ -364,7 +364,7 @@ void KoHelpWidget::timerEvent( TQTimerEvent* )
void KoHelpWidget::stopScrolling()
{
- TQT_TQOBJECT(this)->killTimers();
+ this->killTimers();
} // KoHelpWidget::stopScrolling
KoContextHelpPopup::KoContextHelpPopup( TQWidget* parent )