diff options
Diffstat (limited to 'kwordquiz/src/prefeditor.h')
-rw-r--r-- | kwordquiz/src/prefeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwordquiz/src/prefeditor.h b/kwordquiz/src/prefeditor.h index a88c1892..2cdf0795 100644 --- a/kwordquiz/src/prefeditor.h +++ b/kwordquiz/src/prefeditor.h @@ -30,7 +30,7 @@ Q_OBJECT TQ_OBJECT public: - PrefEditor(TQWidget *tqparent, const char *name=0, WFlags f=0); + PrefEditor(TQWidget *parent, const char *name=0, WFlags f=0); ~PrefEditor(); }; |