summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneyedit.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:36:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:36:31 +0900
commit4a70f1720eb66ddeb89d4340e44c601e3613b837 (patch)
tree662803755443085144e615fae1678f2755eda8fd /kmymoney2/widgets/kmymoneyedit.h
parent7da583b50658b88243d71ddfd0a9d2146d6bda6c (diff)
downloadkmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.tar.gz
kmymoney-4a70f1720eb66ddeb89d4340e44c601e3613b837.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/widgets/kmymoneyedit.h')
-rw-r--r--kmymoney2/widgets/kmymoneyedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/widgets/kmymoneyedit.h b/kmymoney2/widgets/kmymoneyedit.h
index dee4e88..f0e4d79 100644
--- a/kmymoney2/widgets/kmymoneyedit.h
+++ b/kmymoney2/widgets/kmymoneyedit.h
@@ -55,7 +55,7 @@ class kMyMoneyCalculator;
*/
class kMyMoneyMoneyValidator : public TQDoubleValidator
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -91,7 +91,7 @@ public:
*/
class kMyMoneyEdit : public TQHBox
{
- Q_OBJECT
+ TQ_OBJECT
TQ_PROPERTY(bool calculatorButtonVisibility READ isCalculatorButtonVisible WRITE setCalculatorButtonVisible);
TQ_PROPERTY(bool resetButtonVisibility READ isResetButtonVisible WRITE setResetButtonVisible);