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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/khelpcenter/khc_indexbuilder.h b/khelpcenter/khc_indexbuilder.h
index 9dd0b3d71..4f1c7e0f8 100644
--- a/khelpcenter/khc_indexbuilder.h
+++ b/khelpcenter/khc_indexbuilder.h
@@ -21,18 +21,18 @@
#ifndef KHC_INDEXBUILDER_H
#define KHC_INDEXBUILDER_H
-#include <kuniqueapplication.h>
-
#include <tqobject.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
#include <tqtimer.h>
class TDEProcess;
namespace KHC {
-class IndexBuilder : public QObject
+class IndexBuilder : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
IndexBuilder(const TQString& cmdFile);