summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/kprotocolinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/kprotocolinfo.h')
-rw-r--r--tdeio/tdeio/kprotocolinfo.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/tdeio/tdeio/kprotocolinfo.h b/tdeio/tdeio/kprotocolinfo.h
index 3cf142b69..c729164ef 100644
--- a/tdeio/tdeio/kprotocolinfo.h
+++ b/tdeio/tdeio/kprotocolinfo.h
@@ -612,38 +612,38 @@ public:
// The following methods are deprecated:
/// @deprecated
- static Type inputType( const TQString& protocol ) KDE_DEPRECATED;
+ static Type inputType( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static Type outputType( const TQString& protocol ) KDE_DEPRECATED;
+ static Type outputType( const TQString& protocol ) TDE_DEPRECATED;
/**
* @deprecated
* Returns the list of fields this protocol returns when listing
* The current possibilities are
* Name, Type, Size, Date, AccessDate, Access, Owner, Group, Link, URL, MimeType
*/
- static TQStringList listing( const TQString& protocol ) KDE_DEPRECATED;
+ static TQStringList listing( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool isSourceProtocol( const TQString& protocol ) KDE_DEPRECATED;
+ static bool isSourceProtocol( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool supportsListing( const TQString& protocol ) KDE_DEPRECATED;
+ static bool supportsListing( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool supportsReading( const TQString& protocol ) KDE_DEPRECATED;
+ static bool supportsReading( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool supportsWriting( const TQString& protocol ) KDE_DEPRECATED;
+ static bool supportsWriting( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool supportsMakeDir( const TQString& protocol ) KDE_DEPRECATED;
+ static bool supportsMakeDir( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool supportsDeleting( const TQString& protocol ) KDE_DEPRECATED;
+ static bool supportsDeleting( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool supportsLinking( const TQString& protocol ) KDE_DEPRECATED;
+ static bool supportsLinking( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool supportsMoving( const TQString& protocol ) KDE_DEPRECATED;
+ static bool supportsMoving( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool canCopyFromFile( const TQString& protocol ) KDE_DEPRECATED;
+ static bool canCopyFromFile( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static bool canCopyToFile( const TQString& protocol ) KDE_DEPRECATED;
+ static bool canCopyToFile( const TQString& protocol ) TDE_DEPRECATED;
/// @deprecated
- static TQString defaultMimetype( const TQString& protocol) KDE_DEPRECATED;
+ static TQString defaultMimetype( const TQString& protocol) TDE_DEPRECATED;
//////////////////////// END DEPRECATED ///////////////////////
protected: