summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/modulesinfo.cpp
Unidiff
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 @@
12** This file may be distributed and/or modified under the terms of the 12** This file may be distributed and/or modified under the terms of the
13** GNU General Public License version 2 as published by the Free Software 13** GNU General Public License version 2 as published by the Free Software
14** Foundation and appearing in the file LICENSE.GPL included in the 14** Foundation and appearing in the file LICENSE.GPL included in the
15** packaging of this file. 15** packaging of this file.
16** 16**
17** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 17** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
18** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 18** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19** 19**
20**********************************************************************/ 20**********************************************************************/
21 21
22#include <qpe/qpeapplication.h> 22#include <qpe/qpeapplication.h>
23 23
24#include <qcombobox.h>
25#include <qfile.h> 24#include <qfile.h>
26#include <qheader.h>
27#include <qlayout.h> 25#include <qlayout.h>
28#include <qlistview.h>
29#include <qmessagebox.h> 26#include <qmessagebox.h>
30#include <qpushbutton.h>
31#include <qstring.h>
32#include <qtimer.h> 27#include <qtimer.h>
33#include <qwhatsthis.h> 28#include <qwhatsthis.h>
34 29
35#include "modulesinfo.h" 30#include "modulesinfo.h"
36#include "detail.h" 31#include "detail.h"
37 32
38ModulesInfo::ModulesInfo( QWidget* parent, const char* name, WFlags fl ) 33ModulesInfo::ModulesInfo( QWidget* parent, const char* name, WFlags fl )
39 : QWidget( parent, name, fl ) 34 : QWidget( parent, name, fl )
40{ 35{
41 QGridLayout *layout = new QGridLayout( this ); 36 QGridLayout *layout = new QGridLayout( this );
42 layout->setSpacing( 4 ); 37 layout->setSpacing( 4 );
43 layout->setMargin( 4 ); 38 layout->setMargin( 4 );