summaryrefslogtreecommitdiffstats
path: root/kaddressbook/editors
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 22:35:23 +0900
commitcd4b0ac22608120ad003f575a1640e1ddc7703df (patch)
treee68977e058f9d4900eaf266d1dbfc277dbae62e0 /kaddressbook/editors
parentcc2af80602eb3d2a8ea2915d6ff59a10b17f7a21 (diff)
downloadtdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.tar.gz
tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kaddressbook/editors')
-rw-r--r--kaddressbook/editors/cryptowidget.h2
-rw-r--r--kaddressbook/editors/imaddresswidget.h2
-rw-r--r--kaddressbook/editors/imeditorwidget.h2
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: