summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/dataslave.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/dataslave.h')
-rw-r--r--tdeio/tdeio/dataslave.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeio/tdeio/dataslave.h b/tdeio/tdeio/dataslave.h
index 40cfef126..0c78a308c 100644
--- a/tdeio/tdeio/dataslave.h
+++ b/tdeio/tdeio/dataslave.h
@@ -19,8 +19,8 @@
* Boston, MA 02110-1301, USA.
**/
-#ifndef __KIO_DATASLAVE_H__
-#define __KIO_DATASLAVE_H__
+#ifndef __TDEIO_DATASLAVE_H__
+#define __TDEIO_DATASLAVE_H__
#include <tdeio/global.h>
#include <tdeio/slave.h>
@@ -43,7 +43,7 @@ namespace TDEIO {
*
* @internal
* Do not use this class in external applications. It is an implementation
- * detail of KIO and subject to change without notice.
+ * detail of TDEIO and subject to change without notice.
* @author Leo Savernik
*/
class DataSlave : public TDEIO::Slave {
@@ -123,4 +123,4 @@ namespace TDEIO {
#undef DISPATCH_DECL
#undef DISPATCH_DECL1
-#endif /*__KIO_DATASLAVE_H__*/
+#endif /*__TDEIO_DATASLAVE_H__*/