diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:21 -0600 |
commit | f988857fcf5b44899af08ef475d9a29c675b3731 (patch) | |
tree | c76fa817f819646aef3eb38bd371dbdad83f3241 /src/modules/channelsjoin/channelsjoinwindow.h | |
parent | f3c8306949b2c5cece09d920309f23facf6d7022 (diff) | |
download | kvirc-f988857fcf5b44899af08ef475d9a29c675b3731.tar.gz kvirc-f988857fcf5b44899af08ef475d9a29c675b3731.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/modules/channelsjoin/channelsjoinwindow.h')
-rw-r--r-- | src/modules/channelsjoin/channelsjoinwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/channelsjoin/channelsjoinwindow.h b/src/modules/channelsjoin/channelsjoinwindow.h index 7e6abf5b..680f0f14 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.h +++ b/src/modules/channelsjoin/channelsjoinwindow.h @@ -39,7 +39,7 @@ class TQLineEdit; class KviChannelsJoinWindow : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KviChannelsJoinWindow(TQWidget * par, const char * name); ~KviChannelsJoinWindow(); |