diff options
author | Darrell Anderson <[email protected]> | 2012-04-12 23:48:24 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-04 03:25:51 +0200 |
commit | c87392e7d5a650657a59da3798d9e088561fd7d4 (patch) | |
tree | 62488e71e8e75f6567d40f158f8340fca3cfef88 /noatun-plugins/oblique/query.h | |
parent | 74c4dbba5b6ff54754ecf78ab72841372483b15f (diff) | |
download | tdeaddons-c87392e7d5a650657a59da3798d9e088561fd7d4.tar.gz tdeaddons-c87392e7d5a650657a59da3798d9e088561fd7d4.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit 3b07e4ebbf115f8de8fd2623d2019757f8f7b4f4)
Diffstat (limited to 'noatun-plugins/oblique/query.h')
-rw-r--r-- | noatun-plugins/oblique/query.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/oblique/query.h b/noatun-plugins/oblique/query.h index 15ff361..e8a8d23 100644 --- a/noatun-plugins/oblique/query.h +++ b/noatun-plugins/oblique/query.h @@ -1,8 +1,8 @@ // Copyright (c) 2003 Charles Samuels <[email protected]> // See the file COPYING for redistribution terms. -#ifndef TQUERY_H -#define TQUERY_H +#ifndef QUERY_H +#define QUERY_H #include "base.h" |