summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:29:04 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-12-30 02:46:43 +0100
commit410e8cf85925d4e8552ad7b3696de6fde4f4a220 (patch)
tree77105451953680bc6bb63299648b83c5922d9efa
parent7f8677ada124f8ac7729cb153ce532d0b98716a4 (diff)
downloadkbarcode-410e8cf85925d4e8552ad7b3696de6fde4f4a220.tar.gz
kbarcode-410e8cf85925d4e8552ad7b3696de6fde4f4a220.zip
Fix inadvertent tqt changes.
(cherry picked from commit 90c2aebedffe71a4d5725728a5c3bf597be3e85b)
-rw-r--r--kbarcode/dstextedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/dstextedit.h b/kbarcode/dstextedit.h
index 6044e31..45f0fcc 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 {