summaryrefslogtreecommitdiffstats
path: root/kpf/src/Response.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/src/Response.h')
-rw-r--r--kpf/src/Response.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpf/src/Response.h b/kpf/src/Response.h
index c24ba69c..d4da0706 100644
--- a/kpf/src/Response.h
+++ b/kpf/src/Response.h
@@ -76,7 +76,7 @@ namespace KPF
* @return header/body data to send to the client. This string is
* constructed differently depending on HTTP response code.
*/
- QCString text(const Request &) const;
+ TQCString text(const Request &) const;
/**
* Reset to initial state.
@@ -89,7 +89,7 @@ namespace KPF
* @internal
* Create HTML.
*/
- QString data(uint, const Request &) const;
+ TQString data(uint, const Request &) const;
private: