summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/widgets/floatspinbox.h
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2025-05-25 13:00:08 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2025-05-25 13:00:08 -0500
commitf7bed30a8018b109ce25f16d015b1eb6fca6b41b (patch)
tree3c345712bcc0b8204094a4e5b645b9a3845bb18c /clients/tde/src/widgets/floatspinbox.h
parent35529a2fb04893ca887dd11c700e22889ff7696c (diff)
downloadulab-master.tar.gz
ulab-master.zip
Fix client FTBFS on newer TDE versionHEADmaster
Diffstat (limited to 'clients/tde/src/widgets/floatspinbox.h')
-rw-r--r--clients/tde/src/widgets/floatspinbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/tde/src/widgets/floatspinbox.h b/clients/tde/src/widgets/floatspinbox.h
index 102584f..deefe06 100644
--- a/clients/tde/src/widgets/floatspinbox.h
+++ b/clients/tde/src/widgets/floatspinbox.h
@@ -32,7 +32,7 @@
class FloatSpinBox : public TQSpinBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
FloatSpinBox(TQWidget *parent = 0, const char* name = 0);
@@ -67,4 +67,4 @@ class FloatSpinBox : public TQSpinBox
double value;
};
-#endif // FLOATSPINBOX_H \ No newline at end of file
+#endif // FLOATSPINBOX_H