summaryrefslogtreecommitdiffstats
path: root/tdeparts
diff options
context:
space:
mode:
Diffstat (limited to 'tdeparts')
-rw-r--r--tdeparts/Mainpage.dox1
-rw-r--r--tdeparts/componentfactory.h5
-rw-r--r--tdeparts/factory.h5
-rw-r--r--tdeparts/genericfactory.h4
-rw-r--r--tdeparts/part.cpp2
-rw-r--r--tdeparts/partmanager.cpp1
-rw-r--r--tdeparts/partmanager.h1
-rw-r--r--tdeparts/plugin.cpp3
-rw-r--r--tdeparts/statusbarextension.cpp2
-rw-r--r--tdeparts/statusbarextension.h2
10 files changed, 0 insertions, 26 deletions
diff --git a/tdeparts/Mainpage.dox b/tdeparts/Mainpage.dox
index 2f93a3753..049f62568 100644
--- a/tdeparts/Mainpage.dox
+++ b/tdeparts/Mainpage.dox
@@ -39,4 +39,3 @@ Michael Koch \<koch@kde.org\>
// DOXYGEN_REFERENCES = tdecore tdeui tdeio
// DOXYGEN_SET_PROJECT_NAME = KParts
-// vim:ts=4:sw=4:expandtab:filetype=doxygen
diff --git a/tdeparts/componentfactory.h b/tdeparts/componentfactory.h
index 20b3ebee8..728b34efa 100644
--- a/tdeparts/componentfactory.h
+++ b/tdeparts/componentfactory.h
@@ -393,9 +393,4 @@ namespace KParts
}
-/*
- * vim: et sw=4
- */
-
#endif
-
diff --git a/tdeparts/factory.h b/tdeparts/factory.h
index cdce3bbf4..28b8cc7ad 100644
--- a/tdeparts/factory.h
+++ b/tdeparts/factory.h
@@ -134,9 +134,4 @@ protected:
};
}
-
-/*
- * vim: et sw=4
- */
-
#endif
diff --git a/tdeparts/genericfactory.h b/tdeparts/genericfactory.h
index eb54959a4..27e76a753 100644
--- a/tdeparts/genericfactory.h
+++ b/tdeparts/genericfactory.h
@@ -197,7 +197,3 @@ namespace KParts
}
#endif
-
-/**
- * vim: et sw=4
- */
diff --git a/tdeparts/part.cpp b/tdeparts/part.cpp
index 954fc83d5..075b13d77 100644
--- a/tdeparts/part.cpp
+++ b/tdeparts/part.cpp
@@ -701,5 +701,3 @@ bool ReadWritePart::waitSaveComplete()
}
#include "part.moc"
-
-// vim:sw=2:ts=8:et
diff --git a/tdeparts/partmanager.cpp b/tdeparts/partmanager.cpp
index 0f6f59561..777d6a77b 100644
--- a/tdeparts/partmanager.cpp
+++ b/tdeparts/partmanager.cpp
@@ -1,4 +1,3 @@
-// -*- mode: c++; c-basic-offset: 2 -*-
/* This file is part of the KDE project
Copyright (C) 1999 Simon Hausmann <hausmann@kde.org>
(C) 1999 David Faure <faure@kde.org>
diff --git a/tdeparts/partmanager.h b/tdeparts/partmanager.h
index 83165f84a..19e161d44 100644
--- a/tdeparts/partmanager.h
+++ b/tdeparts/partmanager.h
@@ -1,4 +1,3 @@
-// -*- mode: c++; c-basic-offset: 2 -*-
/* This file is part of the KDE project
Copyright (C) 1999 Simon Hausmann <hausmann@kde.org>
(C) 1999 David Faure <faure@kde.org>
diff --git a/tdeparts/plugin.cpp b/tdeparts/plugin.cpp
index 378db4a27..196a4a78c 100644
--- a/tdeparts/plugin.cpp
+++ b/tdeparts/plugin.cpp
@@ -309,7 +309,4 @@ void Plugin::loadPlugins( TQObject *parent, KXMLGUIClient* parentGUIClient, TDEI
}
}
}
-
-// vim:sw=4:et:sts=4
-
#include "plugin.moc"
diff --git a/tdeparts/statusbarextension.cpp b/tdeparts/statusbarextension.cpp
index 3803efa95..f8e15b061 100644
--- a/tdeparts/statusbarextension.cpp
+++ b/tdeparts/statusbarextension.cpp
@@ -174,5 +174,3 @@ void StatusBarExtension::removeStatusBarItem( TQWidget * widget )
}
#include "statusbarextension.moc"
-
-// vim: ts=2 sw=2 et
diff --git a/tdeparts/statusbarextension.h b/tdeparts/statusbarextension.h
index 28b3b825b..da00286cf 100644
--- a/tdeparts/statusbarextension.h
+++ b/tdeparts/statusbarextension.h
@@ -122,5 +122,3 @@ namespace KParts
}
#endif // TDEPARTS_STATUSBAREXTENSION_H
-
-// vim: ts=2 sw=2 et