summaryrefslogtreecommitdiffabout
path: root/microkde/ksimpleconfig.h
Unidiff
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 @@
1#ifndef MINIKDE_KSIMPLECONFIG_H
2#define MINIKDE_KSIMPLECONFIG_H
3
4#include "kconfig.h"
5
6class KSimpleConfig : public KConfig
7{
8 public:
9 KSimpleConfig( const QString &file ) : KConfig( file ) {}
10};
11
12#endif