summaryrefslogtreecommitdiff
path: root/desktop/inc/migration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/inc/migration.hxx')
-rw-r--r--desktop/inc/migration.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/desktop/inc/migration.hxx b/desktop/inc/migration.hxx
index e193407236a0..bbe420f0c31c 100644
--- a/desktop/inc/migration.hxx
+++ b/desktop/inc/migration.hxx
@@ -17,17 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DESKTOP_INC_MIGRATION_HXX
-#define INCLUDED_DESKTOP_INC_MIGRATION_HXX
-
-namespace desktop {
+#pragma once
+namespace desktop
+{
class Migration
{
public:
static void migrateSettingsIfNecessary();
};
}
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */