summaryrefslogtreecommitdiffstats
path: root/vcl/unx/kde4/VCLKDEApplication.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde4/VCLKDEApplication.cxx')
-rw-r--r--vcl/unx/kde4/VCLKDEApplication.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/unx/kde4/VCLKDEApplication.cxx b/vcl/unx/kde4/VCLKDEApplication.cxx
index 2cfb071e96ae..38ced70e7866 100644
--- a/vcl/unx/kde4/VCLKDEApplication.cxx
+++ b/vcl/unx/kde4/VCLKDEApplication.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.
@@ -49,4 +50,5 @@ bool VCLKDEApplication::x11EventFilter(XEvent* event)
}
return false;
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */