summaryrefslogtreecommitdiff
path: root/noncore/settings/usermanager/usermanager.h
Unidiff
Diffstat (limited to 'noncore/settings/usermanager/usermanager.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/usermanager/usermanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/usermanager/usermanager.h b/noncore/settings/usermanager/usermanager.h
index d7c25b8..678d1f9 100644
--- a/noncore/settings/usermanager/usermanager.h
+++ b/noncore/settings/usermanager/usermanager.h
@@ -1,43 +1,43 @@
1/*************************************************************************** 1/***************************************************************************
2 * * 2 * *
3 * This program is free software; you can redistribute it and/or modify * 3 * This program is free software; you can redistribute it and/or modify *
4 * it under the terms of the GNU General Public License as published by * 4 * it under the terms of the GNU General Public License as published by *
5 * the Free Software Foundation; either version 2 of the License, or * 5 * the Free Software Foundation; either version 2 of the License, or *
6 * (at your option) any later version. * 6 * (at your option) any later version. *
7 * * 7 * *
8 ***************************************************************************/ 8 ***************************************************************************/
9 9
10#ifndef USERCONFIG_H 10#ifndef USERCONFIG_H
11#define USERCONFIG_H 11#define USERCONFIG_H
12 12
13#include <qmainwindow.h> 13#include <qmainwindow.h>
14#include <qtabwidget.h> 14#include <qtabwidget.h>
15#include <qlistview.h> 15#include <qlistview.h>
16#include <qpopupmenu.h> 16#include <qpopupmenu.h>
17#include <qtoolbutton.h> 17#include <qtoolbutton.h>
18 18
19#include <qpe/qpetoolbar.h> 19#include <qtoolbar.h>
20 20
21#include "userdialog.h" 21#include "userdialog.h"
22#include "groupdialog.h" 22#include "groupdialog.h"
23#include "passwd.h" 23#include "passwd.h"
24 24
25class UserConfig : public QMainWindow 25class UserConfig : public QMainWindow
26{ 26{
27 Q_OBJECT 27 Q_OBJECT
28 28
29public: 29public:
30 static QString appName() { return QString::fromLatin1("usermanager"); } 30 static QString appName() { return QString::fromLatin1("usermanager"); }
31 UserConfig( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 31 UserConfig( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
32 ~UserConfig(); 32 ~UserConfig();
33 33
34private: 34private:
35 QToolButton *adduserToolButton; 35 QToolButton *adduserToolButton;
36 QToolButton *edituserToolButton; 36 QToolButton *edituserToolButton;
37 QToolButton *deleteuserToolButton; 37 QToolButton *deleteuserToolButton;
38 QToolButton *addgroupToolButton; 38 QToolButton *addgroupToolButton;
39 QToolButton *editgroupToolButton; 39 QToolButton *editgroupToolButton;
40 QToolButton *deletegroupToolButton; 40 QToolButton *deletegroupToolButton;
41 QTabWidget *myTabWidget; 41 QTabWidget *myTabWidget;
42 QListView *usersIconView; 42 QListView *usersIconView;
43 QListView *usersListView; 43 QListView *usersListView;