diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:32:18 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:32:18 -0500 |
commit | d7c92904331baab5818bcd5829cf44845acaf384 (patch) | |
tree | 5085c87c7df32f7503947ae750b91523390c0e68 /kradio3 | |
parent | f1ea449f3d5f9833dc124a307de7b76f1c34352a (diff) | |
download | tderadio-d7c92904331baab5818bcd5829cf44845acaf384.tar.gz tderadio-d7c92904331baab5818bcd5829cf44845acaf384.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'kradio3')
-rw-r--r-- | kradio3/src/include/interfaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |