diff options
Diffstat (limited to 'kdecore/network/kiobuffer.h')
-rw-r--r-- | kdecore/network/kiobuffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/network/kiobuffer.h b/kdecore/network/kiobuffer.h index 4da5ecb43..2fc5b49e3 100644 --- a/kdecore/network/kiobuffer.h +++ b/kdecore/network/kiobuffer.h @@ -25,7 +25,7 @@ #ifndef KIOBUFFER_H #define KIOBUFFER_H -#include <qcstring.h> +#include <tqcstring.h> #include <kdelibs_export.h> @@ -77,7 +77,7 @@ public: /** * Reads a line from the buffer and discards it. */ - virtual QCString readLine() = 0; + virtual TQCString readLine() = 0; /** * Returns the number of bytes in the buffer. Note that this is not |