diff options
Diffstat (limited to 'khelpcenter/toc.h')
-rw-r--r-- | khelpcenter/toc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/toc.h b/khelpcenter/toc.h index 72dc7d195..dba0921fc 100644 --- a/khelpcenter/toc.h +++ b/khelpcenter/toc.h @@ -30,9 +30,9 @@ class TDEProcess; namespace KHC { -class TOC : public QObject +class TOC : public TQObject { - Q_OBJECT + TQ_OBJECT public: TOC( NavigatorItem *parentItem ); |