diff options
Diffstat (limited to 'kiten/dict.h')
-rw-r--r-- | kiten/dict.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kiten/dict.h b/kiten/dict.h index f510d0c1..80a762d8 100644 --- a/kiten/dict.h +++ b/kiten/dict.h @@ -114,7 +114,7 @@ public: // Kanjidict ctor Entry(const TQString &, TQStringList &, TQStringList &, unsigned int grade, unsigned int freq, unsigned int strokes, unsigned int miscount); // default (for containers) - Entry(const TQString & = TQString::null); + Entry(const TQString & = TQString()); // for a heading Entry(const TQString &, bool header); @@ -161,9 +161,10 @@ struct SearchResult enum SearchType { Search_Beginning, Search_FullWord, Search_Anywhere }; enum DictionaryType { Edict, Kanjidict }; -class KDE_EXPORT Index : public QObject +class KDE_EXPORT Index : public TQObject { Q_OBJECT + TQ_OBJECT public: Index(); |