diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:01:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:01:21 -0600 |
commit | f988857fcf5b44899af08ef475d9a29c675b3731 (patch) | |
tree | c76fa817f819646aef3eb38bd371dbdad83f3241 /src/modules/raweditor | |
parent | f3c8306949b2c5cece09d920309f23facf6d7022 (diff) | |
download | kvirc-f988857fcf5b44899af08ef475d9a29c675b3731.tar.gz kvirc-f988857fcf5b44899af08ef475d9a29c675b3731.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/modules/raweditor')
-rw-r--r-- | src/modules/raweditor/raweditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/raweditor/raweditor.h b/src/modules/raweditor/raweditor.h index 349399b4..31421817 100644 --- a/src/modules/raweditor/raweditor.h +++ b/src/modules/raweditor/raweditor.h @@ -63,7 +63,7 @@ class KviTalPopupMenu; class KviRawEditor : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KviRawEditor(TQWidget * par); ~KviRawEditor(); @@ -97,7 +97,7 @@ private: class KviRawEditorWindow : public KviWindow { Q_OBJECT - TQ_OBJECT + public: KviRawEditorWindow(KviFrame * lpFrm); ~KviRawEditorWindow(); |