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 | |||
@@ -14,6 +14,4 @@ | |||
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 | ||
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 | |||
@@ -15,7 +15,4 @@ | |||
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> |
@@ -76,5 +73,5 @@ void UserDialog::setupTab1() { | |||
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: "); |
@@ -107,5 +104,5 @@ void UserDialog::setupTab1() { | |||
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"); |
@@ -120,5 +117,5 @@ void UserDialog::setupTab1() { | |||
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"); |
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 | |||
@@ -11,5 +11,4 @@ | |||
11 | 11 | ||
12 | #include <qlayout.h> | 12 | #include <qlayout.h> |
13 | #include <stdio.h> | ||
14 | 13 | ||
15 | #include <qmessagebox.h> | 14 | #include <qmessagebox.h> |