summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/slave.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/slave.h')
-rw-r--r--tdeio/tdeio/slave.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/slave.h b/tdeio/tdeio/slave.h
index 2f8138dc9..dafde7842 100644
--- a/tdeio/tdeio/slave.h
+++ b/tdeio/tdeio/slave.h
@@ -204,7 +204,7 @@ namespace TDEIO {
* within TDEIO::Slave instead. Old code directly accessing connection()
* will not be able to access special protocols.
*/
- KDE_DEPRECATED Connection *connection() { return &slaveconn; } // TODO(BIC): remove before KDE 4
+ TDE_DEPRECATED Connection *connection() { return &slaveconn; } // TODO(BIC): remove before KDE 4
void ref() { m_refCount++; }
void deref() { m_refCount--; if (!m_refCount) delete this; }