summaryrefslogtreecommitdiffstats
path: root/libk3b/cddb/k3bcddbhttpquery.h
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-04-13 02:08:12 -0500
committerDarrell Anderson <[email protected]>2012-04-13 02:08:12 -0500
commit2f36c1bd457c375a07b37e81aaef0c7d75278e0e (patch)
treeaab4c1e258ef1af8e37d0bff3826cd7b004d5b4b /libk3b/cddb/k3bcddbhttpquery.h
parent6aa759b112c09eb02ccd54b616339c1362e3ad99 (diff)
downloadk3b-2f36c1bd457c375a07b37e81aaef0c7d75278e0e.tar.gz
k3b-2f36c1bd457c375a07b37e81aaef0c7d75278e0e.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'libk3b/cddb/k3bcddbhttpquery.h')
-rw-r--r--libk3b/cddb/k3bcddbhttpquery.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libk3b/cddb/k3bcddbhttpquery.h b/libk3b/cddb/k3bcddbhttpquery.h
index 4f70e58..63774e3 100644
--- a/libk3b/cddb/k3bcddbhttpquery.h
+++ b/libk3b/cddb/k3bcddbhttpquery.h
@@ -14,8 +14,8 @@
*/
-#ifndef K3BCDDB_HTTP_TQUERY_H
-#define K3BCDDB_HTTP_TQUERY_H
+#ifndef K3BCDDB_HTTP_QUERY_H
+#define K3BCDDB_HTTP_QUERY_H
#include "k3bcddbquery.h"
#include "k3bcddbresult.h"
@@ -48,7 +48,7 @@ class K3bCddbHttpQuery : public K3bCddbQuery
private:
void performCommand( const TQString& );
- enum State { TQUERY, TQUERY_DATA, READ, READ_DATA, FINISHED };
+ enum State { QUERY, QUERY_DATA, READ, READ_DATA, FINISHED };
int m_state;
TQString m_server;