diff options
Diffstat (limited to 'wifi/picture.cpp')
-rw-r--r-- | wifi/picture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/picture.cpp b/wifi/picture.cpp index 4b03686b..5e4d28c5 100644 --- a/wifi/picture.cpp +++ b/wifi/picture.cpp @@ -25,7 +25,7 @@ #define X_OFFSET 20 #define Y_OFFSET 10 -Picture::Picture (TQWidget * tqparent, Interface_wireless * device):TQWidget (tqparent, +Picture::Picture (TQWidget * parent, Interface_wireless * device):TQWidget (parent, "picture") { this->device = device; |