summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/kopetegroupviewitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/kopetegroupviewitem.h')
-rw-r--r--kopete/kopete/contactlist/kopetegroupviewitem.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kopete/kopete/contactlist/kopetegroupviewitem.h b/kopete/kopete/contactlist/kopetegroupviewitem.h
index 777ea2e8..8891f992 100644
--- a/kopete/kopete/contactlist/kopetegroupviewitem.h
+++ b/kopete/kopete/contactlist/kopetegroupviewitem.h
@@ -19,7 +19,7 @@
#define KOPETEGROUPVIEWITEM_H
#include "kopetelistviewitem.h"
-#include <qpixmap.h>
+#include <tqpixmap.h>
#define KOPETE_GROUP_DEFAULT_OPEN_ICON "folder_open"
#define KOPETE_GROUP_DEFAULT_CLOSED_ICON "folder"
@@ -36,8 +36,8 @@ class KopeteGroupViewItem : public Kopete::UI::ListView::Item
{
Q_OBJECT
public:
- KopeteGroupViewItem( Kopete::Group *group , QListView *parent, const char *name = 0 );
- KopeteGroupViewItem( Kopete::Group *group , QListViewItem *parent, const char *name = 0 );
+ KopeteGroupViewItem( Kopete::Group *group , TQListView *parent, const char *name = 0 );
+ KopeteGroupViewItem( Kopete::Group *group , TQListViewItem *parent, const char *name = 0 );
~KopeteGroupViewItem();
Kopete::Group * group() const;
@@ -47,10 +47,10 @@ public:
/**
* reimplemented from KListViewItem to take into account our alternate text storage
*/
- virtual QString text( int column ) const;
- virtual void setText( int column, const QString &text );
+ virtual TQString text( int column ) const;
+ virtual void setText( int column, const TQString &text );
- QString toolTip() const;
+ TQString toolTip() const;
public slots:
void refreshDisplayName();
@@ -65,9 +65,9 @@ private:
void initLVI();
Kopete::Group *m_group;
- QPixmap open, closed;
+ TQPixmap open, closed;
- QString key( int column, bool ascending ) const;
+ TQString key( int column, bool ascending ) const;
unsigned int onlineMemberCount;
unsigned int totalMemberCount;