summaryrefslogtreecommitdiffstats
path: root/vcl/unx/kde4/KDESalInstance.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde4/KDESalInstance.cxx')
-rw-r--r--vcl/unx/kde4/KDESalInstance.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDESalInstance.cxx b/vcl/unx/kde4/KDESalInstance.cxx
index 01c4723bd530..76992889e083 100644
--- a/vcl/unx/kde4/KDESalInstance.cxx
+++ b/vcl/unx/kde4/KDESalInstance.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -32,4 +33,5 @@
SalFrame* KDESalInstance::CreateFrame( SalFrame *pParent, ULONG nState )
{
return new KDESalFrame( pParent, nState );
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */