diff options
Diffstat (limited to 'src/gui/datewidget.h')
-rw-r--r-- | src/gui/datewidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/datewidget.h b/src/gui/datewidget.h index 56b87e7..371026c 100644 --- a/src/gui/datewidget.h +++ b/src/gui/datewidget.h @@ -28,7 +28,7 @@ namespace Tellico { namespace GUI { class SpinBox : public TQSpinBox { -Q_OBJECT +TQ_OBJECT public: @@ -39,7 +39,7 @@ public: * @author Robby Stephenson */ class DateWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: |