summaryrefslogtreecommitdiffstats
path: root/src/fetch/gcstarpluginfetcher.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:02:03 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:02:03 -0600
commit943520ceea323f04d9ad099b2e7f4d24e4cc8f00 (patch)
tree2a8f5e3a711d1852e1c0d81895dd628db0608fc9 /src/fetch/gcstarpluginfetcher.h
parentf3c15a2d43260ba94d8fd8614156deb3e78668a1 (diff)
downloadtellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.tar.gz
tellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/fetch/gcstarpluginfetcher.h')
-rw-r--r--src/fetch/gcstarpluginfetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/gcstarpluginfetcher.h b/src/fetch/gcstarpluginfetcher.h
index 9a0789f..534a274 100644
--- a/src/fetch/gcstarpluginfetcher.h
+++ b/src/fetch/gcstarpluginfetcher.h
@@ -35,7 +35,7 @@ namespace Tellico {
*/
class GCstarPluginFetcher : public Fetcher {
Q_OBJECT
- TQ_OBJECT
+
public:
@@ -93,7 +93,7 @@ private:
class GCstarPluginFetcher::ConfigWidget : public Fetch::ConfigWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
ConfigWidget(TQWidget* parent, const GCstarPluginFetcher* fetcher = 0);