aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kioslave/kio_plp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/kioslave/kio_plp.h')
-rw-r--r--kde2/kioslave/kio_plp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde2/kioslave/kio_plp.h b/kde2/kioslave/kio_plp.h
index 4f1bc23..0112801 100644
--- a/kde2/kioslave/kio_plp.h
+++ b/kde2/kioslave/kio_plp.h
@@ -56,7 +56,7 @@ class PLPProtocol : public KIO::SlaveBase
char driveChar(const QString& path);
void createVirtualDirEntry(KIO::UDSEntry & entry, bool rdonly);
- void completeUDSEntry(KIO::UDSEntry& entry, const long attr, const long size, PsiTime *date);
+ void completeUDSEntry(KIO::UDSEntry& entry, const long attr, const long size, const time_t date);
bool checkForError(Enum<rfsv::errs> res);
bool isRomDrive(const QString& path);
bool isDrive(const QString& path);