summaryrefslogtreecommitdiffstats
path: root/tdecore/kurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kurl.h')
-rw-r--r--tdecore/kurl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kurl.h b/tdecore/kurl.h
index 740c8a0df..ca30a3b0a 100644
--- a/tdecore/kurl.h
+++ b/tdecore/kurl.h
@@ -128,7 +128,7 @@ class TDECORE_EXPORT KURL
{
public:
/**
- * Flags to choose how file: URLs are treated when creating their QString
+ * Flags to choose how file: URLs are treated when creating their TQString
* representation with prettyURL(int,AdjustementFlags)
*
* However it is recommended to use pathOrURL() instead of this variant of prettyURL()
@@ -834,7 +834,7 @@ public:
*
* @see isValid()
*/
- KDE_DEPRECATED bool isMalformed() const { return !isValid(); }
+ TDE_DEPRECATED bool isMalformed() const { return !isValid(); }
/**
* @brief Tests if the file is local
@@ -1468,7 +1468,7 @@ public:
*
* @deprecated Use equals() instead.
*/
- bool cmp( const KURL &u, bool ignore_trailing = false ) const KDE_DEPRECATED;
+ bool cmp( const KURL &u, bool ignore_trailing = false ) const TDE_DEPRECATED;
/**
* @brief Compares this URL with another one