summaryrefslogtreecommitdiff
path: root/noncore
authordrw <drw>2005-06-15 19:45:55 (UTC)
committer drw <drw>2005-06-15 19:45:55 (UTC)
commitd2474c8e654d223b85b6200ce09fabd3a40af8e3 (patch) (unidiff)
tree2c9781e5f0793a2d796b331dba2cd177affda648 /noncore
parent1cc97c3b70f59b90dc4bf032a14198dc8bd07f2e (diff)
downloadopie-d2474c8e654d223b85b6200ce09fabd3a40af8e3.zip
opie-d2474c8e654d223b85b6200ce09fabd3a40af8e3.tar.gz
opie-d2474c8e654d223b85b6200ce09fabd3a40af8e3.tar.bz2
Remove unneeded include
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/usermanager/userdialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/settings/usermanager/userdialog.h b/noncore/settings/usermanager/userdialog.h
index a94e49b..78cd608 100644
--- a/noncore/settings/usermanager/userdialog.h
+++ b/noncore/settings/usermanager/userdialog.h
@@ -1,34 +1,33 @@
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#ifndef USERDIALOG_H 9#ifndef USERDIALOG_H
10#define USERDIALOG_H 10#define USERDIALOG_H
11 11
12#include <qdialog.h> 12#include <qdialog.h>
13#include <qimage.h>
13#include <qlineedit.h> 14#include <qlineedit.h>
14#include <qcombobox.h> 15#include <qcombobox.h>
15#include <qlistview.h> 16#include <qlistview.h>
16#include <qtabwidget.h> 17#include <qtabwidget.h>
17#include <qpushbutton.h> 18#include <qpushbutton.h>
18#include <qcheckbox.h> 19#include <qcheckbox.h>
19#include <qlabel.h> 20#include <qlabel.h>
20 21
21#include <qpe/resource.h>
22
23#include <opie2/ofiledialog.h> 22#include <opie2/ofiledialog.h>
24 23
25class UserDialog : public QDialog 24class UserDialog : public QDialog
26{ 25{
27 Q_OBJECT 26 Q_OBJECT
28private: 27private:
29 QTabWidget *myTabWidget; 28 QTabWidget *myTabWidget;
30 QPushButton *picturePushButton; 29 QPushButton *picturePushButton;
31 QLineEdit *loginLineEdit; 30 QLineEdit *loginLineEdit;
32 QLineEdit *uidLineEdit; 31 QLineEdit *uidLineEdit;
33 QLineEdit *gecosLineEdit; 32 QLineEdit *gecosLineEdit;
34 QLineEdit *passwordLineEdit; 33 QLineEdit *passwordLineEdit;