summaryrefslogtreecommitdiffstats
path: root/khelpcenter/toc.h
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/toc.h')
-rw-r--r--khelpcenter/toc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/khelpcenter/toc.h b/khelpcenter/toc.h
index 0a38c2ad5..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 );
@@ -69,4 +69,3 @@ class TOC : public QObject
}
#endif // KHC_TOC_H
-// vim:ts=2:sw=2:et