summaryrefslogtreecommitdiffstats
path: root/wifi/picture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wifi/picture.cpp')
-rw-r--r--wifi/picture.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/wifi/picture.cpp b/wifi/picture.cpp
index 5e4d28c5..1edc9b9b 100644
--- a/wifi/picture.cpp
+++ b/wifi/picture.cpp
@@ -30,12 +30,12 @@ Picture::Picture (TQWidget * parent, Interface_wireless * device):TQWidget (pare
{
this->device = device;
KStandardDirs finder;
- kdedir = finder.findResourceDir ("data", "kwifimanager/pics/no_card.png");
- kdedir += "kwifimanager/pics/";
- NO_CARD = new TQPixmap (kdedir + "no_card.png");
- AD_HOC = new TQPixmap (kdedir + "ad_hoc.png");
- ALL_ALONE = new TQPixmap (kdedir + "all_alone.png");
- AP_CONNECT = new TQPixmap (kdedir + "ap_connect.png");
+ tdedir = finder.findResourceDir ("data", "kwifimanager/pics/no_card.png");
+ tdedir += "kwifimanager/pics/";
+ NO_CARD = new TQPixmap (tdedir + "no_card.png");
+ AD_HOC = new TQPixmap (tdedir + "ad_hoc.png");
+ ALL_ALONE = new TQPixmap (tdedir + "all_alone.png");
+ AP_CONNECT = new TQPixmap (tdedir + "ap_connect.png");
}
TQSize Picture::mySizeHint() {