summaryrefslogtreecommitdiffstats
path: root/knode/knarticlewindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knarticlewindow.cpp')
-rw-r--r--knode/knarticlewindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/knarticlewindow.cpp b/knode/knarticlewindow.cpp
index 53b810897..4a4235e82 100644
--- a/knode/knarticlewindow.cpp
+++ b/knode/knarticlewindow.cpp
@@ -100,10 +100,10 @@ KNArticleWindow::KNArticleWindow(KNArticle *art)
mInstances.append( this );
// file menu
- KStdAction::close( TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection() );
+ KStdAction::close( this, TQ_SLOT(close()), actionCollection() );
// settings menu
- KStdAction::preferences(TQT_TQOBJECT(knGlobals.top), TQT_SLOT(slotSettings()), actionCollection());
+ KStdAction::preferences(knGlobals.top, TQ_SLOT(slotSettings()), actionCollection());
TDEAccel *accel = new TDEAccel( this );
artW->setCharsetKeyboardAction()->plugAccel( accel );