diff options
Diffstat (limited to 'kpacman/keys.h')
-rw-r--r-- | kpacman/keys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpacman/keys.h b/kpacman/keys.h index e2fb5ea..d7ba8ae 100644 --- a/kpacman/keys.h +++ b/kpacman/keys.h @@ -13,11 +13,11 @@ #include <tdeaccel.h> -class Keys : public TQDialog +class PKeys : public TQDialog { Q_OBJECT public: - Keys( TQWidget *parent=0, const char *name=0 ); + PKeys( TQWidget *parent=0, const char *name=0 ); private slots: void butRight(); |