diff options
author | Timothy Pearson <[email protected]> | 2013-01-30 13:41:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-30 13:41:01 -0600 |
commit | 2ac7162b0e44c9b9197f1152d0ac6bccf96e797b (patch) | |
tree | e44407661e29f058154742852243b3e145374288 /src/apt+http.protocol | |
parent | f3d590ce5c8af5b8ffd41f1543ebdcacc8d378aa (diff) | |
download | tdeio-apt-2ac7162b0e44c9b9197f1152d0ac6bccf96e797b.tar.gz tdeio-apt-2ac7162b0e44c9b9197f1152d0ac6bccf96e797b.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'src/apt+http.protocol')
-rw-r--r-- | src/apt+http.protocol | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apt+http.protocol b/src/apt+http.protocol index 604cb7b..e91509c 100644 --- a/src/apt+http.protocol +++ b/src/apt+http.protocol @@ -1,5 +1,5 @@ [Protocol] -exec=kio_apt +exec=tdeio_apt protocol=apt+http input=none output=stream @@ -8,4 +8,4 @@ defaultMimetype=text/html Icon=remote Description=A tdeioslave for using apt-cache functionalities inside konqueror determineMimetypeFromExtension=false -DocPath=kio_apt/index.html +DocPath=tdeio_apt/index.html |