-rw-r--r-- | microkde/kconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/microkde/kconfig.h b/microkde/kconfig.h index a01b1a5..1a1038f 100644 --- a/microkde/kconfig.h +++ b/microkde/kconfig.h @@ -68,3 +68,3 @@ class KConfig QDateTime readDateTimeEntry( const QString &, const QDateTime *pDefault = 0 ); - + QSize readSizeEntry(const QString &, QSize* ); bool hasKey( const QString &); @@ -84,2 +84,3 @@ class KConfig void writeEntry( const QString &, const QDateTime & ); + void writeEntry( const QString &, const QSize & ); |