summaryrefslogtreecommitdiffstats
path: root/tdeioslaves/videodvd/videodvd.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-30 13:39:39 -0600
committerTimothy Pearson <[email protected]>2013-01-30 13:39:39 -0600
commiteac5ad1b3313c730bc4d0c9703ea696c46b1a4ff (patch)
treed98c319eb75e25225fb8339345c048515fec02ff /tdeioslaves/videodvd/videodvd.h
parent26cac0316802da6598b82d5a031ba5ccb036cc76 (diff)
downloadk3b-eac5ad1b3313c730bc4d0c9703ea696c46b1a4ff.tar.gz
k3b-eac5ad1b3313c730bc4d0c9703ea696c46b1a4ff.zip
Fix a few remaining references to kio_
Diffstat (limited to 'tdeioslaves/videodvd/videodvd.h')
-rw-r--r--tdeioslaves/videodvd/videodvd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslaves/videodvd/videodvd.h b/tdeioslaves/videodvd/videodvd.h
index 3b02aff..1511c53 100644
--- a/tdeioslaves/videodvd/videodvd.h
+++ b/tdeioslaves/videodvd/videodvd.h
@@ -32,11 +32,11 @@ namespace K3bDevice
class DeviceManager;
}
-class kio_videodvdProtocol : public TDEIO::SlaveBase
+class tdeio_videodvdProtocol : public TDEIO::SlaveBase
{
public:
- kio_videodvdProtocol(const TQCString &pool_socket, const TQCString &app_socket);
- ~kio_videodvdProtocol();
+ tdeio_videodvdProtocol(const TQCString &pool_socket, const TQCString &app_socket);
+ ~tdeio_videodvdProtocol();
void mimetype( const KURL& url );
void stat( const KURL& url );