diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:34:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:34:07 -0500 |
commit | c353f60978769b6e0e25e0315af7dbe513ac055d (patch) | |
tree | 65466ed6c6ced06ca1c4c7978448e671703351e4 /kopete/libkopete/tests/mock/kopeteaccount_mock.h | |
parent | 653be9f035cd202fb2fb65061b483cb5a5e2ae12 (diff) | |
download | tdenetwork-c353f60978769b6e0e25e0315af7dbe513ac055d.tar.gz tdenetwork-c353f60978769b6e0e25e0315af7dbe513ac055d.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'kopete/libkopete/tests/mock/kopeteaccount_mock.h')
-rw-r--r-- | kopete/libkopete/tests/mock/kopeteaccount_mock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/tests/mock/kopeteaccount_mock.h b/kopete/libkopete/tests/mock/kopeteaccount_mock.h index 039632fc..2d30f8ff 100644 --- a/kopete/libkopete/tests/mock/kopeteaccount_mock.h +++ b/kopete/libkopete/tests/mock/kopeteaccount_mock.h @@ -15,8 +15,8 @@ ************************************************************************* */ -#ifndef _KOPETEACCOUNT_TQMOCK_H_ -#define _KOPETEACCOUNT_TQMOCK_H_ +#ifndef _KOPETEACCOUNT_MOCK_H_ +#define _KOPETEACCOUNT_MOCK_H_ #include "kopeteaccount.h" |