From 008eae43da364c9a910416652cf277c4ef5895c9 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 01:04:19 -0500 Subject: Fix inadvertent "TQ" changes. --- krdc/kremoteview.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'krdc/kremoteview.h') 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; /** -- cgit v1.2.1