diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:42 -0600 |
commit | 7415e07f61682107169f11e79cc0c8e50fb409a2 (patch) | |
tree | 43d2068b05bba334750625d8c3820c9f0120b4e6 /src/locater.h | |
parent | 51a3d3b347fa666b8499bd1e0ea8834ee8cc67a6 (diff) | |
download | tdeio-locate-7415e07f61682107169f11e79cc0c8e50fb409a2.tar.gz tdeio-locate-7415e07f61682107169f11e79cc0c8e50fb409a2.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/locater.h')
-rw-r--r-- | src/locater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locater.h b/src/locater.h index 47640d5..1ac117e 100644 --- a/src/locater.h +++ b/src/locater.h @@ -47,7 +47,7 @@ class Locater : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Constructor |