summaryrefslogtreecommitdiffstats
path: root/kjs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 00:15:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 00:15:40 +0900
commited8e30bc6dd18716b42087183e57a481d6ec5fa4 (patch)
tree6c8bf650267a48f922fab63117812f1389ce31e9 /kjs
parent290dd240b89a39b9e0978a08d63298fd7bccc600 (diff)
downloadtdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.tar.gz
tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjs')
-rw-r--r--kjs/Mainpage.dox2
-rw-r--r--kjs/array_instance.h1
-rw-r--r--kjs/array_object.cpp1
-rw-r--r--kjs/array_object.h1
-rw-r--r--kjs/bool_object.cpp1
-rw-r--r--kjs/bool_object.h1
-rw-r--r--kjs/collector.cpp1
-rw-r--r--kjs/collector.h1
-rw-r--r--kjs/completion.h1
-rw-r--r--kjs/context.h1
-rw-r--r--kjs/date_object.cpp1
-rw-r--r--kjs/date_object.h1
-rw-r--r--kjs/debugger.cpp1
-rw-r--r--kjs/debugger.h1
-rw-r--r--kjs/dtoa.h1
-rw-r--r--kjs/error_object.cpp1
-rw-r--r--kjs/error_object.h1
-rw-r--r--kjs/function.cpp1
-rw-r--r--kjs/function.h1
-rw-r--r--kjs/function_object.cpp1
-rw-r--r--kjs/function_object.h1
-rw-r--r--kjs/global.h.in1
-rw-r--r--kjs/internal.cpp1
-rw-r--r--kjs/internal.h1
-rw-r--r--kjs/interpreter.cpp1
-rw-r--r--kjs/interpreter.h1
-rw-r--r--kjs/lexer.cpp1
-rw-r--r--kjs/lexer.h1
-rw-r--r--kjs/lookup.cpp1
-rw-r--r--kjs/lookup.h1
-rw-r--r--kjs/math_object.cpp1
-rw-r--r--kjs/math_object.h1
-rw-r--r--kjs/nodes.cpp1
-rw-r--r--kjs/nodes.h1
-rw-r--r--kjs/nodes2string.cpp1
-rw-r--r--kjs/number_object.cpp1
-rw-r--r--kjs/number_object.h1
-rw-r--r--kjs/object.cpp1
-rw-r--r--kjs/object.h1
-rw-r--r--kjs/object_object.cpp1
-rw-r--r--kjs/object_object.h1
-rw-r--r--kjs/operations.cpp1
-rw-r--r--kjs/operations.h1
-rw-r--r--kjs/property_map.h1
-rw-r--r--kjs/reference.cpp1
-rw-r--r--kjs/reference.h1
-rw-r--r--kjs/reference_list.cpp1
-rw-r--r--kjs/reference_list.h1
-rw-r--r--kjs/regexp.cpp1
-rw-r--r--kjs/regexp.h1
-rw-r--r--kjs/regexp_object.cpp1
-rw-r--r--kjs/regexp_object.h1
-rw-r--r--kjs/simple_number.h1
-rw-r--r--kjs/string_object.cpp1
-rw-r--r--kjs/string_object.h1
-rw-r--r--kjs/testkjs.cpp1
-rw-r--r--kjs/types.h1
-rw-r--r--kjs/ustring.cpp1
-rw-r--r--kjs/ustring.h1
-rw-r--r--kjs/value.cpp1
-rw-r--r--kjs/value.h1
61 files changed, 0 insertions, 62 deletions
diff --git a/kjs/Mainpage.dox b/kjs/Mainpage.dox
index 30a003b2e..b455b4226 100644
--- a/kjs/Mainpage.dox
+++ b/kjs/Mainpage.dox
@@ -26,5 +26,3 @@ Harri Porten \<porten@kde.org\>
// DOXYGEN_SET_PROJECT_NAME = KJS
// DOXYGEN_SET_EXCLUDE_PATTERNS += */wtf/*
// DOXYGEN_SET_EXCLUDE_PATTERNS += */kjs/*.cpp */kjs/*.h
-
-// vim:ts=4:sw=4:expandtab:filetype=doxygen
diff --git a/kjs/array_instance.h b/kjs/array_instance.h
index 2c2db0e0c..2312c0a20 100644
--- a/kjs/array_instance.h
+++ b/kjs/array_instance.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/array_object.cpp b/kjs/array_object.cpp
index de49e4164..a73b0cab7 100644
--- a/kjs/array_object.cpp
+++ b/kjs/array_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/array_object.h b/kjs/array_object.h
index f25340177..f83e04171 100644
--- a/kjs/array_object.h
+++ b/kjs/array_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/bool_object.cpp b/kjs/bool_object.cpp
index 5462a46c2..c6a9c51ab 100644
--- a/kjs/bool_object.cpp
+++ b/kjs/bool_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/bool_object.h b/kjs/bool_object.h
index 0fd87336a..47542a799 100644
--- a/kjs/bool_object.h
+++ b/kjs/bool_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/collector.cpp b/kjs/collector.cpp
index 2f7e0faa6..20b3930a4 100644
--- a/kjs/collector.cpp
+++ b/kjs/collector.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.
diff --git a/kjs/collector.h b/kjs/collector.h
index 439c14850..284bd5684 100644
--- a/kjs/collector.h
+++ b/kjs/collector.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/completion.h b/kjs/completion.h
index 009ced476..f7674f62f 100644
--- a/kjs/completion.h
+++ b/kjs/completion.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/context.h b/kjs/context.h
index 1b435798e..a6ca373e1 100644
--- a/kjs/context.h
+++ b/kjs/context.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/date_object.cpp b/kjs/date_object.cpp
index ff5209bb3..982006e5d 100644
--- a/kjs/date_object.cpp
+++ b/kjs/date_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2005 Harri Porten (porten@kde.org)
diff --git a/kjs/date_object.h b/kjs/date_object.h
index d432b4472..aa2449f18 100644
--- a/kjs/date_object.h
+++ b/kjs/date_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/debugger.cpp b/kjs/debugger.cpp
index 4632cc7bf..6eec02c87 100644
--- a/kjs/debugger.cpp
+++ b/kjs/debugger.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/debugger.h b/kjs/debugger.h
index d30b570e8..c3b6f1a63 100644
--- a/kjs/debugger.h
+++ b/kjs/debugger.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/dtoa.h b/kjs/dtoa.h
index 188a4878f..a35807bca 100644
--- a/kjs/dtoa.h
+++ b/kjs/dtoa.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.
diff --git a/kjs/error_object.cpp b/kjs/error_object.cpp
index 1b2451489..8eff59db2 100644
--- a/kjs/error_object.cpp
+++ b/kjs/error_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/error_object.h b/kjs/error_object.h
index 21fd84f14..bd3f38a03 100644
--- a/kjs/error_object.h
+++ b/kjs/error_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/function.cpp b/kjs/function.cpp
index ef5410cf8..92743b4f9 100644
--- a/kjs/function.cpp
+++ b/kjs/function.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2002 Harri Porten (porten@kde.org)
diff --git a/kjs/function.h b/kjs/function.h
index 777e7d177..71c46bb4a 100644
--- a/kjs/function.h
+++ b/kjs/function.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/function_object.cpp b/kjs/function_object.cpp
index 83b62aa09..a5f2151aa 100644
--- a/kjs/function_object.cpp
+++ b/kjs/function_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/function_object.h b/kjs/function_object.h
index d5b7a281f..96b14f383 100644
--- a/kjs/function_object.h
+++ b/kjs/function_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/global.h.in b/kjs/global.h.in
index bd8d46b81..59655fbf1 100644
--- a/kjs/global.h.in
+++ b/kjs/global.h.in
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2002 David Faure (david@mandrakesoft.com)
diff --git a/kjs/internal.cpp b/kjs/internal.cpp
index 3ab0b9de2..c154bcd7f 100644
--- a/kjs/internal.cpp
+++ b/kjs/internal.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2002 Harri Porten (porten@kde.org)
diff --git a/kjs/internal.h b/kjs/internal.h
index 413fdaa52..cfba61e5b 100644
--- a/kjs/internal.h
+++ b/kjs/internal.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/interpreter.cpp b/kjs/interpreter.cpp
index 8d4a7eca7..eb76f87e1 100644
--- a/kjs/interpreter.cpp
+++ b/kjs/interpreter.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/interpreter.h b/kjs/interpreter.h
index e8f4f84f3..9b1f0cd9d 100644
--- a/kjs/interpreter.h
+++ b/kjs/interpreter.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/lexer.cpp b/kjs/lexer.cpp
index 054defb88..9c304dd8b 100644
--- a/kjs/lexer.cpp
+++ b/kjs/lexer.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/lexer.h b/kjs/lexer.h
index c6cb6aa88..4a10285b0 100644
--- a/kjs/lexer.h
+++ b/kjs/lexer.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/lookup.cpp b/kjs/lookup.cpp
index 899238949..7bf6bd738 100644
--- a/kjs/lookup.cpp
+++ b/kjs/lookup.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/lookup.h b/kjs/lookup.h
index a77b0b633..e605cbbfb 100644
--- a/kjs/lookup.h
+++ b/kjs/lookup.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/math_object.cpp b/kjs/math_object.cpp
index be4943319..51bf9632d 100644
--- a/kjs/math_object.cpp
+++ b/kjs/math_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/math_object.h b/kjs/math_object.h
index ff4b1f9d6..673ad953f 100644
--- a/kjs/math_object.h
+++ b/kjs/math_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/nodes.cpp b/kjs/nodes.cpp
index 6bb6cfaae..80d530204 100644
--- a/kjs/nodes.cpp
+++ b/kjs/nodes.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2002, 2003 Harri Porten (porten@kde.org)
diff --git a/kjs/nodes.h b/kjs/nodes.h
index 4f7e10d36..bcbfd7f6d 100644
--- a/kjs/nodes.h
+++ b/kjs/nodes.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000, 2003 Harri Porten (porten@kde.org)
diff --git a/kjs/nodes2string.cpp b/kjs/nodes2string.cpp
index 25ec0d712..73612636a 100644
--- a/kjs/nodes2string.cpp
+++ b/kjs/nodes2string.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2002 Harri Porten (porten@kde.org)
diff --git a/kjs/number_object.cpp b/kjs/number_object.cpp
index 0d6698142..4d5a95cd5 100644
--- a/kjs/number_object.cpp
+++ b/kjs/number_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/number_object.h b/kjs/number_object.h
index b48d3c3c0..31c48804a 100644
--- a/kjs/number_object.h
+++ b/kjs/number_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/object.cpp b/kjs/object.cpp
index 9afdb6c35..d56a72458 100644
--- a/kjs/object.cpp
+++ b/kjs/object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/object.h b/kjs/object.h
index ca795460c..143cdcb6d 100644
--- a/kjs/object.h
+++ b/kjs/object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/object_object.cpp b/kjs/object_object.cpp
index e17835df6..6d6651602 100644
--- a/kjs/object_object.cpp
+++ b/kjs/object_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/object_object.h b/kjs/object_object.h
index c3192107d..20eb643bd 100644
--- a/kjs/object_object.h
+++ b/kjs/object_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/operations.cpp b/kjs/operations.cpp
index b9314eccb..2aff8f7ad 100644
--- a/kjs/operations.cpp
+++ b/kjs/operations.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/operations.h b/kjs/operations.h
index 4579b11dc..1f7d5d30e 100644
--- a/kjs/operations.h
+++ b/kjs/operations.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/property_map.h b/kjs/property_map.h
index 4b1398e7b..8b0819fa5 100644
--- a/kjs/property_map.h
+++ b/kjs/property_map.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.
diff --git a/kjs/reference.cpp b/kjs/reference.cpp
index 778db8a53..be37b1d33 100644
--- a/kjs/reference.cpp
+++ b/kjs/reference.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc
diff --git a/kjs/reference.h b/kjs/reference.h
index eafa39848..ccdc6ec88 100644
--- a/kjs/reference.h
+++ b/kjs/reference.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc
diff --git a/kjs/reference_list.cpp b/kjs/reference_list.cpp
index d60fbd260..b85d93b77 100644
--- a/kjs/reference_list.cpp
+++ b/kjs/reference_list.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc
diff --git a/kjs/reference_list.h b/kjs/reference_list.h
index 20293a736..a18aaa9d5 100644
--- a/kjs/reference_list.h
+++ b/kjs/reference_list.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc
diff --git a/kjs/regexp.cpp b/kjs/regexp.cpp
index e4db2b956..0c2675588 100644
--- a/kjs/regexp.cpp
+++ b/kjs/regexp.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/regexp.h b/kjs/regexp.h
index 3a14728d0..88851260e 100644
--- a/kjs/regexp.h
+++ b/kjs/regexp.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/regexp_object.cpp b/kjs/regexp_object.cpp
index edd2bbeca..976a36890 100644
--- a/kjs/regexp_object.cpp
+++ b/kjs/regexp_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/regexp_object.h b/kjs/regexp_object.h
index 9f24ce7c9..643b04eeb 100644
--- a/kjs/regexp_object.h
+++ b/kjs/regexp_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/simple_number.h b/kjs/simple_number.h
index 1f5830dff..e3230e9f9 100644
--- a/kjs/simple_number.h
+++ b/kjs/simple_number.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc
diff --git a/kjs/string_object.cpp b/kjs/string_object.cpp
index b56620a8c..fadb641a0 100644
--- a/kjs/string_object.cpp
+++ b/kjs/string_object.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/string_object.h b/kjs/string_object.h
index d1c87ddf4..8f51a376a 100644
--- a/kjs/string_object.h
+++ b/kjs/string_object.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/testkjs.cpp b/kjs/testkjs.cpp
index fcea6687f..5d9db6464 100644
--- a/kjs/testkjs.cpp
+++ b/kjs/testkjs.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/types.h b/kjs/types.h
index 603b2a26e..06f3d9e59 100644
--- a/kjs/types.h
+++ b/kjs/types.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/ustring.cpp b/kjs/ustring.cpp
index 36f201863..dfe78f263 100644
--- a/kjs/ustring.cpp
+++ b/kjs/ustring.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/ustring.h b/kjs/ustring.h
index 0cdfa3f0f..a5fc55897 100644
--- a/kjs/ustring.h
+++ b/kjs/ustring.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)
diff --git a/kjs/value.cpp b/kjs/value.cpp
index e95756c48..bbf5a05c1 100644
--- a/kjs/value.cpp
+++ b/kjs/value.cpp
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
diff --git a/kjs/value.h b/kjs/value.h
index 7c2e4b111..a54aa9240 100644
--- a/kjs/value.h
+++ b/kjs/value.h
@@ -1,4 +1,3 @@
-// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)