summaryrefslogtreecommitdiffabout
path: root/microkde/ksimpleconfig.h
Side-by-side diff
Diffstat (limited to 'microkde/ksimpleconfig.h') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/ksimpleconfig.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/microkde/ksimpleconfig.h b/microkde/ksimpleconfig.h
new file mode 100644
index 0000000..1efd982
--- a/dev/null
+++ b/microkde/ksimpleconfig.h
@@ -0,0 +1,12 @@
+#ifndef MINIKDE_KSIMPLECONFIG_H
+#define MINIKDE_KSIMPLECONFIG_H
+
+#include "kconfig.h"
+
+class KSimpleConfig : public KConfig
+{
+ public:
+ KSimpleConfig( const QString &file ) : KConfig( file ) {}
+};
+
+#endif