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