summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/bufferedstringreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/bufferedstringreader.h')
-rw-r--r--vcs/cvsservice/bufferedstringreader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcs/cvsservice/bufferedstringreader.h b/vcs/cvsservice/bufferedstringreader.h
index 1f96c0d1..6f34ed4c 100644
--- a/vcs/cvsservice/bufferedstringreader.h
+++ b/vcs/cvsservice/bufferedstringreader.h
@@ -12,7 +12,7 @@
#ifndef BUFFEREDSTRINGREADER_H
#define BUFFEREDSTRINGREADER_H
-#include <qstringlist.h>
+#include <tqstringlist.h>
class CvsServicePart;
class KConfig;
@@ -36,9 +36,9 @@ public:
* as many '\n'-terminated strings as found.
* @param otherChars additional chars to be added to the buffer
*/
- QStringList process( const QString &otherChars );
+ TQStringList process( const TQString &otherChars );
private:
- QString m_stringBuffer;
+ TQString m_stringBuffer;
};
#endif // BUFFEREDSTRINGREADER_H