summaryrefslogtreecommitdiffstats
path: root/konversation/src/rawlog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:42 -0600
commit28a26c0da8224e178ef365663bb006b37d93f940 (patch)
tree5018824944507e0fc46d83816fffc04f2f335efa /konversation/src/rawlog.h
parent7c40a9fb2c6dae383cac2515e10f34e8c91806f2 (diff)
downloadkonversation-28a26c0da8224e178ef365663bb006b37d93f940.tar.gz
konversation-28a26c0da8224e178ef365663bb006b37d93f940.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'konversation/src/rawlog.h')
-rw-r--r--konversation/src/rawlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/rawlog.h b/konversation/src/rawlog.h
index 465dbc3..52c3abc 100644
--- a/konversation/src/rawlog.h
+++ b/konversation/src/rawlog.h
@@ -21,7 +21,7 @@
class RawLog : public ChatWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
explicit RawLog(TQWidget* parent);