diff options
Diffstat (limited to 'wifi/strength.cpp')
-rw-r--r-- | wifi/strength.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/strength.cpp b/wifi/strength.cpp index a5146c14..4ca1dc08 100644 --- a/wifi/strength.cpp +++ b/wifi/strength.cpp @@ -27,7 +27,7 @@ extern bool useAlternateStrengthCalc; -Strength::Strength (TQWidget * tqparent, Interface_wireless * device):TQWidget (tqparent, +Strength::Strength (TQWidget * parent, Interface_wireless * device):TQWidget (parent, "strength") { this->device = device; |