summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/processdetail.h
Side-by-side diff
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 @@
#ifndef PROCESSDETAIL_H
#define PROCESSDETAIL_H
-#include <qdialog.h>
+#include <qwidget.h>
#include <qcombo.h>
#include <qtextview.h>
#include <qpushbutton.h>
#include <qlistview.h>
-class ProcessDetail : public QDialog
+class ProcessDetail : public QWidget
{
Q_OBJECT
public:
- ProcessDetail( QWidget* parent, const char* name, bool modal, WFlags fl );
+ ProcessDetail( QWidget* parent, const char* name, WFlags fl );
~ProcessDetail();
QComboBox* SignalCB;