diff options
Diffstat (limited to 'wifi/locator.h')
-rw-r--r-- | wifi/locator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wifi/locator.h b/wifi/locator.h index 54f2c683..8f0335d4 100644 --- a/wifi/locator.h +++ b/wifi/locator.h @@ -26,10 +26,10 @@ class Interface_wireless; -class Locator:public QWidget +class Locator:public TQWidget { public: - Locator (TQWidget * parent, Interface_wireless * device); + Locator (TQWidget * tqparent, Interface_wireless * device); private: void paintEvent (TQPaintEvent *); void generateLocWidget (); |