summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/kde/kdemodalityfilter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/unx/kde/kdemodalityfilter.cxx')
-rw-r--r--fpicker/source/unx/kde/kdemodalityfilter.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/fpicker/source/unx/kde/kdemodalityfilter.cxx b/fpicker/source/unx/kde/kdemodalityfilter.cxx
index cf39da77eb85..f3336bf80d14 100644
--- a/fpicker/source/unx/kde/kdemodalityfilter.cxx
+++ b/fpicker/source/unx/kde/kdemodalityfilter.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.
@@ -62,3 +63,5 @@ bool ModalityFilter::eventFilter( QObject *pObject, QEvent *pEvent )
}
return false;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */