summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:32:32 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:32:32 -0500
commit12583b3ce0d1280fde39f3e578dfd78d9e1e8b4b (patch)
tree6db38e3ffc2c29801b838ce4b9dd296e2f3dacd2 /src
parent0618b56bc259e09a1b858d9fd1afb0f443fd786d (diff)
downloadkstreamripper-12583b3ce0d1280fde39f3e578dfd78d9e1e8b4b.tar.gz
kstreamripper-12583b3ce0d1280fde39f3e578dfd78d9e1e8b4b.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'src')
-rw-r--r--src/kstreamripper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kstreamripper.h b/src/kstreamripper.h
index b497686..b274929 100644
--- a/src/kstreamripper.h
+++ b/src/kstreamripper.h
@@ -27,7 +27,7 @@
#include <dnssd/servicebrowser.h>
#include <dnssd/remoteservice.h>
#else
-// damned tqmoc will create slots regardless of #if macro
+// damned moc will create slots regardless of #if macro
// this is hack to avoid undefined type
namespace DNSSD { namespace RemoteService { typedef int Ptr; } }
#endif