summaryrefslogtreecommitdiffstats
path: root/src/gui/datewidget.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:38:00 +0900
committerMichele Calgaro <[email protected]>2023-07-24 21:26:01 +0900
commit37c2ad0c29c602b42d03c446bdd00dcb50f2729c (patch)
tree20dccb5a9d68d562283884dad036561fe5498ba2 /src/gui/datewidget.h
parent2aa8f8fcbfaea5600cec638bf690977c3b2e9504 (diff)
downloadtellico-37c2ad0c29c602b42d03c446bdd00dcb50f2729c.tar.gz
tellico-37c2ad0c29c602b42d03c446bdd00dcb50f2729c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e164b1d02780da8e0d91f5c6617b511f1b24fc6d)
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 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: