diff options
Diffstat (limited to 'ktux/sprite.h')
-rw-r--r-- | ktux/sprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktux/sprite.h b/ktux/sprite.h index 236fddd..4845eac 100644 --- a/ktux/sprite.h +++ b/ktux/sprite.h @@ -52,7 +52,7 @@ class KSpriteSetup : public TQDialog Q_OBJECT TQ_OBJECT public: - KSpriteSetup( TQWidget *tqparent = NULL, const char *name = NULL ); + KSpriteSetup( TQWidget *parent = NULL, const char *name = NULL ); ~KSpriteSetup(); protected: |