summaryrefslogtreecommitdiffstats
path: root/kuser/editGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuser/editGroup.h')
-rw-r--r--kuser/editGroup.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kuser/editGroup.h b/kuser/editGroup.h
index 3d6334b..c3e8c76 100644
--- a/kuser/editGroup.h
+++ b/kuser/editGroup.h
@@ -22,7 +22,7 @@
#ifndef _KU_EDITGROUP_H_
#define _KU_EDITGROUP_H_
-#include <qcheckbox.h>
+#include <tqcheckbox.h>
#include <kdialogbase.h>
#include <klistview.h>
#include <kcombobox.h>
@@ -36,7 +36,7 @@ class editGroup : public KDialogBase
public:
editGroup(KU::KGroup *akg, bool samba, bool add,
- QWidget* parent = NULL, const char* name = NULL);
+ TQWidget* parent = NULL, const char* name = NULL);
virtual ~editGroup();
@@ -59,12 +59,12 @@ private:
KLineEdit *ledesc;
KLineEdit *ledomsid;
KComboBox *letype;
- QCheckBox *cbsamba;
- QString mOldName;
+ TQCheckBox *cbsamba;
+ TQString mOldName;
typedef struct _RID {
uint rid;
- QString name,desc;
+ TQString name,desc;
} RID;
- QValueList<RID> mRids;
+ TQValueList<RID> mRids;
};
#endif // _KU_EDITGROUP_H_