diff options
Diffstat (limited to 'autotests/kconfig_compiler/myprefs.h')
-rw-r--r-- | autotests/kconfig_compiler/myprefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autotests/kconfig_compiler/myprefs.h b/autotests/kconfig_compiler/myprefs.h index 4d12eeb7..609fc546 100644 --- a/autotests/kconfig_compiler/myprefs.h +++ b/autotests/kconfig_compiler/myprefs.h @@ -5,8 +5,8 @@ class MyPrefs : public KConfigSkeleton { - public: - MyPrefs( const QString &a ) : KConfigSkeleton( a ) {} +public: + MyPrefs(const QString &a) : KConfigSkeleton(a) {} }; #endif |