diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:07:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 22:35:23 +0900 |
commit | cd4b0ac22608120ad003f575a1640e1ddc7703df (patch) | |
tree | e68977e058f9d4900eaf266d1dbfc277dbae62e0 /kaddressbook/editors | |
parent | cc2af80602eb3d2a8ea2915d6ff59a10b17f7a21 (diff) | |
download | tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.tar.gz tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kaddressbook/editors')
-rw-r--r-- | kaddressbook/editors/cryptowidget.h | 2 | ||||
-rw-r--r-- | kaddressbook/editors/imaddresswidget.h | 2 | ||||
-rw-r--r-- | kaddressbook/editors/imeditorwidget.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/editors/cryptowidget.h b/kaddressbook/editors/cryptowidget.h index 1d8794ba4..101b00341 100644 --- a/kaddressbook/editors/cryptowidget.h +++ b/kaddressbook/editors/cryptowidget.h @@ -35,7 +35,7 @@ class TQCheckBox; class CryptoWidget : public KAB::ContactEditorWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kaddressbook/editors/imaddresswidget.h b/kaddressbook/editors/imaddresswidget.h index 9724ce775..a44f69f71 100644 --- a/kaddressbook/editors/imaddresswidget.h +++ b/kaddressbook/editors/imaddresswidget.h @@ -41,7 +41,7 @@ class KPluginInfo; */ class IMAddressWidget : public IMAddressBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kaddressbook/editors/imeditorwidget.h b/kaddressbook/editors/imeditorwidget.h index 1119144ce..4f347ca02 100644 --- a/kaddressbook/editors/imeditorwidget.h +++ b/kaddressbook/editors/imeditorwidget.h @@ -48,7 +48,7 @@ enum IMContext { Any, Home, Work }; */ class IMEditorWidget : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: |