diff options
Diffstat (limited to 'knode/knarticlewindow.cpp')
-rw-r--r-- | knode/knarticlewindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/knarticlewindow.cpp b/knode/knarticlewindow.cpp index 05b4f83ae..aef3aab0c 100644 --- a/knode/knarticlewindow.cpp +++ b/knode/knarticlewindow.cpp @@ -101,10 +101,10 @@ KNArticleWindow::KNArticleWindow(KNArticle *art) mInstances.append( this ); // file menu - KStdAction::close( this, TQT_SLOT(close()), actionCollection() ); + KStdAction::close( TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection() ); // settings menu - KStdAction::preferences(knGlobals.top, TQT_SLOT(slotSettings()), actionCollection()); + KStdAction::preferences(TQT_TQOBJECT(knGlobals.top), TQT_SLOT(slotSettings()), actionCollection()); KAccel *accel = new KAccel( this ); artW->setCharsetKeyboardAction()->plugAccel( accel ); |