From efa55080160c7b88c4052c2567439c324f646614 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit cd4b0ac22608120ad003f575a1640e1ddc7703df) --- korganizer/plugins/exchange/exchange.h | 2 +- korganizer/plugins/exchange/exchangeconfig.h | 2 +- korganizer/plugins/exchange/exchangedialog.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer/plugins/exchange') diff --git a/korganizer/plugins/exchange/exchange.h b/korganizer/plugins/exchange/exchange.h index 8de777fe1..26c5e8dec 100644 --- a/korganizer/plugins/exchange/exchange.h +++ b/korganizer/plugins/exchange/exchange.h @@ -34,7 +34,7 @@ using namespace KCal; class Exchange : public KOrg::Part { - Q_OBJECT + TQ_OBJECT public: Exchange( KOrg::MainWindow *, const char *name ); diff --git a/korganizer/plugins/exchange/exchangeconfig.h b/korganizer/plugins/exchange/exchangeconfig.h index a7aa32857..dc46da9b6 100644 --- a/korganizer/plugins/exchange/exchangeconfig.h +++ b/korganizer/plugins/exchange/exchangeconfig.h @@ -29,7 +29,7 @@ class ExchangeConfig : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ExchangeConfig(KPIM::ExchangeAccount* account, TQWidget *parent=0); diff --git a/korganizer/plugins/exchange/exchangedialog.h b/korganizer/plugins/exchange/exchangedialog.h index 8c525f2bb..fc1020722 100644 --- a/korganizer/plugins/exchange/exchangedialog.h +++ b/korganizer/plugins/exchange/exchangedialog.h @@ -26,7 +26,7 @@ class TQComboBox; class ExchangeDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: ExchangeDialog( const TQDate &start, const TQDate &end, TQWidget *parent=0); -- cgit v1.2.1