From 36e4074ba1536a63a121293b20663a38cad836b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:26:34 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/libkopete/tests/mock/kopeteaccount_mock.h | 2 +- kopete/libkopete/tests/mock/kopetecontact_mock.h | 2 +- kopete/libkopete/tests/mock/kopeteprotocol_mock.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete/libkopete/tests') 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; -- cgit v1.2.1