summaryrefslogtreecommitdiffabout
path: root/microkde/kconfig.h
Side-by-side diff
Diffstat (limited to 'microkde/kconfig.h') (more/less context) (show whitespace changes)
-rw-r--r--microkde/kconfig.h3
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 & );