summaryrefslogtreecommitdiffstats
path: root/k9devices/k9dbusdispatch.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:12 -0600
commit97c73a8ce7e26d36d99b80f7e4dfe30363d004f9 (patch)
tree0626bbee735eb3df57c4868c82d79790d87eae12 /k9devices/k9dbusdispatch.h
parent65c4beb1dbed77013f3478a0ef904ef1d286f811 (diff)
downloadk9copy-97c73a8ce7e26d36d99b80f7e4dfe30363d004f9.tar.gz
k9copy-97c73a8ce7e26d36d99b80f7e4dfe30363d004f9.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'k9devices/k9dbusdispatch.h')
-rw-r--r--k9devices/k9dbusdispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9devices/k9dbusdispatch.h b/k9devices/k9dbusdispatch.h
index 8e86426..5ee2554 100644
--- a/k9devices/k9dbusdispatch.h
+++ b/k9devices/k9dbusdispatch.h
@@ -43,7 +43,7 @@ public:
class K9DBusDispatch : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
K9DBusDispatch(TQObject *parent = 0, const char *name = 0);