summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/kbalancewarning.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:36:31 +0900
committerMichele Calgaro <[email protected]>2023-07-24 21:24:01 +0900
commit93816e0a2c4477711497263902fe5222483da892 (patch)
tree662803755443085144e615fae1678f2755eda8fd /kmymoney2/dialogs/kbalancewarning.h
parent7a469553db421dbc62a6eca20fd81fe6fc7bb01a (diff)
downloadkmymoney-93816e0a2c4477711497263902fe5222483da892.tar.gz
kmymoney-93816e0a2c4477711497263902fe5222483da892.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4a70f1720eb66ddeb89d4340e44c601e3613b837)
Diffstat (limited to 'kmymoney2/dialogs/kbalancewarning.h')
-rw-r--r--kmymoney2/dialogs/kbalancewarning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/kbalancewarning.h b/kmymoney2/dialogs/kbalancewarning.h
index 4e30b7e..f5bc8c2 100644
--- a/kmymoney2/dialogs/kbalancewarning.h
+++ b/kmymoney2/dialogs/kbalancewarning.h
@@ -34,7 +34,7 @@ class MyMoneyAccount;
class KBalanceWarning : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KBalanceWarning(TQObject* parent, const char* name = 0);