summaryrefslogtreecommitdiffstats
path: root/knights/knights.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/knights.cpp')
-rw-r--r--knights/knights.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/knights/knights.cpp b/knights/knights.cpp
index 30e4a8e..f8f3d95 100644
--- a/knights/knights.cpp
+++ b/knights/knights.cpp
@@ -341,10 +341,10 @@ void Knights::initMenus( void )
fileMenu->setItemEnabled( MENU_CLOSEALL, FALSE );
fileMenu->setWhatsThis( MENU_CLOSEALL, i18n( "This command will remove all matches that are currently loaded." ) );
fileMenu->insertSeparator();
- // MENU_TQUIT
+ // MENU_QUIT
fileMenu->insertItem( TQIconSet( Resource->LoadIcon( TQString("exit"), KIcon::Small ) ),
- i18n( "&Quit" ), this, TQT_SLOT(menuClose()), CTRL+Key_Q, MENU_TQUIT );
- fileMenu->setWhatsThis( MENU_TQUIT, i18n( "The Quit command will stop all matches and exit Knights." ) );
+ i18n( "&Quit" ), this, TQT_SLOT(menuClose()), CTRL+Key_Q, MENU_QUIT );
+ fileMenu->setWhatsThis( MENU_QUIT, i18n( "The Quit command will stop all matches and exit Knights." ) );
/*
settingsMenu menu
*/