summaryrefslogtreecommitdiffstats
path: root/vcl/unx/kde4/VCLKDEApplication.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde4/VCLKDEApplication.hxx')
-rw-r--r--vcl/unx/kde4/VCLKDEApplication.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/unx/kde4/VCLKDEApplication.hxx b/vcl/unx/kde4/VCLKDEApplication.hxx
index 2edfddd69a9c..442797c85f7c 100644
--- a/vcl/unx/kde4/VCLKDEApplication.hxx
+++ b/vcl/unx/kde4/VCLKDEApplication.hxx
@@ -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.
@@ -50,4 +51,5 @@ class VCLKDEApplication : public KApplication
virtual bool x11EventFilter(XEvent* event);
SalKDEDisplay* disp;
-}; \ No newline at end of file
+};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */