diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:51:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:51:03 -0600 |
commit | 09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66 (patch) | |
tree | c77ad40eb1b04ef22a48da51b73ff8f65745894e /kmobile/kmobileview.cpp | |
parent | bc423466604bce42cfce1e227a8f6a8892dba2d8 (diff) | |
download | tdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.tar.gz tdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'kmobile/kmobileview.cpp')
-rw-r--r-- | kmobile/kmobileview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmobile/kmobileview.cpp b/kmobile/kmobileview.cpp index f90c9adf2..5356c879e 100644 --- a/kmobile/kmobileview.cpp +++ b/kmobile/kmobileview.cpp @@ -404,7 +404,7 @@ bool KMobileView::storeNote( TQString deviceName, int index, TQString note ) * active mobile devices. * (function is only used by the devices tdeioslave - don't use elsewhere !) */ -TQStringList KMobileView::kio_devices_deviceInfo(TQString deviceName) +TQStringList KMobileView::tdeio_devices_deviceInfo(TQString deviceName) { TQStringList mobiles = deviceNames(); if (mobiles.count() == 0) |