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 8fb30e5c3..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( this, TQT_SLOT(close()), actionCollection() ); + KStdAction::close( this, TQ_SLOT(close()), actionCollection() ); // settings menu - KStdAction::preferences(knGlobals.top, TQT_SLOT(slotSettings()), actionCollection()); + KStdAction::preferences(knGlobals.top, TQ_SLOT(slotSettings()), actionCollection()); TDEAccel *accel = new TDEAccel( this ); artW->setCharsetKeyboardAction()->plugAccel( accel ); |