From d7c92904331baab5818bcd5829cf44845acaf384 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 17:32:18 -0500 Subject: [PATCH] Fix inadvertent tq changes. --- kradio3/src/include/interfaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kradio3/src/include/interfaces.h b/kradio3/src/include/interfaces.h index 2e1a68c..0ed4a59 100644 --- a/kradio3/src/include/interfaces.h +++ b/kradio3/src/include/interfaces.h @@ -207,7 +207,7 @@ How do I use it ? - Implementations - Because we do not have a TQMOC as TQt does, we have to implement our sending + Because we do not have a MOC as TQt does, we have to implement our sending or querying methods by hand. But this minor disadvantage should be considered as less important than the fact, that this implementation is done where it belongs to. Especially because there are easy to use macros