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/knowit.h | |
parent | a661265f50a9c0212c2e879ab2ec40f3e3beddee (diff) | |
download | knowit-638fe73bb49325f24ec95cedeb4a32cd71dc9201.tar.gz knowit-638fe73bb49325f24ec95cedeb4a32cd71dc9201.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/knowit.h')
-rw-r--r-- | src/knowit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowit.h b/src/knowit.h index 9cae51c..b1f15a1 100644 --- a/src/knowit.h +++ b/src/knowit.h @@ -51,7 +51,7 @@ class KnowitTree; class Knowit : public KMainWindow { Q_OBJECT - TQ_OBJECT + private: static const TQString Untitled; KConfig *config; |