diff options
Diffstat (limited to 'ksim/ksimframe.h')
-rw-r--r-- | ksim/ksimframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/ksimframe.h b/ksim/ksimframe.h index 976523f..d793a3a 100644 --- a/ksim/ksimframe.h +++ b/ksim/ksimframe.h @@ -36,7 +36,7 @@ namespace KSim Q_OBJECT TQ_OBJECT public: - Frame(int type, TQWidget *tqparent, const char *name = 0); + Frame(int type, TQWidget *parent, const char *name = 0); ~Frame(); const TQPixmap *const background() const { return &m_background; } |