From f0a4320f43abb1a24f80d6de1a94d39453945355 Mon Sep 17 00:00:00 2001 From: ar Date: Mon, 22 Dec 2003 17:29:18 +0000 Subject: - remove stdlib.h and stdio.h --- (limited to 'noncore/settings/usermanager/userdialog.cpp') 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 @@ #include #include -#include - -#include #include #include #include @@ -75,7 +72,7 @@ void UserDialog::setupTab1() { picturePushButton->setMaximumSize(48,48); picturePushButton->setPixmap(Resource::loadPixmap("usermanager/usericon")); // Load default usericon. connect(picturePushButton,SIGNAL(clicked()),this,SLOT(clickedPicture())); // Clicking the picture should invoke pictureselector. - + // Login QLabel *loginLabel=new QLabel(tabpage,"Login: "); loginLabel->setText("Login: "); @@ -106,7 +103,7 @@ void UserDialog::setupTab1() { shellComboBox->insertItem("/bin/sh"); shellComboBox->insertItem("/bin/ash"); shellComboBox->insertItem("/bin/false"); - + // Primary Group QLabel *groupLabel=new QLabel(tabpage,"group"); groupLabel->setText("Primary group: "); @@ -119,7 +116,7 @@ void UserDialog::setupTab1() { skelCheckBox=new QCheckBox(tabpage); skelCheckBox->setChecked(true); } - + // Widget layout QHBoxLayout *hlayout=new QHBoxLayout(-1,"hlayout"); layout->addWidget(picturePushButton); -- cgit v0.9.0.2