summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:26:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:26:34 +0000
commit36e4074ba1536a63a121293b20663a38cad836b7 (patch)
tree5ec4cb3822a30ce8d43a9904931907ade1d7fe2c /kopete/libkopete
parent47c8a359c5276062c4bc17f0e82410f29081b502 (diff)
downloadtdenetwork-36e4074ba1536a63a121293b20663a38cad836b7.tar.gz
tdenetwork-36e4074ba1536a63a121293b20663a38cad836b7.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/libkopete')
-rw-r--r--kopete/libkopete/avdevice/kxv.h4
-rw-r--r--kopete/libkopete/kautoconfig.h2
-rw-r--r--kopete/libkopete/knotification.h2
-rw-r--r--kopete/libkopete/kopeteaccount.h2
-rw-r--r--kopete/libkopete/kopeteaway.h2
-rw-r--r--kopete/libkopete/kopetecontact.h2
-rw-r--r--kopete/libkopete/kopetecontactlist.h2
-rw-r--r--kopete/libkopete/kopetegroup.h2
-rw-r--r--kopete/libkopete/kopetemessage.h2
-rw-r--r--kopete/libkopete/kopetemetacontact.h2
-rw-r--r--kopete/libkopete/kopetemimetypehandler.h4
-rw-r--r--kopete/libkopete/kopetenotifydataobject.h2
-rw-r--r--kopete/libkopete/kopetenotifyevent.h2
-rw-r--r--kopete/libkopete/kopeteonlinestatus.h6
-rw-r--r--kopete/libkopete/kopeteonlinestatusmanager.cpp2
-rw-r--r--kopete/libkopete/kopeteonlinestatusmanager.h6
-rw-r--r--kopete/libkopete/kopetepassword.h2
-rw-r--r--kopete/libkopete/kopeteproperties.h6
-rw-r--r--kopete/libkopete/private/kopeteviewmanager.h2
-rw-r--r--kopete/libkopete/tests/mock/kopeteaccount_mock.h2
-rw-r--r--kopete/libkopete/tests/mock/kopetecontact_mock.h2
-rw-r--r--kopete/libkopete/tests/mock/kopeteprotocol_mock.h2
-rw-r--r--kopete/libkopete/ui/accountselector.h2
-rw-r--r--kopete/libkopete/ui/kopetelistviewitem.h2
24 files changed, 32 insertions, 32 deletions
diff --git a/kopete/libkopete/avdevice/kxv.h b/kopete/libkopete/avdevice/kxv.h
index 8b3e14dd..97552071 100644
--- a/kopete/libkopete/avdevice/kxv.h
+++ b/kopete/libkopete/avdevice/kxv.h
@@ -28,8 +28,8 @@
#include <tqstringlist.h>
#include <tqptrlist.h>
-class QWidget;
-class QImage;
+class TQWidget;
+class TQImage;
class KXvPrivate;
class KXvDevice;
diff --git a/kopete/libkopete/kautoconfig.h b/kopete/libkopete/kautoconfig.h
index f3122fee..3b10a4d0 100644
--- a/kopete/libkopete/kautoconfig.h
+++ b/kopete/libkopete/kautoconfig.h
@@ -26,7 +26,7 @@
#include "kopete_export.h"
class KConfig;
-class QWidget;
+class TQWidget;
/**
* @short Provides a means of automatically retrieving, saving and resetting basic settings
diff --git a/kopete/libkopete/knotification.h b/kopete/libkopete/knotification.h
index a99f70d2..1e570541 100644
--- a/kopete/libkopete/knotification.h
+++ b/kopete/libkopete/knotification.h
@@ -26,7 +26,7 @@
#include <tqstringlist.h>
#include "kopete_export.h"
-class QWidget;
+class TQWidget;
namespace Kopete { class MetaContact; }
/**
diff --git a/kopete/libkopete/kopeteaccount.h b/kopete/libkopete/kopeteaccount.h
index 4e905d31..8782673c 100644
--- a/kopete/libkopete/kopeteaccount.h
+++ b/kopete/libkopete/kopeteaccount.h
@@ -26,7 +26,7 @@
#include <tqobject.h>
#include <tqdict.h>
-class QDomNode;
+class TQDomNode;
class KActionMenu;
class KConfigGroup;
diff --git a/kopete/libkopete/kopeteaway.h b/kopete/libkopete/kopeteaway.h
index b907f024..e6a171b1 100644
--- a/kopete/libkopete/kopeteaway.h
+++ b/kopete/libkopete/kopeteaway.h
@@ -26,7 +26,7 @@
#include "kopeteawaydialog.h"
#include "kopete_export.h"
-class QStringList;
+class TQStringList;
struct KopeteAwayPrivate;
diff --git a/kopete/libkopete/kopetecontact.h b/kopete/libkopete/kopetecontact.h
index e093c5eb..3cefbb2a 100644
--- a/kopete/libkopete/kopetecontact.h
+++ b/kopete/libkopete/kopetecontact.h
@@ -27,7 +27,7 @@
#include "kopete_export.h"
-class QImage;
+class TQImage;
class KPopupMenu;
class KAction;
diff --git a/kopete/libkopete/kopetecontactlist.h b/kopete/libkopete/kopetecontactlist.h
index 405abb79..ff653d34 100644
--- a/kopete/libkopete/kopetecontactlist.h
+++ b/kopete/libkopete/kopetecontactlist.h
@@ -25,7 +25,7 @@
#include "kopete_export.h"
class KURL;
-class QDomDocument;
+class TQDomDocument;
namespace Kopete
diff --git a/kopete/libkopete/kopetegroup.h b/kopete/libkopete/kopetegroup.h
index e832e955..af1f828a 100644
--- a/kopete/libkopete/kopetegroup.h
+++ b/kopete/libkopete/kopetegroup.h
@@ -26,7 +26,7 @@
#include <tqptrlist.h>
-class QDomElement;
+class TQDomElement;
namespace Kopete {
diff --git a/kopete/libkopete/kopetemessage.h b/kopete/libkopete/kopetemessage.h
index 03a09bd9..df546c38 100644
--- a/kopete/libkopete/kopetemessage.h
+++ b/kopete/libkopete/kopetemessage.h
@@ -34,7 +34,7 @@
#include "kopete_export.h"
-class QDateTime;
+class TQDateTime;
namespace Kopete {
diff --git a/kopete/libkopete/kopetemetacontact.h b/kopete/libkopete/kopetemetacontact.h
index 07be08ef..d3c95cd7 100644
--- a/kopete/libkopete/kopetemetacontact.h
+++ b/kopete/libkopete/kopetemetacontact.h
@@ -32,7 +32,7 @@
#include "kopetecontactlistelement.h"
#include "kopeteonlinestatus.h"
-class QDomNode;
+class TQDomNode;
class KURL;
diff --git a/kopete/libkopete/kopetemimetypehandler.h b/kopete/libkopete/kopetemimetypehandler.h
index 206bcffa..af6f20cd 100644
--- a/kopete/libkopete/kopetemimetypehandler.h
+++ b/kopete/libkopete/kopetemimetypehandler.h
@@ -19,8 +19,8 @@
#define KOPETEMIMETYPEHANDLER_H
class KURL;
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
#include "kopete_export.h"
diff --git a/kopete/libkopete/kopetenotifydataobject.h b/kopete/libkopete/kopetenotifydataobject.h
index 298d542f..43552a1e 100644
--- a/kopete/libkopete/kopetenotifydataobject.h
+++ b/kopete/libkopete/kopetenotifydataobject.h
@@ -23,7 +23,7 @@
#include "kopete_export.h"
-class QDomElement;
+class TQDomElement;
namespace Kopete
{
diff --git a/kopete/libkopete/kopetenotifyevent.h b/kopete/libkopete/kopetenotifyevent.h
index 85d03c66..e9cc994d 100644
--- a/kopete/libkopete/kopetenotifyevent.h
+++ b/kopete/libkopete/kopetenotifyevent.h
@@ -24,7 +24,7 @@
#include "kopete_export.h"
-class QDomElement;
+class TQDomElement;
namespace Kopete
{
diff --git a/kopete/libkopete/kopeteonlinestatus.h b/kopete/libkopete/kopeteonlinestatus.h
index 8136b1da..dfdb39df 100644
--- a/kopete/libkopete/kopeteonlinestatus.h
+++ b/kopete/libkopete/kopeteonlinestatus.h
@@ -28,9 +28,9 @@
#include <tqobject.h>
-class QString;
-class QPixmap;
-class QColor;
+class TQString;
+class TQPixmap;
+class TQColor;
namespace Kopete
{
diff --git a/kopete/libkopete/kopeteonlinestatusmanager.cpp b/kopete/libkopete/kopeteonlinestatusmanager.cpp
index 67364e6b..27fa0db1 100644
--- a/kopete/libkopete/kopeteonlinestatusmanager.cpp
+++ b/kopete/libkopete/kopeteonlinestatusmanager.cpp
@@ -67,7 +67,7 @@ OnlineStatusManager::OnlineStatusManager()
: d( new Private )
{
d->iconCache.setAutoDelete( true );
- d->nullPixmap = new QPixmap;
+ d->nullPixmap = new TQPixmap;
connect( kapp, TQT_SIGNAL( iconChanged(int) ), this, TQT_SLOT( slotIconsChanged() ) );
}
diff --git a/kopete/libkopete/kopeteonlinestatusmanager.h b/kopete/libkopete/kopeteonlinestatusmanager.h
index 926ef3fc..7a52d8c2 100644
--- a/kopete/libkopete/kopeteonlinestatusmanager.h
+++ b/kopete/libkopete/kopeteonlinestatusmanager.h
@@ -23,9 +23,9 @@
#include "kopeteonlinestatus.h"
#include "kaction.h"
-class QString;
-class QPixmap;
-class QColor;
+class TQString;
+class TQPixmap;
+class TQColor;
class KActionMenu;
namespace Kopete
diff --git a/kopete/libkopete/kopetepassword.h b/kopete/libkopete/kopetepassword.h
index de2f96c1..f2629234 100644
--- a/kopete/libkopete/kopetepassword.h
+++ b/kopete/libkopete/kopetepassword.h
@@ -22,7 +22,7 @@
namespace KWallet { class Wallet; }
-class QPixmap;
+class TQPixmap;
/** @internal */
class KopetePasswordGetRequest;
diff --git a/kopete/libkopete/kopeteproperties.h b/kopete/libkopete/kopeteproperties.h
index 24b7536f..e40a9280 100644
--- a/kopete/libkopete/kopeteproperties.h
+++ b/kopete/libkopete/kopeteproperties.h
@@ -21,9 +21,9 @@
#include <typeinfo>
-class QString;
-class QVariant;
-class QDomElement;
+class TQString;
+class TQVariant;
+class TQDomElement;
namespace Kopete
{
diff --git a/kopete/libkopete/private/kopeteviewmanager.h b/kopete/libkopete/private/kopeteviewmanager.h
index f6b29e98..f2302f6d 100644
--- a/kopete/libkopete/private/kopeteviewmanager.h
+++ b/kopete/libkopete/private/kopeteviewmanager.h
@@ -29,7 +29,7 @@ namespace Kopete
}
class KopeteView;
-class QTextEdit;
+class TQTextEdit;
struct KopeteViewManagerPrivate;
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;
diff --git a/kopete/libkopete/ui/accountselector.h b/kopete/libkopete/ui/accountselector.h
index 518ac67f..c812453d 100644
--- a/kopete/libkopete/ui/accountselector.h
+++ b/kopete/libkopete/ui/accountselector.h
@@ -23,7 +23,7 @@
#include "kopete_export.h"
class AccountSelectorPrivate;
-class QListViewItem;
+class TQListViewItem;
/**
* \brief widget to select an account, based on KListView
* @author Stefan Gehn <metz AT gehn.net>
diff --git a/kopete/libkopete/ui/kopetelistviewitem.h b/kopete/libkopete/ui/kopetelistviewitem.h
index e57482d0..154e9760 100644
--- a/kopete/libkopete/ui/kopetelistviewitem.h
+++ b/kopete/libkopete/ui/kopetelistviewitem.h
@@ -25,7 +25,7 @@
#include <utility>
#include <tqimage.h>
-class QPixmap;
+class TQPixmap;
namespace Kopete {
namespace UI {