diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 00:15:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 00:15:40 +0900 |
commit | ed8e30bc6dd18716b42087183e57a481d6ec5fa4 (patch) | |
tree | 6c8bf650267a48f922fab63117812f1389ce31e9 /tdeui | |
parent | 290dd240b89a39b9e0978a08d63298fd7bccc600 (diff) | |
download | tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.tar.gz tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeui')
48 files changed, 11 insertions, 104 deletions
diff --git a/tdeui/about/kde_infopage.css b/tdeui/about/kde_infopage.css index 4e85ff765..af39f2a28 100644 --- a/tdeui/about/kde_infopage.css +++ b/tdeui/about/kde_infopage.css @@ -324,5 +324,3 @@ body {margin: 0px; padding: 0px; background-color: #003070; background-image: ur height: 100px; z-index: -1; } - -/* vim:set sw=2 et nocindent smartindent: */ diff --git a/tdeui/about/kde_infopage_rtl.css b/tdeui/about/kde_infopage_rtl.css index 003330196..5be375263 100644 --- a/tdeui/about/kde_infopage_rtl.css +++ b/tdeui/about/kde_infopage_rtl.css @@ -7,5 +7,3 @@ body {direction: rtl} #nextlink { text-align: left; } - -/* vim:set sw=2 et nocindent smartindent: */ diff --git a/tdeui/about/usage-example.html b/tdeui/about/usage-example.html index fd78d8cfb..76efaf340 100644 --- a/tdeui/about/usage-example.html +++ b/tdeui/about/usage-example.html @@ -61,4 +61,3 @@ <div id="footer"><div id="footerL"/><div id="footerR"/></div> </body> </html> -<!-- vim:set sw=2 et nocindent smartindent: --> diff --git a/tdeui/kanimwidget.cpp b/tdeui/kanimwidget.cpp index 5b4dc7051..1805714f2 100644 --- a/tdeui/kanimwidget.cpp +++ b/tdeui/kanimwidget.cpp @@ -1,5 +1,3 @@ -// -*- c-basic-offset: 2 -*- - /* This file is part of the KDE libraries Copyright (C) 2000 Kurt Granroth <granroth@kde.org> diff --git a/tdeui/kdatepicker.cpp b/tdeui/kdatepicker.cpp index 53538b5fe..f29e32762 100644 --- a/tdeui/kdatepicker.cpp +++ b/tdeui/kdatepicker.cpp @@ -1,4 +1,4 @@ -/* -*- C++ -*- +/* This file is part of the KDE libraries Copyright (C) 1997 Tim D. Gilman (tdgilman@best.org) (C) 1998-2001 Mirko Boehm (mirko@kde.org) diff --git a/tdeui/kdatepicker.h b/tdeui/kdatepicker.h index 6d966059c..4e13f860e 100644 --- a/tdeui/kdatepicker.h +++ b/tdeui/kdatepicker.h @@ -1,4 +1,4 @@ -/* -*- C++ -*- +/* This file is part of the KDE libraries Copyright (C) 1997 Tim D. Gilman (tdgilman@best.org) (C) 1998-2001 Mirko Boehm (mirko@kde.org) diff --git a/tdeui/kdatetbl.cpp b/tdeui/kdatetbl.cpp index e2facec33..ec5a1a132 100644 --- a/tdeui/kdatetbl.cpp +++ b/tdeui/kdatetbl.cpp @@ -1,4 +1,4 @@ -/* -*- C++ -*- +/* This file is part of the KDE libraries Copyright (C) 1997 Tim D. Gilman (tdgilman@best.org) (C) 1998-2001 Mirko Boehm (mirko@kde.org) diff --git a/tdeui/kdatetbl.h b/tdeui/kdatetbl.h index 649dae73c..4bc1444ca 100644 --- a/tdeui/kdatetbl.h +++ b/tdeui/kdatetbl.h @@ -1,4 +1,4 @@ -/* -*- C++ -*- +/* This file is part of the KDE libraries Copyright (C) 1997 Tim D. Gilman (tdgilman@best.org) (C) 1998-2001 Mirko Boehm (mirko@kde.org) diff --git a/tdeui/kedittoolbar.cpp b/tdeui/kedittoolbar.cpp index 1afca42ce..13d928b52 100644 --- a/tdeui/kedittoolbar.cpp +++ b/tdeui/kedittoolbar.cpp @@ -1,4 +1,3 @@ -// -*- mode: c++; c-basic-offset: 2 -*- /* This file is part of the KDE libraries Copyright (C) 2000 Kurt Granroth <granroth@kde.org> diff --git a/tdeui/kedittoolbar.h b/tdeui/kedittoolbar.h index 99d433db9..8afe67352 100644 --- a/tdeui/kedittoolbar.h +++ b/tdeui/kedittoolbar.h @@ -1,4 +1,3 @@ -// -*- mode: c++; c-basic-offset: 2 -*- /* This file is part of the KDE libraries Copyright (C) 2000 Kurt Granroth <granroth@kde.org> diff --git a/tdeui/kguiitem.cpp b/tdeui/kguiitem.cpp index 9d623bb39..df47c6efe 100644 --- a/tdeui/kguiitem.cpp +++ b/tdeui/kguiitem.cpp @@ -226,6 +226,3 @@ void KGuiItem::setEnabled( bool enabled ) { d->m_enabled = enabled; } - -// vim: set et sw=4: - diff --git a/tdeui/kguiitem.h b/tdeui/kguiitem.h index c2ab86746..2dc5c7fed 100644 --- a/tdeui/kguiitem.h +++ b/tdeui/kguiitem.h @@ -90,9 +90,4 @@ private: class KGuiItemPrivate; KGuiItemPrivate *d; }; - -/* vim: et sw=4 - */ - #endif - diff --git a/tdeui/kinputdialog.cpp b/tdeui/kinputdialog.cpp index a5a338422..831cf2560 100644 --- a/tdeui/kinputdialog.cpp +++ b/tdeui/kinputdialog.cpp @@ -467,6 +467,3 @@ KTextEdit *KInputDialog::textEdit() const } #include "kinputdialog.moc" - -/* vim: set ai et sw=2 ts=2 -*/ diff --git a/tdeui/kinputdialog.h b/tdeui/kinputdialog.h index 7a039ac45..d1e148d9a 100644 --- a/tdeui/kinputdialog.h +++ b/tdeui/kinputdialog.h @@ -287,6 +287,3 @@ class TDEUI_EXPORT KInputDialog : public KDialogBase }; #endif // KINPUTDIALOG_H - -/* vim: set ai et sw=2 ts=2 -*/ diff --git a/tdeui/knuminput.cpp b/tdeui/knuminput.cpp index 0ec38c973..46f7f2b5c 100644 --- a/tdeui/knuminput.cpp +++ b/tdeui/knuminput.cpp @@ -1,4 +1,3 @@ -// -*- c-basic-offset: 4 -*- /* * knuminput.cpp * diff --git a/tdeui/kpassdlg.cpp b/tdeui/kpassdlg.cpp index 7ada9dc8e..38f63484f 100644 --- a/tdeui/kpassdlg.cpp +++ b/tdeui/kpassdlg.cpp @@ -1,4 +1,3 @@ -// vi: ts=8 sts=4 sw=4 /* This file is part of the KDE libraries Copyright (C) 1998 Pietro Iglio <iglio@fub.it> Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org> diff --git a/tdeui/kpassdlg.h b/tdeui/kpassdlg.h index cd11bfd85..9272e63c3 100644 --- a/tdeui/kpassdlg.h +++ b/tdeui/kpassdlg.h @@ -1,4 +1,3 @@ -// vi: ts=8 sts=4 sw=4 /* This file is part of the KDE libraries Copyright (C) 1998 Pietro Iglio <iglio@fub.it> Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org> diff --git a/tdeui/kpassivepopup.cpp b/tdeui/kpassivepopup.cpp index 3f0cac58e..ce6126314 100644 --- a/tdeui/kpassivepopup.cpp +++ b/tdeui/kpassivepopup.cpp @@ -556,7 +556,3 @@ KPassivePopup *KPassivePopup::message( int popupStyle, const TQString &caption, return pop; } - -// Local Variables: -// c-basic-offset: 4 -// End: diff --git a/tdeui/kpassivepopup.h b/tdeui/kpassivepopup.h index 22828e2d6..89a05a671 100644 --- a/tdeui/kpassivepopup.h +++ b/tdeui/kpassivepopup.h @@ -1,5 +1,3 @@ -// -*- c++ -*- - /* * Copyright : (C) 2001-2002 by Richard Moore * Copyright : (C) 2004-2005 by Sascha Cunz @@ -361,8 +359,3 @@ private: }; #endif // KPASSIVEPOPUP_H - -// Local Variables: -// c-basic-offset: 4 -// End: - diff --git a/tdeui/kpixmapio.cpp b/tdeui/kpixmapio.cpp index 02054aad3..47f6c405f 100644 --- a/tdeui/kpixmapio.cpp +++ b/tdeui/kpixmapio.cpp @@ -1,4 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 +/* * * * This file is part of the KDE project, module tdeui. diff --git a/tdeui/kpixmapio.h b/tdeui/kpixmapio.h index 245374647..07b4cba36 100644 --- a/tdeui/kpixmapio.h +++ b/tdeui/kpixmapio.h @@ -1,4 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 +/* * * * This file is part of the KDE project, module tdeui. diff --git a/tdeui/krootpixmap.cpp b/tdeui/krootpixmap.cpp index 6be62d157..517821ea1 100644 --- a/tdeui/krootpixmap.cpp +++ b/tdeui/krootpixmap.cpp @@ -1,4 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 +/* * * * This file is part of the KDE project, module tdeui. diff --git a/tdeui/krootpixmap.h b/tdeui/krootpixmap.h index bc5518221..5f279be6d 100644 --- a/tdeui/krootpixmap.h +++ b/tdeui/krootpixmap.h @@ -1,4 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 +/* * * $Id$ * This file is part of the KDE project, module kdesktop. diff --git a/tdeui/kruler.h b/tdeui/kruler.h index 6b93d99f0..2ad699b5e 100644 --- a/tdeui/kruler.h +++ b/tdeui/kruler.h @@ -1,4 +1,3 @@ -/* -*- c++ -*- */ /* This file is part of the KDE libraries Copyright (C) 1998 Jörg Habenicht (j.habenicht@europemail.com) diff --git a/tdeui/ksharedpixmap.cpp b/tdeui/ksharedpixmap.cpp index 65e8dc508..d4d830d57 100644 --- a/tdeui/ksharedpixmap.cpp +++ b/tdeui/ksharedpixmap.cpp @@ -1,4 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 +/* * * * This file is part of the KDE libraries. diff --git a/tdeui/ksharedpixmap.h b/tdeui/ksharedpixmap.h index 7873be6e5..c87196876 100644 --- a/tdeui/ksharedpixmap.h +++ b/tdeui/ksharedpixmap.h @@ -1,4 +1,4 @@ -/* vi: ts=8 sts=4 sw=4 +/* * * $Id$ * diff --git a/tdeui/kstdguiitem.cpp b/tdeui/kstdguiitem.cpp index 25e0feb6c..3091092f5 100644 --- a/tdeui/kstdguiitem.cpp +++ b/tdeui/kstdguiitem.cpp @@ -283,5 +283,3 @@ KGuiItem KStdGuiItem::overwrite() { return KGuiItem( i18n("&Overwrite"), "document-save-as" ); } - -// vim: set ts=2 sts=2 sw=2 et: diff --git a/tdeui/kstdguiitem.h b/tdeui/kstdguiitem.h index 0a59d5969..6dd6cf9fd 100644 --- a/tdeui/kstdguiitem.h +++ b/tdeui/kstdguiitem.h @@ -178,6 +178,3 @@ public: }; #endif - -// vim: set et ts=4 sw=4 sts=4: - diff --git a/tdeui/kxmlguifactory.cpp b/tdeui/kxmlguifactory.cpp index 87015bfd5..233907b72 100644 --- a/tdeui/kxmlguifactory.cpp +++ b/tdeui/kxmlguifactory.cpp @@ -609,6 +609,3 @@ void KXMLGUIFactory::virtual_hook( int, void* ) { /*BASE::virtual_hook( id, data );*/ } #include "kxmlguifactory.moc" - -/* vim: et sw=4 - */ diff --git a/tdeui/kxmlguifactory.h b/tdeui/kxmlguifactory.h index 2f225b5ba..ae726dd9c 100644 --- a/tdeui/kxmlguifactory.h +++ b/tdeui/kxmlguifactory.h @@ -1,4 +1,3 @@ -// -*- mode: c++; c-basic-offset: 2 -*- /* This file is part of the KDE libraries Copyright (C) 1999 Simon Hausmann <hausmann@kde.org> Copyright (C) 2000 Kurt Granroth <granroth@kde.org> @@ -216,5 +215,3 @@ private: }; #endif -/* vim: et sw=4 - */ diff --git a/tdeui/kxmlguifactory_p.cpp b/tdeui/kxmlguifactory_p.cpp index 699f9579d..e6aa7eb78 100644 --- a/tdeui/kxmlguifactory_p.cpp +++ b/tdeui/kxmlguifactory_p.cpp @@ -831,6 +831,3 @@ void BuildState::reset() currentDefaultMergingIt = currentClientMergingIt = MergingIndexList::Iterator(); } - -/* vim: et sw=4 - */ diff --git a/tdeui/kxmlguifactory_p.h b/tdeui/kxmlguifactory_p.h index e0ad02ac9..8ca208c48 100644 --- a/tdeui/kxmlguifactory_p.h +++ b/tdeui/kxmlguifactory_p.h @@ -250,5 +250,3 @@ typedef TQValueStack<BuildState> BuildStateStack; } #endif -/* vim: et sw=4 - */ diff --git a/tdeui/tdeaction.cpp b/tdeui/tdeaction.cpp index a0c5a2aaa..63f633d95 100644 --- a/tdeui/tdeaction.cpp +++ b/tdeui/tdeaction.cpp @@ -1288,7 +1288,4 @@ const KGuiItem& TDEAction::guiItem() const void TDEAction::virtual_hook( int, void* ) { /*BASE::virtual_hook( id, data );*/ } -/* vim: et sw=2 ts=2 - */ - #include "tdeaction.moc" diff --git a/tdeui/tdeactionclasses.cpp b/tdeui/tdeactionclasses.cpp index 7747fe983..a1e9f28a3 100644 --- a/tdeui/tdeactionclasses.cpp +++ b/tdeui/tdeactionclasses.cpp @@ -2416,7 +2416,4 @@ void TDEActionSeparator::virtual_hook( int id, void* data ) void TDEPasteTextAction::virtual_hook( int id, void* data ) { TDEAction::virtual_hook( id, data ); } -/* vim: et sw=2 ts=2 - */ - #include "tdeactionclasses.moc" diff --git a/tdeui/tdeactioncollection.cpp b/tdeui/tdeactioncollection.cpp index 16104e242..98e8264b6 100644 --- a/tdeui/tdeactioncollection.cpp +++ b/tdeui/tdeactioncollection.cpp @@ -796,7 +796,4 @@ void TDEActionPtrShortcutList::virtual_hook( int id, void* data ) void TDEActionCollection::virtual_hook( int, void* ) { /*BASE::virtual_hook( id, data );*/ } -/* vim: et sw=2 ts=2 - */ - #include "tdeactioncollection.moc" diff --git a/tdeui/tdecmodule.cpp b/tdeui/tdecmodule.cpp index 48a72b6b3..d447ec17e 100644 --- a/tdeui/tdecmodule.cpp +++ b/tdeui/tdecmodule.cpp @@ -225,5 +225,3 @@ const TQPtrList<TDEConfigDialogManager>& TDECModule::configs() const void TDECModule::virtual_hook( int, void* ) { /*BASE::virtual_hook( id, data );*/ } - -// vim: sw=4 et sts=4 diff --git a/tdeui/tdefontrequester.cpp b/tdeui/tdefontrequester.cpp index 459938d12..2cabede01 100644 --- a/tdeui/tdefontrequester.cpp +++ b/tdeui/tdefontrequester.cpp @@ -122,6 +122,3 @@ void TDEFontRequester::setToolTip() } #include "tdefontrequester.moc" - -/* vim: et sw=2 ts=2 -*/ diff --git a/tdeui/tdefontrequester.h b/tdeui/tdefontrequester.h index 2ddd1bdb0..9d324545a 100644 --- a/tdeui/tdefontrequester.h +++ b/tdeui/tdefontrequester.h @@ -152,6 +152,3 @@ class TDEUI_EXPORT TDEFontRequester : public TQWidget }; #endif // TDEFONTREQUESTER_H - -/* vim: et sw=2 ts=2 -*/ diff --git a/tdeui/tdelistview.cpp b/tdeui/tdelistview.cpp index ace1ea075..c0c52ce48 100644 --- a/tdeui/tdelistview.cpp +++ b/tdeui/tdelistview.cpp @@ -2634,5 +2634,3 @@ void TDEListView::virtual_hook( int, void* ) #include "tdelistview.moc" #include "tdelistviewlineedit.moc" - -// vim: noet diff --git a/tdeui/tdelistview.h b/tdeui/tdelistview.h index f62e8f61e..6b02b6891 100644 --- a/tdeui/tdelistview.h +++ b/tdeui/tdelistview.h @@ -1190,5 +1190,3 @@ private: }; #endif - -// vim: ts=2 sw=2 et diff --git a/tdeui/tdetoolbarhandler.cpp b/tdeui/tdetoolbarhandler.cpp index da621fadd..dd9cf7087 100644 --- a/tdeui/tdetoolbarhandler.cpp +++ b/tdeui/tdetoolbarhandler.cpp @@ -241,6 +241,3 @@ void ToolBarHandler::connectToActionContainer( TQWidget *container ) } #include "tdetoolbarhandler.moc" - -/* vim: et sw=4 ts=4 - */ diff --git a/tdeui/tdetoolbarhandler.h b/tdeui/tdetoolbarhandler.h index e309497cd..fe25ace98 100644 --- a/tdeui/tdetoolbarhandler.h +++ b/tdeui/tdetoolbarhandler.h @@ -64,6 +64,3 @@ private: } // namespace KDEPrivate #endif // TDEBARHANDLER_H - -/* vim: et sw=4 ts=4 - */ diff --git a/tdeui/tests/kaboutdialogtest.cpp b/tdeui/tests/kaboutdialogtest.cpp index e0680b52f..b0957ad20 100644 --- a/tdeui/tests/kaboutdialogtest.cpp +++ b/tdeui/tests/kaboutdialogtest.cpp @@ -1,4 +1,4 @@ -/* -*- C++ -*- +/* * This file shows an example for the KDE about dialog. * * copyright: (C) Mirko Boehm, 1999 diff --git a/tdeui/tests/krulertest.h b/tdeui/tests/krulertest.h index 0242fb5d7..0175db3aa 100644 --- a/tdeui/tests/krulertest.h +++ b/tdeui/tests/krulertest.h @@ -1,5 +1,3 @@ -/* -*- c++ -*- */ - #ifndef krulertest_h #define krulertest_h diff --git a/tdeui/tests/tdeactiontest.cpp b/tdeui/tests/tdeactiontest.cpp index dcec16189..e892bb306 100644 --- a/tdeui/tests/tdeactiontest.cpp +++ b/tdeui/tests/tdeactiontest.cpp @@ -33,6 +33,3 @@ int main( int argc, char **argv ) return 0; } - -/* vim: et sw=4 ts=4 - */ diff --git a/tdeui/tests/tdemainwindowtest.cpp b/tdeui/tests/tdemainwindowtest.cpp index b19818d4c..bf92dc11c 100644 --- a/tdeui/tests/tdemainwindowtest.cpp +++ b/tdeui/tests/tdemainwindowtest.cpp @@ -33,6 +33,3 @@ int main( int argc, char **argv ) } #include "tdemainwindowtest.moc" - -/* vim: et sw=4 ts=4 - */ diff --git a/tdeui/tests/tdemainwindowtest.h b/tdeui/tests/tdemainwindowtest.h index 5210c3c15..5512c7f9f 100644 --- a/tdeui/tests/tdemainwindowtest.h +++ b/tdeui/tests/tdemainwindowtest.h @@ -14,5 +14,3 @@ private slots: }; #endif // TDEMAINWINDOWTEST_H -/* vim: et sw=4 ts=4 - */ diff --git a/tdeui/twindowinfo.h b/tdeui/twindowinfo.h index df1333c28..d15942b47 100644 --- a/tdeui/twindowinfo.h +++ b/tdeui/twindowinfo.h @@ -1,5 +1,3 @@ -// -*- c++ -*- - /* * copyright : (C) 2001-2002 by Richard Moore * License : This file is released under the terms of the LGPL, version 2. |