diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:56:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:56:11 -0600 |
commit | 93a6198212819d0cc95ce1bb0d80508523ab32c6 (patch) | |
tree | ae892ef46252c6f746f7ed5aeafeb61c50223756 /src/parsers/qhtmlstream.h | |
parent | 9a210ba3a60a3348ede4a57602fd13e240da66aa (diff) | |
download | tdeio-apt-93a6198212819d0cc95ce1bb0d80508523ab32c6.tar.gz tdeio-apt-93a6198212819d0cc95ce1bb0d80508523ab32c6.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 9a210ba3a60a3348ede4a57602fd13e240da66aa.
Diffstat (limited to 'src/parsers/qhtmlstream.h')
-rw-r--r-- | src/parsers/qhtmlstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/qhtmlstream.h b/src/parsers/qhtmlstream.h index 5f60599..7d27569 100644 --- a/src/parsers/qhtmlstream.h +++ b/src/parsers/qhtmlstream.h @@ -10,7 +10,7 @@ #ifndef TQHtmlStream_H #define TQHtmlStream_H -#include <textstream.h> +#include <tqtextstream.h> #include <tqstringlist.h> class TQHtmlStream; |