summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kopetegrouplistaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/kopetegrouplistaction.h')
-rw-r--r--kopete/kopete/contactlist/kopetegrouplistaction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/kopete/contactlist/kopetegrouplistaction.h b/kopete/kopete/contactlist/kopetegrouplistaction.h
index 3576f3ed..2b852632 100644
--- a/kopete/kopete/contactlist/kopetegrouplistaction.h
+++ b/kopete/kopete/contactlist/kopetegrouplistaction.h
@@ -31,14 +31,14 @@ class KopeteGroupListAction : public KListAction
Q_OBJECT
public:
- KopeteGroupListAction( const QString &, const QString &, const KShortcut &,
- const QObject *, const char *, QObject *, const char * );
+ KopeteGroupListAction( const TQString &, const TQString &, const KShortcut &,
+ const TQObject *, const char *, TQObject *, const char * );
~KopeteGroupListAction();
protected slots:
void slotUpdateList();
private:
- QStringList m_groupList;
+ TQStringList m_groupList;
};
#endif