summaryrefslogtreecommitdiffstats
path: root/kbarcode/dstextedit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-27 11:33:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-27 11:33:29 -0500
commitd265f2381c62364ad08b9fdc47659dfc773bf528 (patch)
tree9197e1692d85bdf5c54f33320dc68f26345ffa92 /kbarcode/dstextedit.h
parent978254801353c7bfcc84aa3a3a7e9fac6aeae0e2 (diff)
downloadkbarcode-d265f2381c62364ad08b9fdc47659dfc773bf528.tar.gz
kbarcode-d265f2381c62364ad08b9fdc47659dfc773bf528.zip
Merge latest version of KBarCode with the TDE sources
This relates to Bug 2095 Note that a handful of translation strings did not merge properly
Diffstat (limited to 'kbarcode/dstextedit.h')
-rw-r--r--kbarcode/dstextedit.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kbarcode/dstextedit.h b/kbarcode/dstextedit.h
index 0e4b1dd..75a0903 100644
--- a/kbarcode/dstextedit.h
+++ b/kbarcode/dstextedit.h
@@ -18,26 +18,26 @@
#ifndef _DS_TEXT_EDIT_H_
#define _DS_TEXT_EDIT_H_
-#include <tqnamespace.h>
+#include <tqnamespace.h>
#include <ktextedit.h>
// Otherwise moc will complain
#define TextEditBase KTextEdit
-class DSTextEdit : public TextEditBase {
+class DSTextEdit : public KTextEdit {
Q_OBJECT
-
-
+
+
public:
DSTextEdit( TQWidget* parent, const char* name = 0 );
//virtual void moveCursor( CursorAction action, bool select );
private slots:
void fixParagraphs();
-
+
private:
- /**
+ /**
* returns true if the cursor is currently inside
* of a token of the form [value].
*/