diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:06:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-21 09:14:39 +0900 |
commit | 4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb (patch) | |
tree | 151f64ddb1d12c35d2dcbdfce7357b185de58f1a /kopete/protocols/oscar/liboscar/tests | |
parent | 44fa2dc162c15a1ff3c7956912c295993b46efd7 (diff) | |
download | tdenetwork-4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb.tar.gz tdenetwork-4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3)
Diffstat (limited to 'kopete/protocols/oscar/liboscar/tests')
6 files changed, 6 insertions, 6 deletions
diff --git a/kopete/protocols/oscar/liboscar/tests/clientstream_test.h b/kopete/protocols/oscar/liboscar/tests/clientstream_test.h index 7148eb11..9fcf3abb 100644 --- a/kopete/protocols/oscar/liboscar/tests/clientstream_test.h +++ b/kopete/protocols/oscar/liboscar/tests/clientstream_test.h @@ -23,7 +23,7 @@ class ClientStreamTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: ClientStreamTest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/logintest.h b/kopete/protocols/oscar/liboscar/tests/logintest.h index 4ba4f3cd..9435973b 100644 --- a/kopete/protocols/oscar/liboscar/tests/logintest.h +++ b/kopete/protocols/oscar/liboscar/tests/logintest.h @@ -24,7 +24,7 @@ class LoginTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: LoginTest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h b/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h index b86abe41..514242de 100644 --- a/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h +++ b/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h @@ -24,7 +24,7 @@ class LoginTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: LoginTest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/ssitest.h b/kopete/protocols/oscar/liboscar/tests/ssitest.h index ff5b6ccf..bb095724 100644 --- a/kopete/protocols/oscar/liboscar/tests/ssitest.h +++ b/kopete/protocols/oscar/liboscar/tests/ssitest.h @@ -20,7 +20,7 @@ class SSITest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: SSITest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/tdeunittest.h b/kopete/protocols/oscar/liboscar/tests/tdeunittest.h index 61f891e8..b7b729cd 100644 --- a/kopete/protocols/oscar/liboscar/tests/tdeunittest.h +++ b/kopete/protocols/oscar/liboscar/tests/tdeunittest.h @@ -38,7 +38,7 @@ class KUnitTest : public TQObject { - Q_OBJECT + TQ_OBJECT public: KUnitTest(); diff --git a/kopete/protocols/oscar/liboscar/tests/userinfotest.h b/kopete/protocols/oscar/liboscar/tests/userinfotest.h index a32b7a46..82ca9d13 100644 --- a/kopete/protocols/oscar/liboscar/tests/userinfotest.h +++ b/kopete/protocols/oscar/liboscar/tests/userinfotest.h @@ -24,7 +24,7 @@ class LoginTest : public TQApplication { -Q_OBJECT +TQ_OBJECT public: LoginTest(int argc, char ** argv); |