diff options
Diffstat (limited to 'kdict/dict.h')
-rw-r--r-- | kdict/dict.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kdict/dict.h b/kdict/dict.h index 64cf25e0..81d3d5d5 100644 --- a/kdict/dict.h +++ b/kdict/dict.h @@ -149,9 +149,10 @@ private: //********* DictInterface ************************************************* -class DictInterface : public QObject +class DictInterface : public TQObject { Q_OBJECT + TQ_OBJECT public: |