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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/khelpcenter/khc_indexbuilder.h b/khelpcenter/khc_indexbuilder.h
index 4bd5415a2..96ca25890 100644
--- a/khelpcenter/khc_indexbuilder.h
+++ b/khelpcenter/khc_indexbuilder.h
@@ -23,8 +23,8 @@
#include <kuniqueapplication.h>
-#include <qobject.h>
-#include <qtimer.h>
+#include <tqobject.h>
+#include <tqtimer.h>
class KProcess;
@@ -34,10 +34,10 @@ class IndexBuilder : public QObject
{
Q_OBJECT
public:
- IndexBuilder(const QString& cmdFile);
+ IndexBuilder(const TQString& cmdFile);
void sendProgressSignal();
- void sendErrorSignal( const QString &error );
+ void sendErrorSignal( const TQString &error );
void quit();
void processCmdQueue();
@@ -49,9 +49,9 @@ class IndexBuilder : public QObject
void slotReceivedStderr( KProcess *, char *buffer, int buflen );
private:
- QString m_cmdFile;
- QTimer mTimer;
- QStringList mCmdQueue;
+ TQString m_cmdFile;
+ TQTimer mTimer;
+ TQStringList mCmdQueue;
};
}