diff options
Diffstat (limited to 'src/prefopt.h')
-rw-r--r-- | src/prefopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefopt.h b/src/prefopt.h index 26e2572..09a1e97 100644 --- a/src/prefopt.h +++ b/src/prefopt.h @@ -40,7 +40,7 @@ class PrefOpt : public PrefOptLayout Q_OBJECT public: - PrefOpt(QWidget* pParent = 0, const char* szName = 0); + PrefOpt(TQWidget* pParent = 0, const char* szName = 0); ~PrefOpt(); void load(); |