summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/kdirwatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/kdirwatch.cpp')
-rw-r--r--tdeio/tdeio/kdirwatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/kdirwatch.cpp b/tdeio/tdeio/kdirwatch.cpp
index 680b18cab..857e50703 100644
--- a/tdeio/tdeio/kdirwatch.cpp
+++ b/tdeio/tdeio/kdirwatch.cpp
@@ -1249,7 +1249,7 @@ void KDirWatchPrivate::emitEvent(Entry* e, int event, const KURL &fileName)
else
#ifdef Q_OS_UNIX
path += "/" + fileName.path();
-#elif defined(Q_WS_WIN)
+#elif defined(TQ_WS_WIN)
//current drive is passed instead of /
path += TQDir::currentDirPath().left(2) + "/" + fileName.path();
#endif