diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:29:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:29:01 -0600 |
commit | 4c899296290a7499b75b1bd88267d53d7d690ffe (patch) | |
tree | c08d380471f924338a10031b9d810d38af7c852a /wifi/picture.cpp | |
parent | 7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 (diff) | |
download | tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.tar.gz tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.zip |
Rename KStandard for enhanced compatibility with KDE4
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 1edc9b9b..4c808e3f 100644 --- a/wifi/picture.cpp +++ b/wifi/picture.cpp @@ -29,7 +29,7 @@ Picture::Picture (TQWidget * parent, Interface_wireless * device):TQWidget (pare "picture") { this->device = device; - KStandardDirs finder; + TDEStandardDirs finder; tdedir = finder.findResourceDir ("data", "kwifimanager/pics/no_card.png"); tdedir += "kwifimanager/pics/"; NO_CARD = new TQPixmap (tdedir + "no_card.png"); |