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
@@ -24,2 +24,3 @@
//#include "graphics.h"
+#include "processinfo.h"
#include "versioninfo.h"
@@ -47,2 +48,3 @@ SystemInfo::SystemInfo( QWidget *parent, const char *name, WFlags f )
// tab->addTab( new Graphics( tab ), tr("Graphics") );
+ tab->addTab( new ProcessInfo( tab ), tr("Process") );
tab->addTab( new VersionInfo( tab ), tr("Version") );