summaryrefslogtreecommitdiffstats
path: root/knights/accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/accel.h')
-rw-r--r--knights/accel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/knights/accel.h b/knights/accel.h
index 6767a3e..43e4932 100644
--- a/knights/accel.h
+++ b/knights/accel.h
@@ -27,15 +27,16 @@
class Accel : public KAccel
{
Q_OBJECT
+ TQ_OBJECT
public:
- Accel( QWidget *parent=0, QObject *target=0 );
+ Accel( TQWidget *tqparent=0, TQObject *target=0 );
~Accel();
- void setTarget( QObject* );
+ void setTarget( TQObject* );
signals:
void focus( void );
- void focus( const QChar& );
+ void focus( const TQChar& );
void board_up( void );
void board_down( void );