diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:06:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-21 09:07:44 +0900 |
commit | 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3 (patch) | |
tree | 3fd44965373b367fadf8e6bd914c2ebd378a361e /kopete/protocols/oscar/liboscar/tests | |
parent | baad27f23ad7a29d77aa6b0ce277b2d06882d217 (diff) | |
download | tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.tar.gz tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
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); |