@ -34,7 +34,6 @@ class KConfigBackendPrivate;
class KEntryMap ;
class KEntryMap ;
class QFile ;
class QFile ;
class QByteArray ;
class QByteArray ;
class QDateTime ;
/**
/**
* \ class KConfigBackend kconfigbackend_p . h < KConfigBackend >
* \ class KConfigBackend kconfigbackend_p . h < KConfigBackend >
@ -181,19 +180,11 @@ public:
*/
*/
virtual bool isLocked ( ) const = 0 ;
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 */
/** @return the absolute path to the object */
QString filePath ( ) const ;
QString filePath ( ) const ;
/** @return the size of the object */
qint64 size ( ) const ;
protected :
protected :
KConfigBackend ( ) ;
KConfigBackend ( ) ;
void setLastModified ( const QDateTime & dt ) ;
void setSize ( qint64 sz ) ;
void setLocalFilePath ( const QString & file ) ;
void setLocalFilePath ( const QString & file ) ;
private :
private :