summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/modulesinfo.cpp
authorharlekin <harlekin>2004-01-07 22:59:40 (UTC)
committer harlekin <harlekin>2004-01-07 22:59:40 (UTC)
commitc4d6574e85f74d6086c1709ecf0d117df7417222 (patch) (side-by-side diff)
tree73ec72034552ff8def55dd8c0b7115d05a2d3260 /noncore/settings/sysinfo/modulesinfo.cpp
parent872dc276a047a289561779fb59ab4ce45aaa9062 (diff)
downloadopie-c4d6574e85f74d6086c1709ecf0d117df7417222.zip
opie-c4d6574e85f74d6086c1709ecf0d117df7417222.tar.gz
opie-c4d6574e85f74d6086c1709ecf0d117df7417222.tar.bz2
bring over some enhancements I allready did in branch
Diffstat (limited to 'noncore/settings/sysinfo/modulesinfo.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/modulesinfo.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/noncore/settings/sysinfo/modulesinfo.cpp b/noncore/settings/sysinfo/modulesinfo.cpp
index 0bf51e8..566b179 100644
--- a/noncore/settings/sysinfo/modulesinfo.cpp
+++ b/noncore/settings/sysinfo/modulesinfo.cpp
@@ -12,32 +12,27 @@
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
**********************************************************************/
#include <qpe/qpeapplication.h>
-#include <qcombobox.h>
#include <qfile.h>
-#include <qheader.h>
#include <qlayout.h>
-#include <qlistview.h>
#include <qmessagebox.h>
-#include <qpushbutton.h>
-#include <qstring.h>
#include <qtimer.h>
#include <qwhatsthis.h>
#include "modulesinfo.h"
#include "detail.h"
ModulesInfo::ModulesInfo( QWidget* parent, const char* name, WFlags fl )
: QWidget( parent, name, fl )
{
QGridLayout *layout = new QGridLayout( this );
layout->setSpacing( 4 );
layout->setMargin( 4 );