summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/processdetail.h
Unidiff
Diffstat (limited to 'noncore/settings/sysinfo/processdetail.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sysinfo/processdetail.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/settings/sysinfo/processdetail.h b/noncore/settings/sysinfo/processdetail.h
index 5d418ac..22e196f 100644
--- a/noncore/settings/sysinfo/processdetail.h
+++ b/noncore/settings/sysinfo/processdetail.h
@@ -20,18 +20,18 @@
20#ifndef PROCESSDETAIL_H 20#ifndef PROCESSDETAIL_H
21#define PROCESSDETAIL_H 21#define PROCESSDETAIL_H
22 22
23#include <qdialog.h> 23#include <qwidget.h>
24#include <qcombo.h> 24#include <qcombo.h>
25#include <qtextview.h> 25#include <qtextview.h>
26#include <qpushbutton.h> 26#include <qpushbutton.h>
27#include <qlistview.h> 27#include <qlistview.h>
28 28
29class ProcessDetail : public QDialog 29class ProcessDetail : public QWidget
30{ 30{
31 Q_OBJECT 31 Q_OBJECT
32 32
33public: 33public:
34 ProcessDetail( QWidget* parent, const char* name, bool modal, WFlags fl ); 34 ProcessDetail( QWidget* parent, const char* name, WFlags fl );
35 ~ProcessDetail(); 35 ~ProcessDetail();
36 36
37 QComboBox* SignalCB; 37 QComboBox* SignalCB;