summaryrefslogtreecommitdiffstats
path: root/kopete/plugins
diff options
context:
space:
mode:
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 187aae0f..4de58478 100644
--- a/kopete/plugins/addbookmarks/addbookmarksplugin.h
+++ b/kopete/plugins/addbookmarks/addbookmarksplugin.h
@@ -27,7 +27,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 ad9a6fb8..19ba80b5 100644
--- a/kopete/plugins/addbookmarks/addbookmarkspreferences.h
+++ b/kopete/plugins/addbookmarks/addbookmarkspreferences.h
@@ -22,7 +22,7 @@
class BookmarksPreferences : public KCModule
{
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 03925f1a..64e878d8 100644
--- a/kopete/plugins/addbookmarks/addbookmarksprefssettings.h
+++ b/kopete/plugins/addbookmarks/addbookmarksprefssettings.h
@@ -21,7 +21,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 213e7ba7..ae27b7de 100644
--- a/kopete/plugins/alias/aliasplugin.h
+++ b/kopete/plugins/alias/aliasplugin.h
@@ -15,7 +15,7 @@
class AliasPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
static AliasPlugin *plugin();
diff --git a/kopete/plugins/alias/aliaspreferences.h b/kopete/plugins/alias/aliaspreferences.h
index 24f96573..dcbc2671 100644
--- a/kopete/plugins/alias/aliaspreferences.h
+++ b/kopete/plugins/alias/aliaspreferences.h
@@ -24,7 +24,7 @@ namespace Kopete { class Plugin; }
class AliasPreferences : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
AliasPreferences( TQWidget *parent = 0, const char *name = 0,
diff --git a/kopete/plugins/alias/editaliasdialog.h b/kopete/plugins/alias/editaliasdialog.h
index cd444878..e9af86b1 100644
--- a/kopete/plugins/alias/editaliasdialog.h
+++ b/kopete/plugins/alias/editaliasdialog.h
@@ -25,7 +25,7 @@ class TQWidget;
class EditAliasDialog : public AliasDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
EditAliasDialog( TQWidget* parent = 0, const char* name = 0 );
virtual ~EditAliasDialog();
diff --git a/kopete/plugins/autoreplace/autoreplaceplugin.h b/kopete/plugins/autoreplace/autoreplaceplugin.h
index ac8012d0..c770642a 100644
--- a/kopete/plugins/autoreplace/autoreplaceplugin.h
+++ b/kopete/plugins/autoreplace/autoreplaceplugin.h
@@ -38,7 +38,7 @@ class AutoReplaceConfig;
class AutoReplacePlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
static AutoReplacePlugin *plugin();
diff --git a/kopete/plugins/autoreplace/autoreplacepreferences.h b/kopete/plugins/autoreplace/autoreplacepreferences.h
index b2f504d7..fc34d695 100644
--- a/kopete/plugins/autoreplace/autoreplacepreferences.h
+++ b/kopete/plugins/autoreplace/autoreplacepreferences.h
@@ -32,7 +32,7 @@ class AutoReplaceConfig;
class AutoReplacePreferences : public KCAutoConfigModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
AutoReplacePreferences( TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList() );
diff --git a/kopete/plugins/connectionstatus/connectionstatusplugin.h b/kopete/plugins/connectionstatus/connectionstatusplugin.h
index c030c71c..6240e11e 100644
--- a/kopete/plugins/connectionstatus/connectionstatusplugin.h
+++ b/kopete/plugins/connectionstatus/connectionstatusplugin.h
@@ -29,7 +29,7 @@ class KProcess;
class ConnectionStatusPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConnectionStatusPlugin( TQObject *parent, const char *name, const TQStringList &args );
diff --git a/kopete/plugins/contactnotes/contactnotesedit.h b/kopete/plugins/contactnotes/contactnotesedit.h
index 81b9b71e..f9a3d892 100644
--- a/kopete/plugins/contactnotes/contactnotesedit.h
+++ b/kopete/plugins/contactnotes/contactnotesedit.h
@@ -33,7 +33,7 @@ class ContactNotesPlugin;
class ContactNotesEdit : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
ContactNotesEdit(Kopete::MetaContact *m,ContactNotesPlugin *p=0 ,const char *name=0);
~ContactNotesEdit();
diff --git a/kopete/plugins/contactnotes/contactnotesplugin.h b/kopete/plugins/contactnotes/contactnotesplugin.h
index 1b3177e6..ebd2cade 100644
--- a/kopete/plugins/contactnotes/contactnotesplugin.h
+++ b/kopete/plugins/contactnotes/contactnotesplugin.h
@@ -40,7 +40,7 @@ namespace Kopete { class MetaContact; }
class ContactNotesPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
static ContactNotesPlugin *plugin();
diff --git a/kopete/plugins/cryptography/cryptographyguiclient.h b/kopete/plugins/cryptography/cryptographyguiclient.h
index 000ca880..530a1172 100644
--- a/kopete/plugins/cryptography/cryptographyguiclient.h
+++ b/kopete/plugins/cryptography/cryptographyguiclient.h
@@ -27,7 +27,7 @@ class KToggleAction;
class CryptographyGUIClient : public TQObject, public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
CryptographyGUIClient(Kopete::ChatSession *parent = 0);
~CryptographyGUIClient();
diff --git a/kopete/plugins/cryptography/cryptographyplugin.h b/kopete/plugins/cryptography/cryptographyplugin.h
index a75d9833..ad96767e 100644
--- a/kopete/plugins/cryptography/cryptographyplugin.h
+++ b/kopete/plugins/cryptography/cryptographyplugin.h
@@ -40,7 +40,7 @@ namespace Kopete
class CryptographyPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum CacheMode
diff --git a/kopete/plugins/cryptography/cryptographypreferences.h b/kopete/plugins/cryptography/cryptographypreferences.h
index a206f826..398daaba 100644
--- a/kopete/plugins/cryptography/cryptographypreferences.h
+++ b/kopete/plugins/cryptography/cryptographypreferences.h
@@ -29,7 +29,7 @@ class KAutoConfig;
*/
class CryptographyPreferences : public KCAutoConfigModule {
Q_OBJECT
- TQ_OBJECT
+
public:
CryptographyPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());
private:
diff --git a/kopete/plugins/cryptography/cryptographyselectuserkey.h b/kopete/plugins/cryptography/cryptographyselectuserkey.h
index a7f47853..3d8847a6 100644
--- a/kopete/plugins/cryptography/cryptographyselectuserkey.h
+++ b/kopete/plugins/cryptography/cryptographyselectuserkey.h
@@ -29,7 +29,7 @@ class CryptographyUserKey_ui;
class CryptographySelectUserKey : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
CryptographySelectUserKey(const TQString &key, Kopete::MetaContact *mc);
~CryptographySelectUserKey();
diff --git a/kopete/plugins/cryptography/kgpginterface.h b/kopete/plugins/cryptography/kgpginterface.h
index 9da953fe..9ed98871 100644
--- a/kopete/plugins/cryptography/kgpginterface.h
+++ b/kopete/plugins/cryptography/kgpginterface.h
@@ -30,7 +30,7 @@
class KgpgInterface : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/kopete/plugins/cryptography/kgpgselkey.h b/kopete/plugins/cryptography/kgpgselkey.h
index 659c7043..0742082a 100644
--- a/kopete/plugins/cryptography/kgpgselkey.h
+++ b/kopete/plugins/cryptography/kgpgselkey.h
@@ -41,7 +41,7 @@ struct gpgKey {
class KgpgSelKey : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KgpgSelKey( TQWidget *parent = 0, const char *name = 0,bool showlocal=true);
diff --git a/kopete/plugins/cryptography/popuppublic.h b/kopete/plugins/cryptography/popuppublic.h
index 0a3acfac..ca62a6d7 100644
--- a/kopete/plugins/cryptography/popuppublic.h
+++ b/kopete/plugins/cryptography/popuppublic.h
@@ -34,7 +34,7 @@ class KProcIO;
class popupPublic : public KDialogBase //TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
popupPublic(TQWidget *parent=0, const char *name=0,TQString sfile="",bool filemode=false,KShortcut goDefaultKey=TQKeySequence(CTRL+TQt::Key_Home));
diff --git a/kopete/plugins/highlight/highlightplugin.h b/kopete/plugins/highlight/highlightplugin.h
index e9ba7a6d..a85b21a7 100644
--- a/kopete/plugins/highlight/highlightplugin.h
+++ b/kopete/plugins/highlight/highlightplugin.h
@@ -43,7 +43,7 @@ class Filter;
class HighlightPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
static HighlightPlugin *plugin();
diff --git a/kopete/plugins/highlight/highlightpreferences.h b/kopete/plugins/highlight/highlightpreferences.h
index eada93fe..597564f4 100644
--- a/kopete/plugins/highlight/highlightpreferences.h
+++ b/kopete/plugins/highlight/highlightpreferences.h
@@ -31,7 +31,7 @@ class TQListViewItem;
class HighlightPreferences : public KCModule {
Q_OBJECT
- TQ_OBJECT
+
public:
HighlightPreferences(TQWidget *parent = 0, const char* name = 0, const TQStringList &args = TQStringList());
diff --git a/kopete/plugins/history/historydialog.h b/kopete/plugins/history/historydialog.h
index a950d384..05295ad6 100644
--- a/kopete/plugins/history/historydialog.h
+++ b/kopete/plugins/history/historydialog.h
@@ -62,7 +62,7 @@ class DMPair
class HistoryDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
HistoryDialog(Kopete::MetaContact *mc, TQWidget* parent=0,
diff --git a/kopete/plugins/history/historyguiclient.h b/kopete/plugins/history/historyguiclient.h
index 3c09eaf4..356afe29 100644
--- a/kopete/plugins/history/historyguiclient.h
+++ b/kopete/plugins/history/historyguiclient.h
@@ -29,7 +29,7 @@ class KAction;
class HistoryGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
HistoryGUIClient(Kopete::ChatSession *parent = 0, const char *name = 0);
~HistoryGUIClient();
diff --git a/kopete/plugins/history/historylogger.h b/kopete/plugins/history/historylogger.h
index 1d7fae61..274eabd1 100644
--- a/kopete/plugins/history/historylogger.h
+++ b/kopete/plugins/history/historylogger.h
@@ -35,7 +35,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 e80ce26b..85aa2a3e 100644
--- a/kopete/plugins/history/historyplugin.h
+++ b/kopete/plugins/history/historyplugin.h
@@ -74,7 +74,7 @@ public:
class HistoryPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
HistoryPlugin( TQObject *parent, const char *name, const TQStringList &args );
~HistoryPlugin();
diff --git a/kopete/plugins/history/historypreferences.h b/kopete/plugins/history/historypreferences.h
index 61339290..d0dfa920 100644
--- a/kopete/plugins/history/historypreferences.h
+++ b/kopete/plugins/history/historypreferences.h
@@ -29,7 +29,7 @@ class HistoryPrefsUI;
class HistoryPreferences : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
HistoryPreferences(TQWidget *parent=0, const char* name=0,
const TQStringList &args = TQStringList());
diff --git a/kopete/plugins/latex/latexguiclient.h b/kopete/plugins/latex/latexguiclient.h
index 0b1afac4..2534e9a5 100644
--- a/kopete/plugins/latex/latexguiclient.h
+++ b/kopete/plugins/latex/latexguiclient.h
@@ -37,7 +37,7 @@ namespace Kopete { class ChatSession; }
class LatexGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
LatexGUIClient( Kopete::ChatSession *parent, const char *name=0L);
diff --git a/kopete/plugins/latex/latexplugin.h b/kopete/plugins/latex/latexplugin.h
index 1a8fb73d..52be1c69 100644
--- a/kopete/plugins/latex/latexplugin.h
+++ b/kopete/plugins/latex/latexplugin.h
@@ -42,7 +42,7 @@ namespace Kopete { class Message; class ChatSession; }
class LatexPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
static LatexPlugin *plugin();
diff --git a/kopete/plugins/latex/latexpreferences.h b/kopete/plugins/latex/latexpreferences.h
index 536bccf5..33013acb 100644
--- a/kopete/plugins/latex/latexpreferences.h
+++ b/kopete/plugins/latex/latexpreferences.h
@@ -31,7 +31,7 @@ class TQListViewItem;
class LatexPreferences : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
LatexPreferences(TQWidget *parent = 0, const char* name = 0, const TQStringList &args = TQStringList());
diff --git a/kopete/plugins/motionautoaway/motionawayplugin.h b/kopete/plugins/motionautoaway/motionawayplugin.h
index ebbdcfdf..2be15cc5 100644
--- a/kopete/plugins/motionautoaway/motionawayplugin.h
+++ b/kopete/plugins/motionautoaway/motionawayplugin.h
@@ -36,7 +36,7 @@ class TQTimer;
class MotionAwayPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
MotionAwayPlugin( TQObject *parent, const char *name, const TQStringList &args );
diff --git a/kopete/plugins/motionautoaway/motionawaypreferences.h b/kopete/plugins/motionautoaway/motionawaypreferences.h
index 31ba25e9..3574005b 100644
--- a/kopete/plugins/motionautoaway/motionawaypreferences.h
+++ b/kopete/plugins/motionautoaway/motionawaypreferences.h
@@ -29,7 +29,7 @@ class motionawayPrefsUI;
class MotionAwayPreferences : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
MotionAwayPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());
virtual void save();
diff --git a/kopete/plugins/netmeeting/netmeetingguiclient.h b/kopete/plugins/netmeeting/netmeetingguiclient.h
index a5cc8cbf..882a7759 100644
--- a/kopete/plugins/netmeeting/netmeetingguiclient.h
+++ b/kopete/plugins/netmeeting/netmeetingguiclient.h
@@ -34,7 +34,7 @@ class NetMeetingPlugin;
class NetMeetingGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
NetMeetingGUIClient( MSNChatSession *parent, const char *name=0L);
diff --git a/kopete/plugins/netmeeting/netmeetinginvitation.h b/kopete/plugins/netmeeting/netmeetinginvitation.h
index 8e1be112..8bf88e96 100644
--- a/kopete/plugins/netmeeting/netmeetinginvitation.h
+++ b/kopete/plugins/netmeeting/netmeetinginvitation.h
@@ -28,7 +28,7 @@ class MSNContact;
class NetMeetingInvitation : public TQObject , public MSNInvitation
{
Q_OBJECT
- TQ_OBJECT
+
public:
NetMeetingInvitation(bool incoming ,MSNContact*, TQObject *parent = 0);
~NetMeetingInvitation();
diff --git a/kopete/plugins/netmeeting/netmeetingplugin.h b/kopete/plugins/netmeeting/netmeetingplugin.h
index 0d3ca9de..0456dadd 100644
--- a/kopete/plugins/netmeeting/netmeetingplugin.h
+++ b/kopete/plugins/netmeeting/netmeetingplugin.h
@@ -29,7 +29,7 @@ class MSNInvitation;
class NetMeetingPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
NetMeetingPlugin( TQObject *parent, const char *name, const TQStringList &args );
diff --git a/kopete/plugins/netmeeting/netmeetingpreferences.h b/kopete/plugins/netmeeting/netmeetingpreferences.h
index 47b402f9..2ed4d86b 100644
--- a/kopete/plugins/netmeeting/netmeetingpreferences.h
+++ b/kopete/plugins/netmeeting/netmeetingpreferences.h
@@ -28,7 +28,7 @@ class NetmeetingPrefsUI;
class NetmeetingPreferences : public KCModule {
Q_OBJECT
- TQ_OBJECT
+
public:
NetmeetingPreferences(TQWidget *parent = 0, const char* name = 0, const TQStringList &args = TQStringList());
diff --git a/kopete/plugins/nowlistening/nowlisteningguiclient.h b/kopete/plugins/nowlistening/nowlisteningguiclient.h
index 156c33e5..f4c4b47f 100644
--- a/kopete/plugins/nowlistening/nowlisteningguiclient.h
+++ b/kopete/plugins/nowlistening/nowlisteningguiclient.h
@@ -34,7 +34,7 @@ namespace Kopete {
class NowListeningGUIClient : public TQObject, public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
NowListeningGUIClient( Kopete::ChatSession* parent, NowListeningPlugin* plugin );
diff --git a/kopete/plugins/nowlistening/nowlisteningplugin.h b/kopete/plugins/nowlistening/nowlisteningplugin.h
index b3b57fb5..8489044e 100644
--- a/kopete/plugins/nowlistening/nowlisteningplugin.h
+++ b/kopete/plugins/nowlistening/nowlisteningplugin.h
@@ -37,7 +37,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 332abb05..7e29df51 100644
--- a/kopete/plugins/nowlistening/nowlisteningpreferences.h
+++ b/kopete/plugins/nowlistening/nowlisteningpreferences.h
@@ -32,7 +32,7 @@ class NowListeningConfig;
class NowListeningPreferences : public KCModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
NowListeningPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());
virtual ~NowListeningPreferences();
diff --git a/kopete/plugins/smpppdcs/detectornetstat.h b/kopete/plugins/smpppdcs/detectornetstat.h
index 548b903f..959cf7fc 100644
--- a/kopete/plugins/smpppdcs/detectornetstat.h
+++ b/kopete/plugins/smpppdcs/detectornetstat.h
@@ -29,7 +29,7 @@ class IConnector;
*/
class DetectorNetstat : protected TQObject, public Detector {
Q_OBJECT
- TQ_OBJECT
+
DetectorNetstat(const DetectorNetstat&);
DetectorNetstat& operator=(const DetectorNetstat&);
diff --git a/kopete/plugins/smpppdcs/detectornetworkstatus.h b/kopete/plugins/smpppdcs/detectornetworkstatus.h
index 850be008..8e45f53b 100644
--- a/kopete/plugins/smpppdcs/detectornetworkstatus.h
+++ b/kopete/plugins/smpppdcs/detectornetworkstatus.h
@@ -30,7 +30,7 @@ class ConnectionManager;
class DetectorNetworkStatus : protected TQObject, public Detector
{
Q_OBJECT
- TQ_OBJECT
+
DetectorNetworkStatus(const DetectorNetworkStatus&);
DetectorNetworkStatus& operator=(const DetectorNetworkStatus&);
diff --git a/kopete/plugins/smpppdcs/smpppdcsplugin.h b/kopete/plugins/smpppdcs/smpppdcsplugin.h
index 5214ecc5..ed9fd7d2 100644
--- a/kopete/plugins/smpppdcs/smpppdcsplugin.h
+++ b/kopete/plugins/smpppdcs/smpppdcsplugin.h
@@ -48,7 +48,7 @@ class OnlineInquiry;
*/
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 f406d2aa..f9ccf914 100644
--- a/kopete/plugins/smpppdcs/smpppdcspreferences.h
+++ b/kopete/plugins/smpppdcs/smpppdcspreferences.h
@@ -38,7 +38,7 @@ public:
*/
class SMPPPDCSPreferences : public KCModule {
Q_OBJECT
- TQ_OBJECT
+
SMPPPDCSPreferences(const SMPPPDCSPreferences&);
SMPPPDCSPreferences& operator=(const SMPPPDCSPreferences&);
diff --git a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h
index 5d013585..d8545434 100644
--- a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h
+++ b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h
@@ -32,7 +32,7 @@ class SMPPPDSearcher;
class SMPPPDCSPrefs : public SMPPPDCSPrefsBase
{
Q_OBJECT
- TQ_OBJECT
+
SMPPPDCSPrefs(const SMPPPDCSPrefs&);
SMPPPDCSPrefs& operator=(const SMPPPDCSPrefs&);
diff --git a/kopete/plugins/smpppdcs/smpppdlocationwidget.h b/kopete/plugins/smpppdcs/smpppdlocationwidget.h
index 71393a08..dbb7be12 100644
--- a/kopete/plugins/smpppdcs/smpppdlocationwidget.h
+++ b/kopete/plugins/smpppdcs/smpppdlocationwidget.h
@@ -25,7 +25,7 @@
class SMPPPDLocationWidget : public SMPPPDLocationWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
SMPPPDLocationWidget(const SMPPPDLocationWidget&);
SMPPPDLocationWidget& operator=(const SMPPPDLocationWidget&);
diff --git a/kopete/plugins/smpppdcs/smpppdsearcher.h b/kopete/plugins/smpppdcs/smpppdsearcher.h
index e5bb05a1..36c4ac9c 100644
--- a/kopete/plugins/smpppdcs/smpppdsearcher.h
+++ b/kopete/plugins/smpppdcs/smpppdsearcher.h
@@ -30,7 +30,7 @@ class KProcess;
*/
class SMPPPDSearcher : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
SMPPPDSearcher(const SMPPPDSearcher&);
SMPPPDSearcher& operator=(const SMPPPDSearcher&);
diff --git a/kopete/plugins/smpppdcs/unittest/clienttest.h b/kopete/plugins/smpppdcs/unittest/clienttest.h
index 0da9d71e..2892d572 100644
--- a/kopete/plugins/smpppdcs/unittest/clienttest.h
+++ b/kopete/plugins/smpppdcs/unittest/clienttest.h
@@ -24,7 +24,7 @@
*/
class ClientTest : public KUnitTest::SlotTester {
Q_OBJECT
- TQ_OBJECT
+
ClientTest(const ClientTest&);
ClientTest& operator=(const ClientTest&);
diff --git a/kopete/plugins/statistics/statisticsdialog.h b/kopete/plugins/statistics/statisticsdialog.h
index 30d16a33..def9d03e 100644
--- a/kopete/plugins/statistics/statisticsdialog.h
+++ b/kopete/plugins/statistics/statisticsdialog.h
@@ -39,7 +39,7 @@ namespace KParts
class StatisticsDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
StatisticsDialog(StatisticsContact *contact, StatisticsDB* db, TQWidget* parent=0,
const char* name="StatisticsDialog");
diff --git a/kopete/plugins/statistics/statisticsplugin.h b/kopete/plugins/statistics/statisticsplugin.h
index d6f75c81..0fe1e7b6 100644
--- a/kopete/plugins/statistics/statisticsplugin.h
+++ b/kopete/plugins/statistics/statisticsplugin.h
@@ -99,7 +99,7 @@ class KActionCollection;
class StatisticsPlugin : public Kopete::Plugin, virtual public StatisticsDCOPIface
{
Q_OBJECT
- TQ_OBJECT
+
public:
/// Standard plugin constructors
StatisticsPlugin(TQObject *parent, const char *name, const TQStringList &args);
diff --git a/kopete/plugins/texteffect/texteffectplugin.h b/kopete/plugins/texteffect/texteffectplugin.h
index 9f4989c1..686dcd83 100644
--- a/kopete/plugins/texteffect/texteffectplugin.h
+++ b/kopete/plugins/texteffect/texteffectplugin.h
@@ -41,7 +41,7 @@ class TextEffectConfig;
class TextEffectPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
static TextEffectPlugin *plugin();
diff --git a/kopete/plugins/texteffect/texteffectpreferences.h b/kopete/plugins/texteffect/texteffectpreferences.h
index 7e5c92ed..2afda35f 100644
--- a/kopete/plugins/texteffect/texteffectpreferences.h
+++ b/kopete/plugins/texteffect/texteffectpreferences.h
@@ -30,7 +30,7 @@ class TQStringList;
class TextEffectPreferences : public KCModule {
Q_OBJECT
- TQ_OBJECT
+
public:
TextEffectPreferences(TQWidget *parent = 0, const char* name = 0, const TQStringList &args = TQStringList());
diff --git a/kopete/plugins/translator/translatordialog.h b/kopete/plugins/translator/translatordialog.h
index 48734cdc..067bf75b 100644
--- a/kopete/plugins/translator/translatordialog.h
+++ b/kopete/plugins/translator/translatordialog.h
@@ -31,7 +31,7 @@ class KTextEdit;
class TranslatorDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
TranslatorDialog(const TQString &translated, TQWidget *parent=0, const char *name=0);
diff --git a/kopete/plugins/translator/translatorguiclient.h b/kopete/plugins/translator/translatorguiclient.h
index 2b5f3393..21675216 100644
--- a/kopete/plugins/translator/translatorguiclient.h
+++ b/kopete/plugins/translator/translatorguiclient.h
@@ -37,7 +37,7 @@ namespace Kopete { class ChatSession; }
class TranslatorGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
TranslatorGUIClient( Kopete::ChatSession *parent, const char *name=0L);
diff --git a/kopete/plugins/translator/translatorplugin.h b/kopete/plugins/translator/translatorplugin.h
index d526fd76..f3b50bce 100644
--- a/kopete/plugins/translator/translatorplugin.h
+++ b/kopete/plugins/translator/translatorplugin.h
@@ -52,7 +52,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 04babfa2..c4db2429 100644
--- a/kopete/plugins/webpresence/webpresenceplugin.h
+++ b/kopete/plugins/webpresence/webpresenceplugin.h
@@ -38,7 +38,7 @@ typedef TQValueList<Kopete::Protocol*> ProtocolList;
class WebPresencePlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
private:
int frequency;
diff --git a/kopete/plugins/webpresence/webpresencepreferences.h b/kopete/plugins/webpresence/webpresencepreferences.h
index aac7536a..5fd42de5 100644
--- a/kopete/plugins/webpresence/webpresencepreferences.h
+++ b/kopete/plugins/webpresence/webpresencepreferences.h
@@ -29,7 +29,7 @@ class KAutoConfig;
*/
class WebPresencePreferences : public KCModule {
Q_OBJECT
- TQ_OBJECT
+
public:
WebPresencePreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());