summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/ui/dlgjabberservices.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/jabber/ui/dlgjabberservices.h')
-rw-r--r--kopete/protocols/jabber/ui/dlgjabberservices.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/jabber/ui/dlgjabberservices.h b/kopete/protocols/jabber/ui/dlgjabberservices.h
index 9672cc55..4ef09d9e 100644
--- a/kopete/protocols/jabber/ui/dlgjabberservices.h
+++ b/kopete/protocols/jabber/ui/dlgjabberservices.h
@@ -37,7 +37,7 @@ class dlgJabberServices:public dlgServices
TQ_OBJECT
public:
- dlgJabberServices (JabberAccount *account, TQWidget *tqparent = 0, const char *name = 0);
+ dlgJabberServices (JabberAccount *account, TQWidget *parent = 0, const char *name = 0);
~dlgJabberServices ();
private slots:
@@ -62,8 +62,8 @@ class dlgJabberServies_item : protected TQObject, public TQListViewItem
Q_OBJECT
TQ_OBJECT
public:
- dlgJabberServies_item( TQListView *tqparent , const TQString &s1 , const TQString &s2 )
- : TQListViewItem(tqparent,s1,s2), can_browse(false) , can_register(false) {}
+ dlgJabberServies_item( TQListView *parent , const TQString &s1 , const TQString &s2 )
+ : TQListViewItem(parent,s1,s2), can_browse(false) , can_register(false) {}
bool can_browse, can_register;
XMPP::Jid jid;