diff options
Diffstat (limited to 'kopete/libkopete/tests')
-rw-r--r-- | kopete/libkopete/tests/mock/kopeteaccount_mock.h | 2 | ||||
-rw-r--r-- | kopete/libkopete/tests/mock/kopetecontact_mock.h | 2 | ||||
-rw-r--r-- | kopete/libkopete/tests/mock/kopeteprotocol_mock.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/tests/mock/kopeteaccount_mock.h b/kopete/libkopete/tests/mock/kopeteaccount_mock.h index 053977a5..ac5a7253 100644 --- a/kopete/libkopete/tests/mock/kopeteaccount_mock.h +++ b/kopete/libkopete/tests/mock/kopeteaccount_mock.h @@ -24,7 +24,7 @@ class Kopete::Protocol; class Kopete::OnlineStatus; class Kopete::MetaContact; -class QString; +class TQString; namespace Kopete { diff --git a/kopete/libkopete/tests/mock/kopetecontact_mock.h b/kopete/libkopete/tests/mock/kopetecontact_mock.h index a0b735d5..faa78e3b 100644 --- a/kopete/libkopete/tests/mock/kopetecontact_mock.h +++ b/kopete/libkopete/tests/mock/kopetecontact_mock.h @@ -23,7 +23,7 @@ class Kopete::MetaContact; class Kopete::Account; class Kopete::ChatSession; -class QString; +class TQString; namespace Kopete { diff --git a/kopete/libkopete/tests/mock/kopeteprotocol_mock.h b/kopete/libkopete/tests/mock/kopeteprotocol_mock.h index 97f0d7ad..d2502790 100644 --- a/kopete/libkopete/tests/mock/kopeteprotocol_mock.h +++ b/kopete/libkopete/tests/mock/kopeteprotocol_mock.h @@ -21,7 +21,7 @@ #include "kopeteprotocol.h" class KInstance; -class QObject; +class TQObject; class KopeteEditAccountWidget; class AddContactPage; |