diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:02 -0600 |
commit | 638fe73bb49325f24ec95cedeb4a32cd71dc9201 (patch) | |
tree | 8f3ea982f3ff19ebdfac280cd449ae96dbf5d3ee /src/knowitedit.h | |
parent | a661265f50a9c0212c2e879ab2ec40f3e3beddee (diff) | |
download | knowit-638fe73bb49325f24ec95cedeb4a32cd71dc9201.tar.gz knowit-638fe73bb49325f24ec95cedeb4a32cd71dc9201.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/knowitedit.h')
-rw-r--r-- | src/knowitedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowitedit.h b/src/knowitedit.h index 5f5f80d..ccb8db9 100644 --- a/src/knowitedit.h +++ b/src/knowitedit.h @@ -21,7 +21,7 @@ class KnowitEdit : public KTextEdit { Q_OBJECT - TQ_OBJECT + public: bool swapEOL; KnowitEdit(const TQString& text, const TQString& context=TQString(), |