summaryrefslogtreecommitdiffstats
path: root/kio/kio/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/connection.h')
-rw-r--r--kio/kio/connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/connection.h b/kio/kio/connection.h
index 720e4e935..fb0b50e15 100644
--- a/kio/kio/connection.h
+++ b/kio/kio/connection.h
@@ -35,7 +35,7 @@ class TQSocketNotifier;
namespace TDEIO {
- struct KIO_EXPORT Task {
+ struct TDEIO_EXPORT Task {
int cmd;
TQByteArray data;
};
@@ -46,7 +46,7 @@ namespace TDEIO {
* It handles a queue of commands to be sent which makes it possible to
* queue data before an actual connection has been established.
*/
- class KIO_EXPORT Connection : public TQObject
+ class TDEIO_EXPORT Connection : public TQObject
{
Q_OBJECT
public: