diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
commit | 64df902cf71a8ee258fb85f6be26248f399aa01f (patch) | |
tree | dba58f705042c22cea26b678d5b0e4e9a34bf202 /kmobile/kmobileview.cpp | |
parent | de53c98cab07e9c4b0f5e25dab82830fb6fc67ec (diff) | |
download | tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.tar.gz tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kmobile/kmobileview.cpp')
-rw-r--r-- | kmobile/kmobileview.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmobile/kmobileview.cpp b/kmobile/kmobileview.cpp index 0080b57a0..f90c9adf2 100644 --- a/kmobile/kmobileview.cpp +++ b/kmobile/kmobileview.cpp @@ -26,7 +26,7 @@ #include <kabc/vcardconverter.h> #include <kprocess.h> #include <kdebug.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "kmobileview.h" #include "kmobileitem.h" @@ -392,17 +392,17 @@ bool KMobileView::storeNote( TQString deviceName, int index, TQString note ) /* - * DCOP Implementation for the devices:/ kioslave + * DCOP Implementation for the devices:/ tdeioslave */ /* * returns the information for the given deviceName for usage in the - * the devices kioslave. The TQStringList returned is comparable to the - * format of /etc/fstab file. Please refer to the devices kioslave for + * the devices tdeioslave. The TQStringList returned is comparable to the + * format of /etc/fstab file. Please refer to the devices tdeioslave for * further information. * If deviceName is empty, this functions returns information for all * active mobile devices. - * (function is only used by the devices kioslave - don't use elsewhere !) + * (function is only used by the devices tdeioslave - don't use elsewhere !) */ TQStringList KMobileView::kio_devices_deviceInfo(TQString deviceName) { |