summaryrefslogtreecommitdiffstats
path: root/konq-plugins/fsview/scan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/fsview/scan.cpp')
-rw-r--r--konq-plugins/fsview/scan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/fsview/scan.cpp b/konq-plugins/fsview/scan.cpp
index 1d3d06a..8f4101b 100644
--- a/konq-plugins/fsview/scan.cpp
+++ b/konq-plugins/fsview/scan.cpp
@@ -120,7 +120,7 @@ ScanFile::ScanFile()
_listener = 0;
}
-ScanFile::ScanFile(const TQString& n, KIO::fileoffset_t s)
+ScanFile::ScanFile(const TQString& n, TDEIO::fileoffset_t s)
{
_name = n;
_size = s;