diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 01:04:19 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 01:04:19 -0500 |
commit | 008eae43da364c9a910416652cf277c4ef5895c9 (patch) | |
tree | 5f9060ce2395120f3ce327d444b035a6ece978a4 /krdc/kremoteview.h | |
parent | 2bc02dc6e21b9f38a76c6733a0931c7ebc944547 (diff) | |
download | tdenetwork-008eae43da364c9a910416652cf277c4ef5895c9.tar.gz tdenetwork-008eae43da364c9a910416652cf277c4ef5895c9.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'krdc/kremoteview.h')
-rw-r--r-- | krdc/kremoteview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/krdc/kremoteview.h b/krdc/kremoteview.h index 5869ea0e..aca3105e 100644 --- a/krdc/kremoteview.h +++ b/krdc/kremoteview.h @@ -24,10 +24,10 @@ #include "events.h" typedef enum { - TQUALITY_UNKNOWN=0, - TQUALITY_HIGH=1, - TQUALITY_MEDIUM=2, - TQUALITY_LOW=3 + QUALITY_UNKNOWN=0, + QUALITY_HIGH=1, + QUALITY_MEDIUM=2, + QUALITY_LOW=3 } Quality; /** |