summaryrefslogtreecommitdiffstats
path: root/qtools/qfileinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qfileinfo.h')
-rw-r--r--qtools/qfileinfo.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/qtools/qfileinfo.h b/qtools/qfileinfo.h
index 76ef8c2..74d782c 100644
--- a/qtools/qfileinfo.h
+++ b/qtools/qfileinfo.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+**
**
** Definition of QFileInfo class
**
@@ -40,7 +40,6 @@
#ifndef QT_H
#include "qfile.h"
-#include "qdatetime.h"
#endif // QT_H
@@ -115,14 +114,11 @@ public:
uint size() const;
- QDateTime lastModified() const;
- QDateTime lastRead() const;
-
private:
void doStat() const;
static void slashify( QString & );
static void makeAbs( QString & );
-
+
QString fn;
QFileInfoCache *fic;
bool cache;