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
@@ -22,3 +22,3 @@
-#include <qdialog.h>
+#include <qwidget.h>
#include <qcombo.h>
@@ -28,3 +28,3 @@
-class ProcessDetail : public QDialog
+class ProcessDetail : public QWidget
{
@@ -33,3 +33,3 @@ class ProcessDetail : public QDialog
public:
- ProcessDetail( QWidget* parent, const char* name, bool modal, WFlags fl );
+ ProcessDetail( QWidget* parent, const char* name, WFlags fl );
~ProcessDetail();