summaryrefslogtreecommitdiffstats
path: root/src/gui/datewidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:03 -0600
commit943520ceea323f04d9ad099b2e7f4d24e4cc8f00 (patch)
tree2a8f5e3a711d1852e1c0d81895dd628db0608fc9 /src/gui/datewidget.h
parentf3c15a2d43260ba94d8fd8614156deb3e78668a1 (diff)
downloadtellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.tar.gz
tellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/gui/datewidget.h')
-rw-r--r--src/gui/datewidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/datewidget.h b/src/gui/datewidget.h
index 7a1a599..56b87e7 100644
--- a/src/gui/datewidget.h
+++ b/src/gui/datewidget.h
@@ -29,7 +29,7 @@ namespace Tellico {
class SpinBox : public TQSpinBox {
Q_OBJECT
- TQ_OBJECT
+
public:
SpinBox(int min, int max, TQWidget *parent);
@@ -40,7 +40,7 @@ public:
*/
class DateWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
DateWidget(TQWidget* parent, const char* name = 0);