summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/sysinfo.cpp
Unidiff
Diffstat (limited to 'noncore/settings/sysinfo/sysinfo.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sysinfo/sysinfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/sysinfo.cpp b/noncore/settings/sysinfo/sysinfo.cpp
index bc483aa..5697f36 100644
--- a/noncore/settings/sysinfo/sysinfo.cpp
+++ b/noncore/settings/sysinfo/sysinfo.cpp
@@ -22,6 +22,7 @@
22#include "load.h" 22#include "load.h"
23#include "storage.h" 23#include "storage.h"
24//#include "graphics.h" 24//#include "graphics.h"
25#include "processinfo.h"
25#include "versioninfo.h" 26#include "versioninfo.h"
26#include "sysinfo.h" 27#include "sysinfo.h"
27 28
@@ -45,6 +46,7 @@ SystemInfo::SystemInfo( QWidget *parent, const char *name, WFlags f )
45#endif 46#endif
46 tab->addTab( new LoadInfo( tab ), tr("CPU") ); 47 tab->addTab( new LoadInfo( tab ), tr("CPU") );
47// tab->addTab( new Graphics( tab ), tr("Graphics") ); 48// tab->addTab( new Graphics( tab ), tr("Graphics") );
49 tab->addTab( new ProcessInfo( tab ), tr("Process") );
48 tab->addTab( new VersionInfo( tab ), tr("Version") ); 50 tab->addTab( new VersionInfo( tab ), tr("Version") );
49 51
50 resize( 220, 180 ); 52 resize( 220, 180 );