summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/netaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/netaccess.h')
-rw-r--r--tdeio/tdeio/netaccess.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/tdeio/tdeio/netaccess.h b/tdeio/tdeio/netaccess.h
index b5e126086..5a9767515 100644
--- a/tdeio/tdeio/netaccess.h
+++ b/tdeio/tdeio/netaccess.h
@@ -119,7 +119,7 @@ public:
/**
* @deprecated. Use the function above instead.
*/
- static bool download(const KURL& src, TQString & target) KDE_DEPRECATED;
+ static bool download(const KURL& src, TQString & target) TDE_DEPRECATED;
/**
* Removes the specified file if and only if it was created
@@ -158,7 +158,7 @@ public:
/**
* @deprecated. Use the function above instead.
*/
- static bool upload(const TQString& src, const KURL& target) KDE_DEPRECATED;
+ static bool upload(const TQString& src, const KURL& target) TDE_DEPRECATED;
/**
* Alternative to upload for copying over the network.
@@ -184,7 +184,7 @@ public:
/**
* @deprecated. Use the function above instead.
*/
- static bool copy( const KURL& src, const KURL& target ) KDE_DEPRECATED;
+ static bool copy( const KURL& src, const KURL& target ) TDE_DEPRECATED;
// KDE4: merge with above
/**
@@ -226,7 +226,7 @@ public:
/**
* @deprecated. Use the function above instead.
*/
- static bool dircopy( const KURL& src, const KURL& target ) KDE_DEPRECATED; // KDE4: merge
+ static bool dircopy( const KURL& src, const KURL& target ) TDE_DEPRECATED; // KDE4: merge
/**
* Overloaded method, which takes a list of source URLs
@@ -283,17 +283,17 @@ public:
* @deprecated. Use the function above instead.
* @since 3.2
*/
- static bool exists(const KURL& url, TQWidget* window) KDE_DEPRECATED;
+ static bool exists(const KURL& url, TQWidget* window) TDE_DEPRECATED;
/**
* @deprecated. Use the function above instead.
*/
- static bool exists(const KURL& url) KDE_DEPRECATED;
+ static bool exists(const KURL& url) TDE_DEPRECATED;
/**
* @deprecated. Use the function above instead.
*/
- static bool exists(const KURL& url, bool source) KDE_DEPRECATED; // KDE4: merge
+ static bool exists(const KURL& url, bool source) TDE_DEPRECATED; // KDE4: merge
/**
* Tests whether a URL exists and return information on it.
@@ -316,7 +316,7 @@ public:
/**
* @deprecated. Use the function above instead.
*/
- static bool stat(const KURL& url, TDEIO::UDSEntry & entry) KDE_DEPRECATED;
+ static bool stat(const KURL& url, TDEIO::UDSEntry & entry) TDE_DEPRECATED;
/**
* Tries to map a local URL for the given URL.
@@ -358,7 +358,7 @@ public:
* you should try to identify a suitable parent widget
* if at all possible.
*/
- static bool del( const KURL & url ) KDE_DEPRECATED;
+ static bool del( const KURL & url ) TDE_DEPRECATED;
/**
* Creates a directory in a synchronous way.
@@ -383,7 +383,7 @@ public:
* you should try to identify a suitable parent widget
* if at all possible.
*/
- static bool mkdir( const KURL & url, int permissions = -1 ) KDE_DEPRECATED;
+ static bool mkdir( const KURL & url, int permissions = -1 ) TDE_DEPRECATED;
/**
* Executes a remote process via the fish ioslave in a synchronous way.
@@ -472,7 +472,7 @@ public:
* you should try to identify a suitable parent widget
* if at all possible.
*/
- static TQString mimetype( const KURL & url ) KDE_DEPRECATED;
+ static TQString mimetype( const KURL & url ) TDE_DEPRECATED;
/**
* Returns the error string for the last job, in case it failed.