diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:29:04 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:29:04 -0500 |
| commit | 90c2aebedffe71a4d5725728a5c3bf597be3e85b (patch) | |
| tree | 777e435edaeece915cfabcb5be69b2d3f9fda189 | |
| parent | 16ef469fa56bcd75071f383dc3ce4efc30b4aea5 (diff) | |
| download | kbarcode-90c2aebedffe71a4d5725728a5c3bf597be3e85b.tar.gz kbarcode-90c2aebedffe71a4d5725728a5c3bf597be3e85b.zip | |
Fix inadvertent tqt changes.
| -rw-r--r-- | kbarcode/dstextedit.h | 2 |
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 { |
