summaryrefslogtreecommitdiffstats
path: root/src/fetch/z3950fetcher.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/z3950fetcher.h
parentf3c15a2d43260ba94d8fd8614156deb3e78668a1 (diff)
downloadtellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.tar.gz
tellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/fetch/z3950fetcher.h')
-rw-r--r--src/fetch/z3950fetcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/z3950fetcher.h b/src/fetch/z3950fetcher.h
index 5286b70..0618b65 100644
--- a/src/fetch/z3950fetcher.h
+++ b/src/fetch/z3950fetcher.h
@@ -50,7 +50,7 @@ namespace Tellico {
*/
class Z3950Fetcher : public Fetcher {
Q_OBJECT
- TQ_OBJECT
+
public:
Z3950Fetcher(TQObject* parent, const char* name = 0);
@@ -122,7 +122,7 @@ private:
class Z3950Fetcher::ConfigWidget : public Fetch::ConfigWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
ConfigWidget(TQWidget* parent, const Z3950Fetcher* fetcher = 0);