summaryrefslogtreecommitdiffstats
path: root/kmobile/kmobiledevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/kmobiledevice.h')
-rw-r--r--kmobile/kmobiledevice.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmobile/kmobiledevice.h b/kmobile/kmobiledevice.h
index 78fc50e8..00c43ee9 100644
--- a/kmobile/kmobiledevice.h
+++ b/kmobile/kmobiledevice.h
@@ -24,7 +24,7 @@
#include <tqstringlist.h>
#include <tqmutex.h>
-#include <tdepimmacros.h>
+#include <tdemacros.h>
#include <klibloader.h>
#include <tdeabc/addressee.h>
@@ -62,9 +62,9 @@ class TDEConfig;
* @author Helge Deller <deller@kde.org>
*/
-class KDE_EXPORT KMobileDevice : public KLibFactory
+class TDE_EXPORT KMobileDevice : public KLibFactory
{
- Q_OBJECT
+ TQ_OBJECT
friend class KMobileView;
@@ -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 );