diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:04:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:04:19 -0500 |
commit | 008eae43da364c9a910416652cf277c4ef5895c9 (patch) | |
tree | 5f9060ce2395120f3ce327d444b035a6ece978a4 /dcoprss | |
parent | 2bc02dc6e21b9f38a76c6733a0931c7ebc944547 (diff) | |
download | tdenetwork-008eae43da364c9a910416652cf277c4ef5895c9.tar.gz tdenetwork-008eae43da364c9a910416652cf277c4ef5895c9.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'dcoprss')
-rw-r--r-- | dcoprss/query.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcoprss/query.h b/dcoprss/query.h index f1971338..2b0770b7 100644 --- a/dcoprss/query.h +++ b/dcoprss/query.h @@ -1,6 +1,6 @@ /* $Id$ */ -#ifndef _TQUERY_SERVICE -#define _TQUERY_SERVICE +#ifndef _QUERY_SERVICE +#define _QUERY_SERVICE /*************************************************************************** query.h - A query interface to select RSS feeds. |