summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:29:04 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:29:04 -0500
commit90c2aebedffe71a4d5725728a5c3bf597be3e85b (patch)
tree777e435edaeece915cfabcb5be69b2d3f9fda189
parent16ef469fa56bcd75071f383dc3ce4efc30b4aea5 (diff)
downloadkbarcode-90c2aebe.tar.gz
kbarcode-90c2aebe.zip
Fix inadvertent tqt changes.
-rw-r--r--kbarcode/dstextedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/dstextedit.h b/kbarcode/dstextedit.h
index 92d111a..0e4b1dd 100644
--- a/kbarcode/dstextedit.h
+++ b/kbarcode/dstextedit.h
@@ -22,7 +22,7 @@
#include <ktextedit.h>
-// Otherwise tqmoc will complain
+// Otherwise moc will complain
#define TextEditBase KTextEdit
class DSTextEdit : public TextEditBase {