summaryrefslogtreecommitdiffstats
path: root/kmobile/kmobiledevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/kmobiledevice.h')
-rw-r--r--kmobile/kmobiledevice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmobile/kmobiledevice.h b/kmobile/kmobiledevice.h
index 6647ab73..00c43ee9 100644
--- a/kmobile/kmobiledevice.h
+++ b/kmobile/kmobiledevice.h
@@ -24,7 +24,7 @@
#include <tqstringlist.h>
#include <tqmutex.h>
-#include <kdemacros.h>
+#include <tdemacros.h>
#include <klibloader.h>
#include <tdeabc/addressee.h>
@@ -62,7 +62,7 @@ class TDEConfig;
* @author Helge Deller <deller@kde.org>
*/
-class KDE_EXPORT KMobileDevice : public KLibFactory
+class TDE_EXPORT KMobileDevice : public KLibFactory
{
TQ_OBJECT
@@ -381,7 +381,7 @@ signals:
*
* @param info See @ref AuthInfo.
* @param errorMsg Error message to show
- * @return @p TRUE if user clicks on "OK", @p FALSE otherwsie.
+ * @return @p true if user clicks on "OK", @p false otherwsie.
* @since 3.1
*/
bool openPassDlg( TDEIO::AuthInfo& info, const TQString &errorMsg );