diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:20:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:20:19 -0600 |
commit | fc0196cdf6062125e587fbba536e78ea1f2d7f91 (patch) | |
tree | f896cfee60d61f50594e55c59c65c0e27920d118 /lib/kpilotdevicelink.cc | |
parent | 7a50d8810a790c1b936a6e61e0a10c8bb62bec51 (diff) | |
download | kpilot-fc0196cdf6062125e587fbba536e78ea1f2d7f91.tar.gz kpilot-fc0196cdf6062125e587fbba536e78ea1f2d7f91.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'lib/kpilotdevicelink.cc')
-rw-r--r-- | lib/kpilotdevicelink.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kpilotdevicelink.cc b/lib/kpilotdevicelink.cc index bd751c2..54fa84a 100644 --- a/lib/kpilotdevicelink.cc +++ b/lib/kpilotdevicelink.cc @@ -234,7 +234,7 @@ bool DeviceCommThread::open(const TQString &device) fTempSocket = (-1); link()->fRealPilotPath - = KStandardDirs::realFilePath(device.isEmpty() ? link()->fPilotPath : device); + = TDEStandardDirs::realFilePath(device.isEmpty() ? link()->fPilotPath : device); if ( !DeviceMap::self()->canBind(link()->fRealPilotPath) ) { |