diff options
Diffstat (limited to 'wifi/picture.h')
-rw-r--r-- | wifi/picture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/picture.h b/wifi/picture.h index 4cd7b4d4..05501a5e 100644 --- a/wifi/picture.h +++ b/wifi/picture.h @@ -30,7 +30,7 @@ public: private: void paintEvent (TQPaintEvent *); TQPixmap *NO_CARD, *ALL_ALONE, *AD_HOC, *AP_CONNECT; - TQString kdedir; + TQString tdedir; Interface_wireless *device; }; |