summaryrefslogtreecommitdiffstats
path: root/kopete/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 09:07:44 +0900
commit1c73e70c5605c86ab3ee2da13874ecfa0fe769f3 (patch)
tree3fd44965373b367fadf8e6bd914c2ebd378a361e /kopete/plugins
parentbaad27f23ad7a29d77aa6b0ce277b2d06882d217 (diff)
downloadtdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.tar.gz
tdenetwork-1c73e70c5605c86ab3ee2da13874ecfa0fe769f3.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/plugins')
-rw-r--r--kopete/plugins/addbookmarks/addbookmarksplugin.h2
-rw-r--r--kopete/plugins/addbookmarks/addbookmarkspreferences.h2
-rw-r--r--kopete/plugins/addbookmarks/addbookmarksprefssettings.h2
-rw-r--r--kopete/plugins/alias/aliasplugin.h2
-rw-r--r--kopete/plugins/alias/aliaspreferences.h2
-rw-r--r--kopete/plugins/alias/editaliasdialog.h2
-rw-r--r--kopete/plugins/autoreplace/autoreplaceplugin.h2
-rw-r--r--kopete/plugins/autoreplace/autoreplacepreferences.h2
-rw-r--r--kopete/plugins/connectionstatus/connectionstatusplugin.h2
-rw-r--r--kopete/plugins/contactnotes/contactnotesedit.h2
-rw-r--r--kopete/plugins/contactnotes/contactnotesplugin.h2
-rw-r--r--kopete/plugins/cryptography/cryptographyguiclient.h2
-rw-r--r--kopete/plugins/cryptography/cryptographyplugin.h2
-rw-r--r--kopete/plugins/cryptography/cryptographypreferences.h2
-rw-r--r--kopete/plugins/cryptography/cryptographyselectuserkey.h2
-rw-r--r--kopete/plugins/cryptography/kgpginterface.h2
-rw-r--r--kopete/plugins/cryptography/kgpgselkey.h2
-rw-r--r--kopete/plugins/cryptography/popuppublic.h2
-rw-r--r--kopete/plugins/highlight/highlightplugin.h2
-rw-r--r--kopete/plugins/highlight/highlightpreferences.h2
-rw-r--r--kopete/plugins/history/historydialog.h2
-rw-r--r--kopete/plugins/history/historyguiclient.h2
-rw-r--r--kopete/plugins/history/historylogger.h2
-rw-r--r--kopete/plugins/history/historyplugin.h2
-rw-r--r--kopete/plugins/history/historypreferences.h2
-rw-r--r--kopete/plugins/latex/latexguiclient.h2
-rw-r--r--kopete/plugins/latex/latexplugin.h2
-rw-r--r--kopete/plugins/latex/latexpreferences.h2
-rw-r--r--kopete/plugins/motionautoaway/motionawayplugin.h2
-rw-r--r--kopete/plugins/motionautoaway/motionawaypreferences.h2
-rw-r--r--kopete/plugins/netmeeting/netmeetingguiclient.h2
-rw-r--r--kopete/plugins/netmeeting/netmeetinginvitation.h2
-rw-r--r--kopete/plugins/netmeeting/netmeetingplugin.h2
-rw-r--r--kopete/plugins/netmeeting/netmeetingpreferences.h2
-rw-r--r--kopete/plugins/nowlistening/nowlisteningguiclient.h2
-rw-r--r--kopete/plugins/nowlistening/nowlisteningplugin.h2
-rw-r--r--kopete/plugins/nowlistening/nowlisteningpreferences.h2
-rw-r--r--kopete/plugins/smpppdcs/detectornetstat.h2
-rw-r--r--kopete/plugins/smpppdcs/detectornetworkstatus.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcsplugin.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcspreferences.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcsprefsimpl.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdlocationwidget.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdsearcher.h2
-rw-r--r--kopete/plugins/smpppdcs/unittest/clienttest.h2
-rw-r--r--kopete/plugins/statistics/statisticsdialog.h2
-rw-r--r--kopete/plugins/statistics/statisticsplugin.h2
-rw-r--r--kopete/plugins/texteffect/texteffectplugin.h2
-rw-r--r--kopete/plugins/texteffect/texteffectpreferences.h2
-rw-r--r--kopete/plugins/translator/translatordialog.h2
-rw-r--r--kopete/plugins/translator/translatorguiclient.h2
-rw-r--r--kopete/plugins/translator/translatorplugin.h2
-rw-r--r--kopete/plugins/webpresence/webpresenceplugin.h2
-rw-r--r--kopete/plugins/webpresence/webpresencepreferences.h2
54 files changed, 54 insertions, 54 deletions
diff --git a/kopete/plugins/addbookmarks/addbookmarksplugin.h b/kopete/plugins/addbookmarks/addbookmarksplugin.h
index 4bf10668..4cfe4ae2 100644
--- a/kopete/plugins/addbookmarks/addbookmarksplugin.h
+++ b/kopete/plugins/addbookmarks/addbookmarksplugin.h
@@ -26,7 +26,7 @@
class BookmarksPlugin : public Kopete::Plugin
{
-Q_OBJECT
+TQ_OBJECT
public:
BookmarksPlugin(TQObject *parent, const char *name, const TQStringList &args);
diff --git a/kopete/plugins/addbookmarks/addbookmarkspreferences.h b/kopete/plugins/addbookmarks/addbookmarkspreferences.h
index 32094012..446ed675 100644
--- a/kopete/plugins/addbookmarks/addbookmarkspreferences.h
+++ b/kopete/plugins/addbookmarks/addbookmarkspreferences.h
@@ -21,7 +21,7 @@
*/
class BookmarksPreferences : public TDECModule
{
-Q_OBJECT
+TQ_OBJECT
public:
BookmarksPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());
diff --git a/kopete/plugins/addbookmarks/addbookmarksprefssettings.h b/kopete/plugins/addbookmarks/addbookmarksprefssettings.h
index 64e878d8..d0263a5b 100644
--- a/kopete/plugins/addbookmarks/addbookmarksprefssettings.h
+++ b/kopete/plugins/addbookmarks/addbookmarksprefssettings.h
@@ -20,7 +20,7 @@
*/
class BookmarksPrefsSettings : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
enum UseSubfolders { Always=0, Never=1, SelectedContacts=2, UnselectedContacts=3 };
diff --git a/kopete/plugins/alias/aliasplugin.h b/kopete/plugins/alias/aliasplugin.h
index ae27b7de..0ee7f455 100644
--- a/kopete/plugins/alias/aliasplugin.h
+++ b/kopete/plugins/alias/aliasplugin.h
@@ -14,7 +14,7 @@
class AliasPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/alias/aliaspreferences.h b/kopete/plugins/alias/aliaspreferences.h
index 4d987a1f..5f09e3a2 100644
--- a/kopete/plugins/alias/aliaspreferences.h
+++ b/kopete/plugins/alias/aliaspreferences.h
@@ -23,7 +23,7 @@ namespace Kopete { class Plugin; }
class AliasPreferences : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/alias/editaliasdialog.h b/kopete/plugins/alias/editaliasdialog.h
index 0a8452d0..3f15fee3 100644
--- a/kopete/plugins/alias/editaliasdialog.h
+++ b/kopete/plugins/alias/editaliasdialog.h
@@ -24,7 +24,7 @@ class TQWidget;
class EditAliasDialog : public AliasDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
EditAliasDialog( TQWidget* parent = 0, const char* name = 0 );
diff --git a/kopete/plugins/autoreplace/autoreplaceplugin.h b/kopete/plugins/autoreplace/autoreplaceplugin.h
index c91fc418..32bcb5de 100644
--- a/kopete/plugins/autoreplace/autoreplaceplugin.h
+++ b/kopete/plugins/autoreplace/autoreplaceplugin.h
@@ -37,7 +37,7 @@ class AutoReplaceConfig;
class AutoReplacePlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/autoreplace/autoreplacepreferences.h b/kopete/plugins/autoreplace/autoreplacepreferences.h
index 54470433..a49132da 100644
--- a/kopete/plugins/autoreplace/autoreplacepreferences.h
+++ b/kopete/plugins/autoreplace/autoreplacepreferences.h
@@ -31,7 +31,7 @@ class AutoReplaceConfig;
class AutoReplacePreferences : public KCAutoConfigModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/connectionstatus/connectionstatusplugin.h b/kopete/plugins/connectionstatus/connectionstatusplugin.h
index b78aabf4..258dba9e 100644
--- a/kopete/plugins/connectionstatus/connectionstatusplugin.h
+++ b/kopete/plugins/connectionstatus/connectionstatusplugin.h
@@ -28,7 +28,7 @@ class TDEProcess;
*/
class ConnectionStatusPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/contactnotes/contactnotesedit.h b/kopete/plugins/contactnotes/contactnotesedit.h
index f9a3d892..ffef0d36 100644
--- a/kopete/plugins/contactnotes/contactnotesedit.h
+++ b/kopete/plugins/contactnotes/contactnotesedit.h
@@ -32,7 +32,7 @@ class ContactNotesPlugin;
*/
class ContactNotesEdit : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
ContactNotesEdit(Kopete::MetaContact *m,ContactNotesPlugin *p=0 ,const char *name=0);
diff --git a/kopete/plugins/contactnotes/contactnotesplugin.h b/kopete/plugins/contactnotes/contactnotesplugin.h
index 34335186..084ecbc4 100644
--- a/kopete/plugins/contactnotes/contactnotesplugin.h
+++ b/kopete/plugins/contactnotes/contactnotesplugin.h
@@ -39,7 +39,7 @@ namespace Kopete { class MetaContact; }
class ContactNotesPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/cryptography/cryptographyguiclient.h b/kopete/plugins/cryptography/cryptographyguiclient.h
index f9c29a49..b2cb4ba5 100644
--- a/kopete/plugins/cryptography/cryptographyguiclient.h
+++ b/kopete/plugins/cryptography/cryptographyguiclient.h
@@ -26,7 +26,7 @@ class TDEToggleAction;
*/
class CryptographyGUIClient : public TQObject, public KXMLGUIClient
{
-Q_OBJECT
+TQ_OBJECT
public:
CryptographyGUIClient(Kopete::ChatSession *parent = 0);
diff --git a/kopete/plugins/cryptography/cryptographyplugin.h b/kopete/plugins/cryptography/cryptographyplugin.h
index 262ded68..00818a0e 100644
--- a/kopete/plugins/cryptography/cryptographyplugin.h
+++ b/kopete/plugins/cryptography/cryptographyplugin.h
@@ -39,7 +39,7 @@ namespace Kopete
class CryptographyPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/cryptography/cryptographypreferences.h b/kopete/plugins/cryptography/cryptographypreferences.h
index db6d910a..5c10708a 100644
--- a/kopete/plugins/cryptography/cryptographypreferences.h
+++ b/kopete/plugins/cryptography/cryptographypreferences.h
@@ -28,7 +28,7 @@ class KAutoConfig;
* @author Olivier Goffart
*/
class CryptographyPreferences : public KCAutoConfigModule {
- Q_OBJECT
+ TQ_OBJECT
public:
CryptographyPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());
diff --git a/kopete/plugins/cryptography/cryptographyselectuserkey.h b/kopete/plugins/cryptography/cryptographyselectuserkey.h
index 3d8847a6..4364c359 100644
--- a/kopete/plugins/cryptography/cryptographyselectuserkey.h
+++ b/kopete/plugins/cryptography/cryptographyselectuserkey.h
@@ -28,7 +28,7 @@ class CryptographyUserKey_ui;
*/
class CryptographySelectUserKey : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
CryptographySelectUserKey(const TQString &key, Kopete::MetaContact *mc);
diff --git a/kopete/plugins/cryptography/kgpginterface.h b/kopete/plugins/cryptography/kgpginterface.h
index 9ed98871..e6228790 100644
--- a/kopete/plugins/cryptography/kgpginterface.h
+++ b/kopete/plugins/cryptography/kgpginterface.h
@@ -29,7 +29,7 @@
//class KgpgEncryptFile : public TQObject {
class KgpgInterface : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/cryptography/kgpgselkey.h b/kopete/plugins/cryptography/kgpgselkey.h
index a832c886..88d6902c 100644
--- a/kopete/plugins/cryptography/kgpgselkey.h
+++ b/kopete/plugins/cryptography/kgpgselkey.h
@@ -40,7 +40,7 @@ struct gpgKey {
class KgpgSelKey : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/cryptography/popuppublic.h b/kopete/plugins/cryptography/popuppublic.h
index 547f8483..cbd301ba 100644
--- a/kopete/plugins/cryptography/popuppublic.h
+++ b/kopete/plugins/cryptography/popuppublic.h
@@ -33,7 +33,7 @@ class KProcIO;
class popupPublic : public KDialogBase //TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/highlight/highlightplugin.h b/kopete/plugins/highlight/highlightplugin.h
index a85b21a7..756f42e4 100644
--- a/kopete/plugins/highlight/highlightplugin.h
+++ b/kopete/plugins/highlight/highlightplugin.h
@@ -42,7 +42,7 @@ class Filter;
class HighlightPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/highlight/highlightpreferences.h b/kopete/plugins/highlight/highlightpreferences.h
index b5cfed0c..6da535ce 100644
--- a/kopete/plugins/highlight/highlightpreferences.h
+++ b/kopete/plugins/highlight/highlightpreferences.h
@@ -30,7 +30,7 @@ class TQListViewItem;
*/
class HighlightPreferences : public TDECModule {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/history/historydialog.h b/kopete/plugins/history/historydialog.h
index 7efea5fa..8a6ab638 100644
--- a/kopete/plugins/history/historydialog.h
+++ b/kopete/plugins/history/historydialog.h
@@ -61,7 +61,7 @@ class DMPair
*/
class HistoryDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/history/historyguiclient.h b/kopete/plugins/history/historyguiclient.h
index 86c4ae21..69909a69 100644
--- a/kopete/plugins/history/historyguiclient.h
+++ b/kopete/plugins/history/historyguiclient.h
@@ -28,7 +28,7 @@ class TDEAction;
*/
class HistoryGUIClient : public TQObject , public KXMLGUIClient
{
-Q_OBJECT
+TQ_OBJECT
public:
HistoryGUIClient(Kopete::ChatSession *parent = 0, const char *name = 0);
diff --git a/kopete/plugins/history/historylogger.h b/kopete/plugins/history/historylogger.h
index 274eabd1..4b905179 100644
--- a/kopete/plugins/history/historylogger.h
+++ b/kopete/plugins/history/historylogger.h
@@ -34,7 +34,7 @@ class TQTimer;
*/
class HistoryLogger : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kopete/plugins/history/historyplugin.h b/kopete/plugins/history/historyplugin.h
index d20a28c9..fcb383ab 100644
--- a/kopete/plugins/history/historyplugin.h
+++ b/kopete/plugins/history/historyplugin.h
@@ -73,7 +73,7 @@ public:
*/
class HistoryPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
HistoryPlugin( TQObject *parent, const char *name, const TQStringList &args );
diff --git a/kopete/plugins/history/historypreferences.h b/kopete/plugins/history/historypreferences.h
index 7406404f..93e6b9b1 100644
--- a/kopete/plugins/history/historypreferences.h
+++ b/kopete/plugins/history/historypreferences.h
@@ -28,7 +28,7 @@ class HistoryPrefsUI;
*/
class HistoryPreferences : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
HistoryPreferences(TQWidget *parent=0, const char* name=0,
diff --git a/kopete/plugins/latex/latexguiclient.h b/kopete/plugins/latex/latexguiclient.h
index b8e5efc5..261fa2fc 100644
--- a/kopete/plugins/latex/latexguiclient.h
+++ b/kopete/plugins/latex/latexguiclient.h
@@ -36,7 +36,7 @@ namespace Kopete { class ChatSession; }
class LatexGUIClient : public TQObject , public KXMLGUIClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/latex/latexplugin.h b/kopete/plugins/latex/latexplugin.h
index 5b88e791..16efc13b 100644
--- a/kopete/plugins/latex/latexplugin.h
+++ b/kopete/plugins/latex/latexplugin.h
@@ -41,7 +41,7 @@ namespace Kopete { class Message; class ChatSession; }
class LatexPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/latex/latexpreferences.h b/kopete/plugins/latex/latexpreferences.h
index ed92191e..c16f373e 100644
--- a/kopete/plugins/latex/latexpreferences.h
+++ b/kopete/plugins/latex/latexpreferences.h
@@ -30,7 +30,7 @@ class TQListViewItem;
class LatexPreferences : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/motionautoaway/motionawayplugin.h b/kopete/plugins/motionautoaway/motionawayplugin.h
index bbfa2adc..fcd9f58b 100644
--- a/kopete/plugins/motionautoaway/motionawayplugin.h
+++ b/kopete/plugins/motionautoaway/motionawayplugin.h
@@ -35,7 +35,7 @@ class TQTimer;
class MotionAwayPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/motionautoaway/motionawaypreferences.h b/kopete/plugins/motionautoaway/motionawaypreferences.h
index c3074560..13414483 100644
--- a/kopete/plugins/motionautoaway/motionawaypreferences.h
+++ b/kopete/plugins/motionautoaway/motionawaypreferences.h
@@ -28,7 +28,7 @@ class motionawayPrefsUI;
*/
class MotionAwayPreferences : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
MotionAwayPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());
diff --git a/kopete/plugins/netmeeting/netmeetingguiclient.h b/kopete/plugins/netmeeting/netmeetingguiclient.h
index ab503694..98e2b18f 100644
--- a/kopete/plugins/netmeeting/netmeetingguiclient.h
+++ b/kopete/plugins/netmeeting/netmeetingguiclient.h
@@ -33,7 +33,7 @@ class NetMeetingPlugin;
class NetMeetingGUIClient : public TQObject , public KXMLGUIClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/netmeeting/netmeetinginvitation.h b/kopete/plugins/netmeeting/netmeetinginvitation.h
index 8bf88e96..75a2ee3a 100644
--- a/kopete/plugins/netmeeting/netmeetinginvitation.h
+++ b/kopete/plugins/netmeeting/netmeetinginvitation.h
@@ -27,7 +27,7 @@ class MSNContact;
*/
class NetMeetingInvitation : public TQObject , public MSNInvitation
{
-Q_OBJECT
+TQ_OBJECT
public:
NetMeetingInvitation(bool incoming ,MSNContact*, TQObject *parent = 0);
diff --git a/kopete/plugins/netmeeting/netmeetingplugin.h b/kopete/plugins/netmeeting/netmeetingplugin.h
index 0456dadd..453853fd 100644
--- a/kopete/plugins/netmeeting/netmeetingplugin.h
+++ b/kopete/plugins/netmeeting/netmeetingplugin.h
@@ -28,7 +28,7 @@ class MSNInvitation;
class NetMeetingPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/netmeeting/netmeetingpreferences.h b/kopete/plugins/netmeeting/netmeetingpreferences.h
index 958860cf..5cf13a0d 100644
--- a/kopete/plugins/netmeeting/netmeetingpreferences.h
+++ b/kopete/plugins/netmeeting/netmeetingpreferences.h
@@ -27,7 +27,7 @@ class NetmeetingPrefsUI;
*/
class NetmeetingPreferences : public TDECModule {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/nowlistening/nowlisteningguiclient.h b/kopete/plugins/nowlistening/nowlisteningguiclient.h
index 6c78e125..fb6ddd18 100644
--- a/kopete/plugins/nowlistening/nowlisteningguiclient.h
+++ b/kopete/plugins/nowlistening/nowlisteningguiclient.h
@@ -33,7 +33,7 @@ namespace Kopete {
class NowListeningGUIClient : public TQObject, public KXMLGUIClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/nowlistening/nowlisteningplugin.h b/kopete/plugins/nowlistening/nowlisteningplugin.h
index eb63caa6..5936d9dd 100644
--- a/kopete/plugins/nowlistening/nowlisteningplugin.h
+++ b/kopete/plugins/nowlistening/nowlisteningplugin.h
@@ -36,7 +36,7 @@ class TQStringList;
*/
class NowListeningPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
friend class NowListeningGUIClient;
diff --git a/kopete/plugins/nowlistening/nowlisteningpreferences.h b/kopete/plugins/nowlistening/nowlisteningpreferences.h
index 018ba6fb..dcb36ee7 100644
--- a/kopete/plugins/nowlistening/nowlisteningpreferences.h
+++ b/kopete/plugins/nowlistening/nowlisteningpreferences.h
@@ -31,7 +31,7 @@ class NowListeningConfig;
class NowListeningPreferences : public TDECModule
{
-Q_OBJECT
+TQ_OBJECT
public:
NowListeningPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());
diff --git a/kopete/plugins/smpppdcs/detectornetstat.h b/kopete/plugins/smpppdcs/detectornetstat.h
index 9542c58b..67e362cd 100644
--- a/kopete/plugins/smpppdcs/detectornetstat.h
+++ b/kopete/plugins/smpppdcs/detectornetstat.h
@@ -28,7 +28,7 @@ class IConnector;
@author Heiko Sch&auml;fer <heiko@rangun.de>
*/
class DetectorNetstat : protected TQObject, public Detector {
- Q_OBJECT
+ TQ_OBJECT
DetectorNetstat(const DetectorNetstat&);
diff --git a/kopete/plugins/smpppdcs/detectornetworkstatus.h b/kopete/plugins/smpppdcs/detectornetworkstatus.h
index 8e45f53b..e82cdcd2 100644
--- a/kopete/plugins/smpppdcs/detectornetworkstatus.h
+++ b/kopete/plugins/smpppdcs/detectornetworkstatus.h
@@ -29,7 +29,7 @@ class ConnectionManager;
*/
class DetectorNetworkStatus : protected TQObject, public Detector
{
- Q_OBJECT
+ TQ_OBJECT
DetectorNetworkStatus(const DetectorNetworkStatus&);
diff --git a/kopete/plugins/smpppdcs/smpppdcsplugin.h b/kopete/plugins/smpppdcs/smpppdcsplugin.h
index 30c8e715..2742abfa 100644
--- a/kopete/plugins/smpppdcs/smpppdcsplugin.h
+++ b/kopete/plugins/smpppdcs/smpppdcsplugin.h
@@ -47,7 +47,7 @@ class OnlineInquiry;
* @author Chris Howells <howells@kde.org>, Heiko Sch&auml;fer <heiko@rangun.de>
*/
class SMPPPDCSPlugin : public Kopete::Plugin, public IConnector, virtual public SMPPPDCSIFace {
- Q_OBJECT
+ TQ_OBJECT
SMPPPDCSPlugin(const SMPPPDCSPlugin&);
SMPPPDCSPlugin& operator=(const SMPPPDCSPlugin&);
diff --git a/kopete/plugins/smpppdcs/smpppdcspreferences.h b/kopete/plugins/smpppdcs/smpppdcspreferences.h
index 38ea101a..412837b7 100644
--- a/kopete/plugins/smpppdcs/smpppdcspreferences.h
+++ b/kopete/plugins/smpppdcs/smpppdcspreferences.h
@@ -37,7 +37,7 @@ public:
* @author Heiko Sch&auml;fer <heiko@rangun.de>
*/
class SMPPPDCSPreferences : public TDECModule {
- Q_OBJECT
+ TQ_OBJECT
SMPPPDCSPreferences(const SMPPPDCSPreferences&);
diff --git a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h
index d8545434..a5e6abef 100644
--- a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h
+++ b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h
@@ -31,7 +31,7 @@ class SMPPPDSearcher;
*/
class SMPPPDCSPrefs : public SMPPPDCSPrefsBase
{
- Q_OBJECT
+ TQ_OBJECT
SMPPPDCSPrefs(const SMPPPDCSPrefs&);
diff --git a/kopete/plugins/smpppdcs/smpppdlocationwidget.h b/kopete/plugins/smpppdcs/smpppdlocationwidget.h
index dbb7be12..47617c26 100644
--- a/kopete/plugins/smpppdcs/smpppdlocationwidget.h
+++ b/kopete/plugins/smpppdcs/smpppdlocationwidget.h
@@ -24,7 +24,7 @@
*/
class SMPPPDLocationWidget : public SMPPPDLocationWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
SMPPPDLocationWidget(const SMPPPDLocationWidget&);
diff --git a/kopete/plugins/smpppdcs/smpppdsearcher.h b/kopete/plugins/smpppdcs/smpppdsearcher.h
index e6c0b8ea..d5a41a64 100644
--- a/kopete/plugins/smpppdcs/smpppdsearcher.h
+++ b/kopete/plugins/smpppdcs/smpppdsearcher.h
@@ -29,7 +29,7 @@ class TDEProcess;
* @author Heiko Sch&auml;fer <heiko@rangun.de>
*/
class SMPPPDSearcher : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
SMPPPDSearcher(const SMPPPDSearcher&);
diff --git a/kopete/plugins/smpppdcs/unittest/clienttest.h b/kopete/plugins/smpppdcs/unittest/clienttest.h
index 2d46aebf..b921ec2a 100644
--- a/kopete/plugins/smpppdcs/unittest/clienttest.h
+++ b/kopete/plugins/smpppdcs/unittest/clienttest.h
@@ -23,7 +23,7 @@
@author Heiko Sch&auml;fer <heiko@rangun.de>
*/
class ClientTest : public KUnitTest::SlotTester {
- Q_OBJECT
+ TQ_OBJECT
ClientTest(const ClientTest&);
diff --git a/kopete/plugins/statistics/statisticsdialog.h b/kopete/plugins/statistics/statisticsdialog.h
index a84f4b0e..c86ba1cd 100644
--- a/kopete/plugins/statistics/statisticsdialog.h
+++ b/kopete/plugins/statistics/statisticsdialog.h
@@ -38,7 +38,7 @@ namespace KParts
class StatisticsDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
StatisticsDialog(StatisticsContact *contact, StatisticsDB* db, TQWidget* parent=0,
diff --git a/kopete/plugins/statistics/statisticsplugin.h b/kopete/plugins/statistics/statisticsplugin.h
index 1f4da69c..f4f95f36 100644
--- a/kopete/plugins/statistics/statisticsplugin.h
+++ b/kopete/plugins/statistics/statisticsplugin.h
@@ -98,7 +98,7 @@ class TDEActionCollection;
*/
class StatisticsPlugin : public Kopete::Plugin, virtual public StatisticsDCOPIface
{
- Q_OBJECT
+ TQ_OBJECT
public:
/// Standard plugin constructors
diff --git a/kopete/plugins/texteffect/texteffectplugin.h b/kopete/plugins/texteffect/texteffectplugin.h
index bb94880f..70e44de3 100644
--- a/kopete/plugins/texteffect/texteffectplugin.h
+++ b/kopete/plugins/texteffect/texteffectplugin.h
@@ -40,7 +40,7 @@ class TextEffectConfig;
class TextEffectPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/texteffect/texteffectpreferences.h b/kopete/plugins/texteffect/texteffectpreferences.h
index 1f82929b..54c619e4 100644
--- a/kopete/plugins/texteffect/texteffectpreferences.h
+++ b/kopete/plugins/texteffect/texteffectpreferences.h
@@ -29,7 +29,7 @@ class TQStringList;
*/
class TextEffectPreferences : public TDECModule {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/translator/translatordialog.h b/kopete/plugins/translator/translatordialog.h
index 1c514ac6..fdaf3a40 100644
--- a/kopete/plugins/translator/translatordialog.h
+++ b/kopete/plugins/translator/translatordialog.h
@@ -30,7 +30,7 @@ class KTextEdit;
*/
class TranslatorDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/translator/translatorguiclient.h b/kopete/plugins/translator/translatorguiclient.h
index 3e3c5f13..0be000ca 100644
--- a/kopete/plugins/translator/translatorguiclient.h
+++ b/kopete/plugins/translator/translatorguiclient.h
@@ -36,7 +36,7 @@ namespace Kopete { class ChatSession; }
class TranslatorGUIClient : public TQObject , public KXMLGUIClient
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kopete/plugins/translator/translatorplugin.h b/kopete/plugins/translator/translatorplugin.h
index bc544220..50228496 100644
--- a/kopete/plugins/translator/translatorplugin.h
+++ b/kopete/plugins/translator/translatorplugin.h
@@ -51,7 +51,7 @@ class TranslatorLanguages;
*/
class TranslatorPlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
friend class TranslatorGUIClient;
diff --git a/kopete/plugins/webpresence/webpresenceplugin.h b/kopete/plugins/webpresence/webpresenceplugin.h
index 020c6b99..eb9cf2ed 100644
--- a/kopete/plugins/webpresence/webpresenceplugin.h
+++ b/kopete/plugins/webpresence/webpresenceplugin.h
@@ -37,7 +37,7 @@ typedef TQValueList<Kopete::Protocol*> ProtocolList;
class WebPresencePlugin : public Kopete::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
private:
diff --git a/kopete/plugins/webpresence/webpresencepreferences.h b/kopete/plugins/webpresence/webpresencepreferences.h
index e78be960..f3e45e96 100644
--- a/kopete/plugins/webpresence/webpresencepreferences.h
+++ b/kopete/plugins/webpresence/webpresencepreferences.h
@@ -28,7 +28,7 @@ class KAutoConfig;
* @author Olivier Goffart
*/
class WebPresencePreferences : public TDECModule {
- Q_OBJECT
+ TQ_OBJECT
public: