diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:02:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:02:03 -0600 |
commit | 943520ceea323f04d9ad099b2e7f4d24e4cc8f00 (patch) | |
tree | 2a8f5e3a711d1852e1c0d81895dd628db0608fc9 /src/entryupdater.h | |
parent | f3c15a2d43260ba94d8fd8614156deb3e78668a1 (diff) | |
download | tellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.tar.gz tellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/entryupdater.h')
-rw-r--r-- | src/entryupdater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entryupdater.h b/src/entryupdater.h index 75d1fcc..d22e896 100644 --- a/src/entryupdater.h +++ b/src/entryupdater.h @@ -27,7 +27,7 @@ namespace Tellico { */ class EntryUpdater : public TQObject { Q_OBJECT - TQ_OBJECT + public: EntryUpdater(Data::CollPtr coll, Data::EntryVec entries, TQObject* parent); EntryUpdater(const TQString& fetcher, Data::CollPtr coll, Data::EntryVec entries, TQObject* parent); |