summaryrefslogtreecommitdiffstats
path: root/src/kvilib/net/kvi_http.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:33:07 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:33:07 -0600
commit805c2821ceaddada48b346c6d11bd0dc1351a539 (patch)
treef4f34d4fae6b86d1b1058f396da4729906edbadb /src/kvilib/net/kvi_http.h
parent918c3ff07736f0c343cb190d3f0df99e4cb8dab8 (diff)
downloadkvirc-805c2821ceaddada48b346c6d11bd0dc1351a539.tar.gz
kvirc-805c2821ceaddada48b346c6d11bd0dc1351a539.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/kvilib/net/kvi_http.h')
-rw-r--r--src/kvilib/net/kvi_http.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/net/kvi_http.h b/src/kvilib/net/kvi_http.h
index de4457d8..2eeec379 100644
--- a/src/kvilib/net/kvi_http.h
+++ b/src/kvilib/net/kvi_http.h
@@ -104,9 +104,9 @@ protected:
bool openFile();
void emitLines(KviDataBuffer * pDataBuffer);
- void resettqStatus();
+ void resetStatus();
void resetData();
- void resetInternaltqStatus();
+ void resetInternalStatus();
protected slots:
void dnsLookupDone(KviDns *d);
void haveServerIp();