summaryrefslogtreecommitdiffstats
path: root/kio/kio/slavebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/slavebase.h')
-rw-r--r--kio/kio/slavebase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/slavebase.h b/kio/kio/slavebase.h
index 332646875..a65a1f94f 100644
--- a/kio/kio/slavebase.h
+++ b/kio/kio/slavebase.h
@@ -42,7 +42,7 @@ class SlaveBasePrivate;
*
* A call to foo() results in a call to slotFoo() on the other end.
*/
-class KIO_EXPORT SlaveBase
+class TDEIO_EXPORT SlaveBase
{
public:
SlaveBase( const TQCString &protocol, const TQCString &pool_socket, const TQCString &app_socket);