diff options
Diffstat (limited to 'korn/korncfgimpl.h')
-rw-r--r-- | korn/korncfgimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/korncfgimpl.h b/korn/korncfgimpl.h index 1168ec08c..aef4be1f2 100644 --- a/korn/korncfgimpl.h +++ b/korn/korncfgimpl.h @@ -31,7 +31,7 @@ class KornCfgImpl : public KornCfgWidget { Q_OBJECT TQ_OBJECT public: - KornCfgImpl( TQWidget * tqparent = 0, const char * name = 0 ); + KornCfgImpl( TQWidget * parent = 0, const char * name = 0 ); ~KornCfgImpl(); private slots: |