summaryrefslogtreecommitdiffstats
path: root/khelpcenter/khc_indexbuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/khc_indexbuilder.h')
-rw-r--r--khelpcenter/khc_indexbuilder.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/khelpcenter/khc_indexbuilder.h b/khelpcenter/khc_indexbuilder.h
index 5eb849419..8cbaf6b00 100644
--- a/khelpcenter/khc_indexbuilder.h
+++ b/khelpcenter/khc_indexbuilder.h
@@ -30,9 +30,9 @@ class TDEProcess;
namespace KHC {
-class IndexBuilder : public QObject
+class IndexBuilder : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
IndexBuilder(const TQString& cmdFile);
@@ -57,5 +57,3 @@ class IndexBuilder : public QObject
}
#endif
-
-// vim:ts=2:sw=2:et