summaryrefslogtreecommitdiffstats
path: root/wifi/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'wifi/statistics.h')
-rw-r--r--wifi/statistics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wifi/statistics.h b/wifi/statistics.h
index f8c99dd9..dc43ef41 100644
--- a/wifi/statistics.h
+++ b/wifi/statistics.h
@@ -24,8 +24,8 @@ class Statistics:public QWidget
public:
Statistics (Interface_wireless * device, bool showStatsNoise);
private:
- QPainter * statpainter;
- void paintEvent (QPaintEvent *);
+ TQPainter * statpainter;
+ void paintEvent (TQPaintEvent *);
Interface_wireless *device;
bool showStatsNoise;
};