summaryrefslogtreecommitdiffstats
path: root/kuser/kgroupvw.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuser/kgroupvw.h')
-rw-r--r--kuser/kgroupvw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kuser/kgroupvw.h b/kuser/kgroupvw.h
index 4667f8c..5dd1fb8 100644
--- a/kuser/kgroupvw.h
+++ b/kuser/kgroupvw.h
@@ -21,7 +21,7 @@
#ifndef _KU_GROUPVW_H_
#define _KU_GROUPVW_H_
-#include <qwidget.h>
+#include <tqwidget.h>
#include <klistview.h>
@@ -33,8 +33,8 @@ public:
KGroupViewItem(KListView *parent, KU::KGroup *aku);
KU::KGroup *group() { return mGroup; }
private:
- virtual QString text ( int ) const;
- virtual int compare( QListViewItem *i, int col, bool ascending ) const;
+ virtual TQString text ( int ) const;
+ virtual int compare( TQListViewItem *i, int col, bool ascending ) const;
KU::KGroup *mGroup;
};
@@ -44,7 +44,7 @@ class KGroupView : public KListView
Q_OBJECT
public:
- KGroupView( QWidget* parent = 0, const char* name = 0 );
+ KGroupView( TQWidget* parent = 0, const char* name = 0 );
virtual ~KGroupView();