summaryrefslogtreecommitdiffstats
path: root/korn/dcop_proto.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:02:00 +0200
commit533bad2a1503973aaf8186691422c2eda91d02d4 (patch)
treef7e52f62416048859aa9bde8425e20aac0e7c669 /korn/dcop_proto.h
parent8144d5434bbd1c4448a37695aed6ad3d348043d8 (diff)
downloadtdepim-533bad2a1503973aaf8186691422c2eda91d02d4.tar.gz
tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'korn/dcop_proto.h')
-rw-r--r--korn/dcop_proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/dcop_proto.h b/korn/dcop_proto.h
index 18e01e997..defcf0c20 100644
--- a/korn/dcop_proto.h
+++ b/korn/dcop_proto.h
@@ -24,7 +24,7 @@
class AccountInput;
class TDEConfigGroup;
-class KIO_Protocol;
+class TDEIO_Protocol;
class KMailDrop;
class Protocol;
@@ -106,12 +106,12 @@ public:
//Functions that return a derived class.
//This way, no explicit cast is needed
/**
- * This function returns a cast to a KIO_Protocol. Because this isn't a KIO_Protocol,
+ * This function returns a cast to a TDEIO_Protocol. Because this isn't a TDEIO_Protocol,
* it returns 0.
*
* @return 0
*/
- virtual const KIO_Protocol* getKIOProtocol() const { return 0; }
+ virtual const TDEIO_Protocol* getKIOProtocol() const { return 0; }
};
#endif