diff options
author | Michele Calgaro <[email protected]> | 2024-02-20 11:46:59 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-02 16:49:11 +0900 |
commit | f887a3ee8f51b158ffb32d88e1489a6f2e0a9dbb (patch) | |
tree | 3e047d1a1fc6d4e3b55af254251f52723fb46455 /src/kvilib/net/kvi_http.h | |
parent | ab992aba703fea5fba22a7f7fc3044d9306277ca (diff) | |
download | kvirc-f887a3ee8f51b158ffb32d88e1489a6f2e0a9dbb.tar.gz kvirc-f887a3ee8f51b158ffb32d88e1489a6f2e0a9dbb.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kvilib/net/kvi_http.h')
-rw-r--r-- | src/kvilib/net/kvi_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvilib/net/kvi_http.h b/src/kvilib/net/kvi_http.h index 39d71b3f..91784f4b 100644 --- a/src/kvilib/net/kvi_http.h +++ b/src/kvilib/net/kvi_http.h @@ -45,7 +45,7 @@ class KviHttpRequestThread; // // This class implements a HTTP protocol client. // It's able to send GET, POST and HEAD requests, -// download stuff to a file or to a qt TQ_SLOT(). +// download stuff to a file or to a tqt TQ_SLOT(). // class KVILIB_API KviHttpRequest : public TQObject, public KviHeapObject |