summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/sysinfo.cpp
Side-by-side diff
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 @@
#include "load.h"
#include "storage.h"
//#include "graphics.h"
+#include "processinfo.h"
#include "versioninfo.h"
#include "sysinfo.h"
@@ -45,6 +46,7 @@ SystemInfo::SystemInfo( QWidget *parent, const char *name, WFlags f )
#endif
tab->addTab( new LoadInfo( tab ), tr("CPU") );
// tab->addTab( new Graphics( tab ), tr("Graphics") );
+ tab->addTab( new ProcessInfo( tab ), tr("Process") );
tab->addTab( new VersionInfo( tab ), tr("Version") );
resize( 220, 180 );