summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/processinfo.h82
1 files changed, 0 insertions, 82 deletions
diff --git a/noncore/settings/sysinfo/processinfo.h b/noncore/settings/sysinfo/processinfo.h
index f2eedc9..e5bacca 100644
--- a/noncore/settings/sysinfo/processinfo.h
+++ b/noncore/settings/sysinfo/processinfo.h
@@ -36,88 +36,6 @@ private slots:
36 36
37private: 37private:
38 QListView* ProcessView; 38 QListView* ProcessView;
39}; 39};
40 40
41#endif 41#endif
42/**********************************************************************
43** ProcessInfo
44**
45** Display process information
46**
47** Copyright (C) 2002, Dan Williams
48** williamsdr@acm.org
49** http://draknor.net
50**
51** This file may be distributed and/or modified under the terms of the
52** GNU General Public License version 2 as published by the Free Software
53** Foundation and appearing in the file LICENSE.GPL included in the
54** packaging of this file.
55**
56** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
57** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
58**
59**********************************************************************/
60
61#ifndef PROCESSINFO_H
62#define PROCESSINFO_H
63
64#include <qwidget.h>
65#include <qlistview.h>
66
67class ProcessInfo : public QWidget
68{
69 Q_OBJECT
70public:
71 ProcessInfo( QWidget *parent = 0, const char *name = 0, WFlags f = 0 );
72 ~ProcessInfo();
73
74private slots:
75 void updateData();
76 void viewProcess(QListViewItem *);
77
78private:
79 QListView* ProcessView;
80};
81
82#endif
83/**********************************************************************
84** ProcessInfo
85**
86** Display process information
87**
88** Copyright (C) 2002, Dan Williams
89** williamsdr@acm.org
90** http://draknor.net
91**
92** This file may be distributed and/or modified under the terms of the
93** GNU General Public License version 2 as published by the Free Software
94** Foundation and appearing in the file LICENSE.GPL included in the
95** packaging of this file.
96**
97** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
98** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
99**
100**********************************************************************/
101
102#ifndef PROCESSINFO_H
103#define PROCESSINFO_H
104
105#include <qwidget.h>
106#include <qlistview.h>
107
108class ProcessInfo : public QWidget
109{
110 Q_OBJECT
111public:
112 ProcessInfo( QWidget *parent = 0, const char *name = 0, WFlags f = 0 );
113 ~ProcessInfo();
114
115private slots:
116 void updateData();
117 void viewProcess(QListViewItem *);
118
119private:
120 QListView* ProcessView;
121};
122
123#endif