diff options
Diffstat (limited to 'kiten/dict.h')
-rw-r--r-- | kiten/dict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kiten/dict.h b/kiten/dict.h index 80a762d8..285016e3 100644 --- a/kiten/dict.h +++ b/kiten/dict.h @@ -164,7 +164,7 @@ enum DictionaryType { Edict, Kanjidict }; class KDE_EXPORT Index : public TQObject { Q_OBJECT - TQ_OBJECT + public: Index(); |