aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigbackend_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/kconfigbackend_p.h')
-rw-r--r--src/core/kconfigbackend_p.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/kconfigbackend_p.h b/src/core/kconfigbackend_p.h
index 0a63a687..d2e3de4e 100644
--- a/src/core/kconfigbackend_p.h
+++ b/src/core/kconfigbackend_p.h
@@ -34,7 +34,6 @@ class KConfigBackendPrivate;
class KEntryMap;
class QFile;
class QByteArray;
-class QDateTime;
/**
* \class KConfigBackend kconfigbackend_p.h <KConfigBackend>
@@ -181,19 +180,11 @@ public:
*/
virtual bool isLocked() const = 0;
- /**
- * @return the date and time when the object was last modified
- */
- QDateTime lastModified() const;
/** @return the absolute path to the object */
QString filePath() const;
- /** @return the size of the object */
- qint64 size() const;
protected:
KConfigBackend();
- void setLastModified(const QDateTime &dt);
- void setSize(qint64 sz);
void setLocalFilePath(const QString &file);
private: