diff options
Diffstat (limited to 'kruler/klineal.h')
-rw-r--r-- | kruler/klineal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kruler/klineal.h b/kruler/klineal.h index ce723cce..0acdda1c 100644 --- a/kruler/klineal.h +++ b/kruler/klineal.h @@ -32,10 +32,11 @@ class KLineal : public KMainWindow { Q_OBJECT + TQ_OBJECT public: enum { North=0, West=1, South=2, East=3 }; /** constructor */ - KLineal(TQWidget*parent=0,const char* name=0); + KLineal(TQWidget*tqparent=0,const char* name=0); /** destructor */ ~KLineal(); void move(int x, int y); |