summaryrefslogtreecommitdiffstats
path: root/knights/accel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/accel.cpp')
-rw-r--r--knights/accel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/accel.cpp b/knights/accel.cpp
index e0ac9fc..bbda5d4 100644
--- a/knights/accel.cpp
+++ b/knights/accel.cpp
@@ -18,7 +18,7 @@
#include "accel.moc"
#include <klocale.h>
-Accel::Accel( TQWidget *tqparent, TQObject *target ) : KAccel( tqparent )
+Accel::Accel( TQWidget *parent, TQObject *target ) : KAccel( parent )
{
insertItem( i18n("Previous Move"), "Previous Move", Key_Up, TRUE );
insertItem( i18n("Next Move"), "Next Move", Key_Down, TRUE );