diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:08:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:08:14 -0600 |
commit | 6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch) | |
tree | 222adc3ae4db93c92937de3d09195aca96ae99ce /kopete/protocols/oscar/liboscar/tests | |
parent | a484f7e6af77fe25155e9be30a4166c6f479e46d (diff) | |
download | tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip |
Remove spurious TQ_OBJECT instances
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 80c68446..7148eb11 100644 --- a/kopete/protocols/oscar/liboscar/tests/clientstream_test.h +++ b/kopete/protocols/oscar/liboscar/tests/clientstream_test.h @@ -24,7 +24,7 @@ class ClientStreamTest : public TQApplication { Q_OBJECT - TQ_OBJECT + public: ClientStreamTest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/kunittest.h b/kopete/protocols/oscar/liboscar/tests/kunittest.h index c2149992..b5173e1a 100644 --- a/kopete/protocols/oscar/liboscar/tests/kunittest.h +++ b/kopete/protocols/oscar/liboscar/tests/kunittest.h @@ -39,7 +39,7 @@ class KUnitTest : public TQObject { Q_OBJECT - TQ_OBJECT + public: KUnitTest(); diff --git a/kopete/protocols/oscar/liboscar/tests/logintest.h b/kopete/protocols/oscar/liboscar/tests/logintest.h index 661ae49d..4ba4f3cd 100644 --- a/kopete/protocols/oscar/liboscar/tests/logintest.h +++ b/kopete/protocols/oscar/liboscar/tests/logintest.h @@ -25,7 +25,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 e997b9db..b86abe41 100644 --- a/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h +++ b/kopete/protocols/oscar/liboscar/tests/ssigrouptest.h @@ -25,7 +25,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 db7e8697..ff5b6ccf 100644 --- a/kopete/protocols/oscar/liboscar/tests/ssitest.h +++ b/kopete/protocols/oscar/liboscar/tests/ssitest.h @@ -21,7 +21,7 @@ class SSITest : public TQApplication { Q_OBJECT - TQ_OBJECT + public: SSITest(int argc, char ** argv); diff --git a/kopete/protocols/oscar/liboscar/tests/userinfotest.h b/kopete/protocols/oscar/liboscar/tests/userinfotest.h index a17818e6..a32b7a46 100644 --- a/kopete/protocols/oscar/liboscar/tests/userinfotest.h +++ b/kopete/protocols/oscar/liboscar/tests/userinfotest.h @@ -25,7 +25,7 @@ class LoginTest : public TQApplication { Q_OBJECT - TQ_OBJECT + public: LoginTest(int argc, char ** argv); |