summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/ui
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/ui')
-rw-r--r--kopete/protocols/jabber/ui/dlgjabberbrowse.h2
-rw-r--r--kopete/protocols/jabber/ui/dlgjabberchangepassword.h2
-rw-r--r--kopete/protocols/jabber/ui/dlgjabberchatjoin.h2
-rw-r--r--kopete/protocols/jabber/ui/dlgjabberchatroomslist.h2
-rw-r--r--kopete/protocols/jabber/ui/dlgjabberregister.h2
-rw-r--r--kopete/protocols/jabber/ui/dlgjabbersendraw.h2
-rw-r--r--kopete/protocols/jabber/ui/dlgjabberservices.h4
-rw-r--r--kopete/protocols/jabber/ui/dlgjabbervcard.h2
-rw-r--r--kopete/protocols/jabber/ui/jabberaddcontactpage.h4
-rw-r--r--kopete/protocols/jabber/ui/jabberchooseserver.h2
-rw-r--r--kopete/protocols/jabber/ui/jabbereditaccountwidget.h2
-rw-r--r--kopete/protocols/jabber/ui/jabberregisteraccount.h2
12 files changed, 14 insertions, 14 deletions
diff --git a/kopete/protocols/jabber/ui/dlgjabberbrowse.h b/kopete/protocols/jabber/ui/dlgjabberbrowse.h
index 57549852..3926e987 100644
--- a/kopete/protocols/jabber/ui/dlgjabberbrowse.h
+++ b/kopete/protocols/jabber/ui/dlgjabberbrowse.h
@@ -35,7 +35,7 @@ class dlgJabberBrowse:public dlgBrowse
{
Q_OBJECT
- TQ_OBJECT
+
public:
dlgJabberBrowse (JabberAccount *account, const XMPP::Jid & jid, TQWidget * parent = 0, const char *name = 0);
diff --git a/kopete/protocols/jabber/ui/dlgjabberchangepassword.h b/kopete/protocols/jabber/ui/dlgjabberchangepassword.h
index ffeed22b..39756858 100644
--- a/kopete/protocols/jabber/ui/dlgjabberchangepassword.h
+++ b/kopete/protocols/jabber/ui/dlgjabberchangepassword.h
@@ -32,7 +32,7 @@ class DlgJabberChangePassword : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
DlgJabberChangePassword ( JabberAccount *account, TQWidget *parent = 0, const char *name = 0);
diff --git a/kopete/protocols/jabber/ui/dlgjabberchatjoin.h b/kopete/protocols/jabber/ui/dlgjabberchatjoin.h
index 1327ba47..45bd649a 100644
--- a/kopete/protocols/jabber/ui/dlgjabberchatjoin.h
+++ b/kopete/protocols/jabber/ui/dlgjabberchatjoin.h
@@ -25,7 +25,7 @@
class dlgJabberChatJoin : public dlgChatJoin
{
Q_OBJECT
- TQ_OBJECT
+
public:
dlgJabberChatJoin(JabberAccount *account, TQWidget* parent = 0, const char* name = 0);
diff --git a/kopete/protocols/jabber/ui/dlgjabberchatroomslist.h b/kopete/protocols/jabber/ui/dlgjabberchatroomslist.h
index f16802cc..c2c6cf33 100644
--- a/kopete/protocols/jabber/ui/dlgjabberchatroomslist.h
+++ b/kopete/protocols/jabber/ui/dlgjabberchatroomslist.h
@@ -21,7 +21,7 @@
class dlgJabberChatRoomsList : public dlgChatRoomsList
{
Q_OBJECT
- TQ_OBJECT
+
public:
dlgJabberChatRoomsList(JabberAccount* account, const TQString& server = TQString(), const TQString& nick = TQString(), TQWidget* parent = 0, const char* name = 0);
diff --git a/kopete/protocols/jabber/ui/dlgjabberregister.h b/kopete/protocols/jabber/ui/dlgjabberregister.h
index bc0bfe44..cd24c929 100644
--- a/kopete/protocols/jabber/ui/dlgjabberregister.h
+++ b/kopete/protocols/jabber/ui/dlgjabberregister.h
@@ -39,7 +39,7 @@ class dlgJabberRegister:public dlgRegister
{
Q_OBJECT
- TQ_OBJECT
+
public:
dlgJabberRegister (JabberAccount *account, const XMPP::Jid & jid, TQWidget * parent = 0, const char *name = 0);
diff --git a/kopete/protocols/jabber/ui/dlgjabbersendraw.h b/kopete/protocols/jabber/ui/dlgjabbersendraw.h
index 898ba739..b85e37af 100644
--- a/kopete/protocols/jabber/ui/dlgjabbersendraw.h
+++ b/kopete/protocols/jabber/ui/dlgjabbersendraw.h
@@ -36,7 +36,7 @@ class JabberClient;
class dlgJabberSendRaw:public DlgSendRaw
{
Q_OBJECT
- TQ_OBJECT
+
public:
dlgJabberSendRaw ( JabberClient *client, TQWidget * parent = 0, const char *name = 0);
diff --git a/kopete/protocols/jabber/ui/dlgjabberservices.h b/kopete/protocols/jabber/ui/dlgjabberservices.h
index 4ef09d9e..ea85658f 100644
--- a/kopete/protocols/jabber/ui/dlgjabberservices.h
+++ b/kopete/protocols/jabber/ui/dlgjabberservices.h
@@ -34,7 +34,7 @@
class dlgJabberServices:public dlgServices
{
Q_OBJECT
- TQ_OBJECT
+
public:
dlgJabberServices (JabberAccount *account, TQWidget *parent = 0, const char *name = 0);
@@ -60,7 +60,7 @@ private:
class dlgJabberServies_item : protected TQObject, public TQListViewItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
dlgJabberServies_item( TQListView *parent , const TQString &s1 , const TQString &s2 )
: TQListViewItem(parent,s1,s2), can_browse(false) , can_register(false) {}
diff --git a/kopete/protocols/jabber/ui/dlgjabbervcard.h b/kopete/protocols/jabber/ui/dlgjabbervcard.h
index a20f2812..44711c44 100644
--- a/kopete/protocols/jabber/ui/dlgjabbervcard.h
+++ b/kopete/protocols/jabber/ui/dlgjabbervcard.h
@@ -45,7 +45,7 @@ class dlgVCard;
class dlgJabberVCard : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/kopete/protocols/jabber/ui/jabberaddcontactpage.h b/kopete/protocols/jabber/ui/jabberaddcontactpage.h
index f7c328c2..ed4fa41c 100644
--- a/kopete/protocols/jabber/ui/jabberaddcontactpage.h
+++ b/kopete/protocols/jabber/ui/jabberaddcontactpage.h
@@ -32,7 +32,7 @@ class TQLabel;
class JabberAddContactPage:public AddContactPage
{
Q_OBJECT
- TQ_OBJECT
+
public:
JabberAddContactPage (Kopete::Account * owner, TQWidget * parent = 0, const char *name = 0);
@@ -55,7 +55,7 @@ class JabberTransport;
*/
class JabberAddContactPage_there_is_no_possibility_to_add_assync_WORKAROUND : public TQObject
{ Q_OBJECT
- TQ_OBJECT
+
public:
JabberAddContactPage_there_is_no_possibility_to_add_assync_WORKAROUND( JabberTransport * , Kopete::MetaContact *mc, TQObject *parent);
Kopete::MetaContact *metacontact;
diff --git a/kopete/protocols/jabber/ui/jabberchooseserver.h b/kopete/protocols/jabber/ui/jabberchooseserver.h
index aee2668e..8523a0dc 100644
--- a/kopete/protocols/jabber/ui/jabberchooseserver.h
+++ b/kopete/protocols/jabber/ui/jabberchooseserver.h
@@ -39,7 +39,7 @@ class JabberChooseServer : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
JabberChooseServer ( JabberRegisterAccount *parent = 0, const char *name = 0);
diff --git a/kopete/protocols/jabber/ui/jabbereditaccountwidget.h b/kopete/protocols/jabber/ui/jabbereditaccountwidget.h
index 82f56215..f53c566c 100644
--- a/kopete/protocols/jabber/ui/jabbereditaccountwidget.h
+++ b/kopete/protocols/jabber/ui/jabbereditaccountwidget.h
@@ -35,7 +35,7 @@ class JabberEditAccountWidget:public DlgJabberEditAccountWidget, public KopeteEd
{
Q_OBJECT
- TQ_OBJECT
+
public:
JabberEditAccountWidget (JabberProtocol * proto, JabberAccount *, TQWidget * parent = 0, const char *name = 0);
diff --git a/kopete/protocols/jabber/ui/jabberregisteraccount.h b/kopete/protocols/jabber/ui/jabberregisteraccount.h
index 74de6387..9979f59f 100644
--- a/kopete/protocols/jabber/ui/jabberregisteraccount.h
+++ b/kopete/protocols/jabber/ui/jabberregisteraccount.h
@@ -36,7 +36,7 @@ class JabberRegisterAccount : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
JabberRegisterAccount ( JabberEditAccountWidget *parent = 0, const char *name = 0 );