summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/sysinfo.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/sysinfo/sysinfo.cpp') (more/less context) (ignore 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 5697f36..13f810a 100644
--- a/noncore/settings/sysinfo/sysinfo.cpp
+++ b/noncore/settings/sysinfo/sysinfo.cpp
@@ -24,4 +24,5 @@
//#include "graphics.h"
#include "processinfo.h"
+#include "modulesinfo.h"
#include "versioninfo.h"
#include "sysinfo.h"
@@ -48,4 +49,5 @@ 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 ModulesInfo( tab ), tr("Modules") );
tab->addTab( new VersionInfo( tab ), tr("Version") );