summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/statwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/net/wellenreiter/gui/statwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/statwindow.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/gui/statwindow.h b/noncore/net/wellenreiter/gui/statwindow.h
index bbdf777..0ab4b50 100644
--- a/noncore/net/wellenreiter/gui/statwindow.h
+++ b/noncore/net/wellenreiter/gui/statwindow.h
@@ -21,3 +21,3 @@
class QString;
-class QMultiLineEdit;
+class OListView;
@@ -25,2 +25,3 @@ class MStatWindow: public QVBox
{
+ Q_OBJECT
@@ -33,4 +34,6 @@ class MStatWindow: public QVBox
+ void updateCounter( const QString&, int );
+
protected:
- QMultiLineEdit* ledit;
+ OListView* table;