summaryrefslogtreecommitdiffstats
path: root/korn/protocol.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/protocol.h
parent8144d5434bbd1c4448a37695aed6ad3d348043d8 (diff)
downloadtdepim-533bad2a1503973aaf8186691422c2eda91d02d4.tar.gz
tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'korn/protocol.h')
-rw-r--r--korn/protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/protocol.h b/korn/protocol.h
index 700cd597..423d1ba0 100644
--- a/korn/protocol.h
+++ b/korn/protocol.h
@@ -22,7 +22,7 @@
class AccountInput;
class TDEConfigGroup;
-class KIO_Protocol;
+class TDEIO_Protocol;
class KMailDrop;
class TQGroupBox;
@@ -56,7 +56,7 @@ public:
//Functions that return a derived class.
//This way, no explicit cast is needed
- virtual const KIO_Protocol* getKIOProtocol() const { return 0; }
+ virtual const TDEIO_Protocol* getKIOProtocol() const { return 0; }
};
#endif //PROTOCOL_H