summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/ui/metacontactselectorwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/ui/metacontactselectorwidget.h')
-rw-r--r--kopete/libkopete/ui/metacontactselectorwidget.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kopete/libkopete/ui/metacontactselectorwidget.h b/kopete/libkopete/ui/metacontactselectorwidget.h
index 1c0a21ff..a265f665 100644
--- a/kopete/libkopete/ui/metacontactselectorwidget.h
+++ b/kopete/libkopete/ui/metacontactselectorwidget.h
@@ -19,7 +19,7 @@
#define MetaContactSelectorWidget_H
#include <kdemacros.h>
-#include <qwidget.h>
+#include <tqwidget.h>
#include "kopetelistviewitem.h"
#include "kopete_export.h"
@@ -39,7 +39,7 @@ class KOPETE_EXPORT MetaContactSelectorWidget : public QWidget
{
Q_OBJECT
public:
- MetaContactSelectorWidget( QWidget *parent = 0, const char *name = 0 );
+ MetaContactSelectorWidget( TQWidget *parent = 0, const char *name = 0 );
~MetaContactSelectorWidget();
Kopete::MetaContact* metaContact();
/**
@@ -47,7 +47,7 @@ public:
* example: Please select a contact
* or, Choose a contact to delete
*/
- void setLabelMessage( const QString &msg );
+ void setLabelMessage( const TQString &msg );
/**
* pre-selects a contact
*/
@@ -67,7 +67,7 @@ protected slots:
*/
void slotLoadMetaContacts();
signals:
- void metaContactListClicked( QListViewItem *mc );
+ void metaContactListClicked( TQListViewItem *mc );
private:
class Private;
Private *d;
@@ -81,9 +81,9 @@ class MetaContactSelectorWidgetLVI : public Kopete::UI::ListView::Item
{
Q_OBJECT
public:
- MetaContactSelectorWidgetLVI(Kopete::MetaContact *mc, QListView *parent, QObject *owner = 0, const char *name = 0 );
+ MetaContactSelectorWidgetLVI(Kopete::MetaContact *mc, TQListView *parent, TQObject *owner = 0, const char *name = 0 );
Kopete::MetaContact* metaContact();
- virtual QString text ( int column ) const;
+ virtual TQString text ( int column ) const;
protected slots:
void slotPhotoChanged();
void slotDisplayNameChanged();