author | ar <ar> | 2003-12-22 17:29:18 (UTC) |
---|---|---|
committer | ar <ar> | 2003-12-22 17:29:18 (UTC) |
commit | f0a4320f43abb1a24f80d6de1a94d39453945355 (patch) (unidiff) | |
tree | 5ad5cd96bb659152a67c0f8b43726091615109e8 | |
parent | 34194d7d8957b77fbc032efa5b89ef56e322d35f (diff) | |
download | opie-f0a4320f43abb1a24f80d6de1a94d39453945355.zip opie-f0a4320f43abb1a24f80d6de1a94d39453945355.tar.gz opie-f0a4320f43abb1a24f80d6de1a94d39453945355.tar.bz2 |
- remove stdlib.h and stdio.h
-rw-r--r-- | noncore/settings/usermanager/groupdialog.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/usermanager/userdialog.cpp | 9 | ||||
-rw-r--r-- | noncore/settings/usermanager/usermanager.cpp | 1 |
3 files changed, 3 insertions, 9 deletions
diff --git a/noncore/settings/usermanager/groupdialog.cpp b/noncore/settings/usermanager/groupdialog.cpp index b595d31..76810be 100644 --- a/noncore/settings/usermanager/groupdialog.cpp +++ b/noncore/settings/usermanager/groupdialog.cpp | |||
@@ -13,8 +13,6 @@ | |||
13 | #include <qlayout.h> | 13 | #include <qlayout.h> |
14 | #include <qmessagebox.h> | 14 | #include <qmessagebox.h> |
15 | 15 | ||
16 | #include <stdlib.h> | ||
17 | |||
18 | #include "passwd.h" | 16 | #include "passwd.h" |
19 | 17 | ||
20 | GroupDialog::GroupDialog(QWidget* parent, const char* name, bool modal, WFlags fl) : QDialog(parent, name, modal, fl) { | 18 | GroupDialog::GroupDialog(QWidget* parent, const char* name, bool modal, WFlags fl) : QDialog(parent, name, modal, fl) { |
diff --git a/noncore/settings/usermanager/userdialog.cpp b/noncore/settings/usermanager/userdialog.cpp index 19b0e84..d87a005 100644 --- a/noncore/settings/usermanager/userdialog.cpp +++ b/noncore/settings/usermanager/userdialog.cpp | |||
@@ -14,9 +14,6 @@ | |||
14 | #include <qmessagebox.h> | 14 | #include <qmessagebox.h> |
15 | #include <qfile.h> | 15 | #include <qfile.h> |
16 | 16 | ||
17 | #include <stdlib.h> | ||
18 | |||
19 | #include <stdio.h> | ||
20 | #include <sys/types.h> | 17 | #include <sys/types.h> |
21 | #include <sys/wait.h> | 18 | #include <sys/wait.h> |
22 | #include <unistd.h> | 19 | #include <unistd.h> |
@@ -75,7 +72,7 @@ void UserDialog::setupTab1() { | |||
75 | picturePushButton->setMaximumSize(48,48); | 72 | picturePushButton->setMaximumSize(48,48); |
76 | picturePushButton->setPixmap(Resource::loadPixmap("usermanager/usericon"));// Load default usericon. | 73 | picturePushButton->setPixmap(Resource::loadPixmap("usermanager/usericon"));// Load default usericon. |
77 | connect(picturePushButton,SIGNAL(clicked()),this,SLOT(clickedPicture()));// Clicking the picture should invoke pictureselector. | 74 | connect(picturePushButton,SIGNAL(clicked()),this,SLOT(clickedPicture()));// Clicking the picture should invoke pictureselector. |
78 | 75 | ||
79 | // Login | 76 | // Login |
80 | QLabel *loginLabel=new QLabel(tabpage,"Login: "); | 77 | QLabel *loginLabel=new QLabel(tabpage,"Login: "); |
81 | loginLabel->setText("Login: "); | 78 | loginLabel->setText("Login: "); |
@@ -106,7 +103,7 @@ void UserDialog::setupTab1() { | |||
106 | shellComboBox->insertItem("/bin/sh"); | 103 | shellComboBox->insertItem("/bin/sh"); |
107 | shellComboBox->insertItem("/bin/ash"); | 104 | shellComboBox->insertItem("/bin/ash"); |
108 | shellComboBox->insertItem("/bin/false"); | 105 | shellComboBox->insertItem("/bin/false"); |
109 | 106 | ||
110 | // Primary Group | 107 | // Primary Group |
111 | QLabel *groupLabel=new QLabel(tabpage,"group"); | 108 | QLabel *groupLabel=new QLabel(tabpage,"group"); |
112 | groupLabel->setText("Primary group: "); | 109 | groupLabel->setText("Primary group: "); |
@@ -119,7 +116,7 @@ void UserDialog::setupTab1() { | |||
119 | skelCheckBox=new QCheckBox(tabpage); | 116 | skelCheckBox=new QCheckBox(tabpage); |
120 | skelCheckBox->setChecked(true); | 117 | skelCheckBox->setChecked(true); |
121 | } | 118 | } |
122 | 119 | ||
123 | // Widget layout | 120 | // Widget layout |
124 | QHBoxLayout *hlayout=new QHBoxLayout(-1,"hlayout"); | 121 | QHBoxLayout *hlayout=new QHBoxLayout(-1,"hlayout"); |
125 | layout->addWidget(picturePushButton); | 122 | layout->addWidget(picturePushButton); |
diff --git a/noncore/settings/usermanager/usermanager.cpp b/noncore/settings/usermanager/usermanager.cpp index 5c90525..5411995 100644 --- a/noncore/settings/usermanager/usermanager.cpp +++ b/noncore/settings/usermanager/usermanager.cpp | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "usermanager.h" | 10 | #include "usermanager.h" |
11 | 11 | ||
12 | #include <qlayout.h> | 12 | #include <qlayout.h> |
13 | #include <stdio.h> | ||
14 | 13 | ||
15 | #include <qmessagebox.h> | 14 | #include <qmessagebox.h> |
16 | #include <qfile.h> | 15 | #include <qfile.h> |