summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise/ui/gwsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/groupwise/ui/gwsearch.h')
-rw-r--r--kopete/protocols/groupwise/ui/gwsearch.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/groupwise/ui/gwsearch.h b/kopete/protocols/groupwise/ui/gwsearch.h
index 83ee205e..ec57cfb1 100644
--- a/kopete/protocols/groupwise/ui/gwsearch.h
+++ b/kopete/protocols/groupwise/ui/gwsearch.h
@@ -18,7 +18,7 @@
#ifndef GWSEARCH_H
#define GWSEARCH_H
-#include <qlistview.h>
+#include <tqlistview.h>
#include "gwcontactsearch.h"
class GroupWiseAccount;
@@ -34,10 +34,10 @@ class GroupWiseContactSearch : public GroupWiseContactSearchWidget
{
Q_OBJECT
public:
- GroupWiseContactSearch( GroupWiseAccount * account, QListView::SelectionMode mode, bool onlineOnly,
- QWidget *parent = 0, const char *name = 0);
+ GroupWiseContactSearch( GroupWiseAccount * account, TQListView::SelectionMode mode, bool onlineOnly,
+ TQWidget *parent = 0, const char *name = 0);
~GroupWiseContactSearch();
- QValueList< GroupWise::ContactDetails > selectedResults();
+ TQValueList< GroupWise::ContactDetails > selectedResults();
signals:
void selectionValidates( bool );
protected:
@@ -50,7 +50,7 @@ protected slots:
void slotShowDetails();
void slotValidateSelection();
private:
- QValueList< GroupWise::ContactDetails > m_searchResults;
+ TQValueList< GroupWise::ContactDetails > m_searchResults;
GroupWiseAccount * m_account;
bool m_onlineOnly;
};