diff options
Diffstat (limited to 'src/gvcore')
-rw-r--r-- | src/gvcore/archive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/archive.cpp b/src/gvcore/archive.cpp index b48b97f..aa5edb7 100644 --- a/src/gvcore/archive.cpp +++ b/src/gvcore/archive.cpp @@ -31,7 +31,7 @@ namespace Archive { typedef TQMap<TQString,TQString> MimeTypeProtocols; -static const char* KDE_PROTOCOL = "X-KDE-LocalProtocol"; +static const char* KDE_PROTOCOL = "X-TDE-LocalProtocol"; static const MimeTypeProtocols& mimeTypeProtocols() { static MimeTypeProtocols map; |