Removed code formatting modelines.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/48/head
Michele Calgaro 4 years ago
parent b4f9572404
commit cf916d8af7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -15,6 +15,3 @@
background-position: bottom right; background-position: bottom right;
} }
*/ */
/* vim:set sw=2 et nocindent smartindent: */

@ -64,4 +64,3 @@
<div id="footer"><div id="footerL"/><div id="footerR"/></div> <div id="footer"><div id="footerL"/><div id="footerR"/></div>
</body> </body>
</html> </html>
<!-- vim:set sw=2 et nocindent smartindent: -->

@ -120,4 +120,3 @@ void AddFeedDialog::textChanged(const TQString& text)
} // namespace Akregator } // namespace Akregator
#include "addfeeddialog.moc" #include "addfeeddialog.moc"
// vim: ts=4 sw=4 et

@ -220,5 +220,3 @@ namespace Akregator
} }
#endif // _AKREGATORPART_H_ #endif // _AKREGATORPART_H_
// vim: set et ts=4 sts=4 sw=4:

@ -68,5 +68,3 @@ void BrowserRun::slotViewerDeleted()
} // namespace Akregator } // namespace Akregator
#include "akregator_run.moc" #include "akregator_run.moc"
// vim: set et ts=4 sts=4 sw=4:

@ -67,5 +67,3 @@ class BrowserRun : public KParts::BrowserRun
} }
#endif #endif
// vim: set et ts=4 sts=4 sw=4:

@ -809,4 +809,3 @@ TQValueList<Article> ArticleListView::selectedArticles() const
} // namespace Akregator } // namespace Akregator
#include "articlelistview.moc" #include "articlelistview.moc"
// vim: ts=4 sw=4 et

@ -86,6 +86,3 @@ class FetchQueue : public TQObject
} // namespace Akregator } // namespace Akregator
#endif #endif
// vim: set et ts=4 sts=4 sw=4:

@ -96,6 +96,3 @@ namespace Akregator
} }
#endif #endif
// vim: set et ts=4 sts=4 sw=4:

@ -286,5 +286,3 @@ bool Article::operator==(const Article &other) const
{ {
return d->guid == other.guid(); return d->guid == other.guid();
} }
// vim:noet:ts=4

@ -169,4 +169,3 @@ namespace RSS
} }
#endif // LIBRSS_ARTICLE_H #endif // LIBRSS_ARTICLE_H
// vim: noet:ts=4

@ -649,5 +649,3 @@ Document &Document::operator=(const Document &other)
} }
return *this; return *this;
} }
// vim:noet:ts=4

@ -234,4 +234,3 @@ namespace RSS
} }
#endif // LIBRSS_DOCUMENT_H #endif // LIBRSS_DOCUMENT_H
// vim: noet:ts=4

@ -145,4 +145,3 @@ namespace RSS
} }
#endif // LIBRSS_GLOBAL_H #endif // LIBRSS_GLOBAL_H
// vim: noet:ts=4

@ -164,4 +164,3 @@ bool Image::operator==(const Image &other) const
} }
#include "image.moc" #include "image.moc"
// vim:noet:ts=4

@ -171,4 +171,3 @@ namespace RSS
} }
#endif // LIBRSS_IMAGE_H #endif // LIBRSS_IMAGE_H
// vim: noet:ts=4

@ -21,4 +21,3 @@
#include "textinput.h" #include "textinput.h"
#endif // LIBRSS_LIBRSS_H #endif // LIBRSS_LIBRSS_H
// vim: noet:ts=4

@ -410,4 +410,3 @@ void Loader::discoverFeeds(const TQByteArray &data)
} }
#include "loader.moc" #include "loader.moc"
// vim:noet:ts=4

@ -342,4 +342,3 @@ namespace RSS
} }
#endif // LIBRSS_LOADER_H #endif // LIBRSS_LOADER_H
// vim: noet:ts=4

@ -92,5 +92,3 @@ bool TextInput::operator==(const TextInput &other) const
d->name == other.name() && d->name == other.name() &&
d->link == other.link(); d->link == other.link();
} }
// vim:noet:ts=4

@ -118,4 +118,3 @@ namespace RSS
} }
#endif // LIBRSS_TEXTINPUT_H #endif // LIBRSS_TEXTINPUT_H
// vim: noet:ts=4

@ -245,5 +245,3 @@ TQString parseItemAuthor(const TQDomElement& element, Format format, Version ver
} }
} // namespace RSS } // namespace RSS
// vim:noet:ts=4

@ -37,4 +37,3 @@ namespace RSS
} }
#endif // LIBRSS_TOOLS_P_H #endif // LIBRSS_TOOLS_P_H
// vim:noet:ts=4

@ -285,6 +285,3 @@ void MainWindow::slotSetStatusBarText( const TQString & text )
} // namespace Akregator } // namespace Akregator
#include "mainwindow.moc" #include "mainwindow.moc"
// vim: set et ts=4 sts=4 sw=4:

@ -1686,5 +1686,3 @@ ALSO LISTED IN THE RELEASE HISTORY
Moves do not involve any data copying w.r.t. subviews and memo's. Moves do not involve any data copying w.r.t. subviews and memo's.
The old release history is at http://www.equi4.com/metakit/history.html The old release history is at http://www.equi4.com/metakit/history.html
# vim: tw=72

@ -321,4 +321,3 @@ void FeedPropertiesDialog::selectFeedName()
} // namespace Akregator } // namespace Akregator
#include "propertiesdialog.moc" #include "propertiesdialog.moc"
// vim: ts=4 sw=4 et

@ -332,5 +332,3 @@ void Viewer::setSafeMode()
} // namespace Akregator } // namespace Akregator
#include "viewer.moc" #include "viewer.moc"
// vim: set et ts=4 sts=4 sw=4:

@ -121,4 +121,3 @@ namespace Akregator
} }
#endif // VIEWER_H #endif // VIEWER_H
// vim: ts=4 sw=4 et

@ -1,4 +1,4 @@
/* -*- mode: c++; c-basic-offset:4 -*- /*
certmanager.h certmanager.h
This file is part of Kleopatra, the KDE keymanager This file is part of Kleopatra, the KDE keymanager

@ -1,4 +1,4 @@
/* -*- mode: c++ -*- /*
hierarchyanalyser.h hierarchyanalyser.h
This file is part of Kleopatra, the KDE keymanager This file is part of Kleopatra, the KDE keymanager

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
chiasmusbackend.h chiasmusbackend.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
chiasmusjob.h chiasmusjob.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
chiasmuslibrary.h chiasmuslibrary.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
obtainkeysjob.h obtainkeysjob.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
gpg1backend.h gpg1backend.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
kpgpbackendbase.cpp kpgpbackendbase.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
kpgpbackendbase.h kpgpbackendbase.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
kpgpkeylistjob.h kpgpkeylistjob.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
kpgpwrapper.cpp kpgpwrapper.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
kpgpwrapper.h kpgpwrapper.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
pgp2backend.h pgp2backend.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
pgp5backend.h pgp5backend.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
pgp6backend.h pgp6backend.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
qgpgmebackend.cpp qgpgmebackend.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
qgpgmebackend.h qgpgmebackend.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
qgpgmeprogresstokenmapper.cpp qgpgmeprogresstokenmapper.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,5 +1,4 @@
/* -*- Mode: C++ -*- /*
this is a C++-ification of: this is a C++-ification of:
GPGMEPLUG - an GPGME based cryptography plug-in following GPGMEPLUG - an GPGME based cryptography plug-in following
the common CRYPTPLUG specification. the common CRYPTPLUG specification.

@ -1,5 +1,4 @@
/* -*- Mode: C++ -*- /*
this is a C++-ification of: this is a C++-ification of:
CRYPTPLUG - an independent cryptography plug-in API CRYPTPLUG - an independent cryptography plug-in API

@ -1,5 +1,4 @@
/* -*- c++ -*- /*
CRYPTPLUG - an independent cryptography plug-in CRYPTPLUG - an independent cryptography plug-in
API. CryptPlugWrapperList holds any number of crypto plug-ins. API. CryptPlugWrapperList holds any number of crypto plug-ins.

@ -1,5 +1,4 @@
/* -*- Mode: C++ -*- /*
CRYPTPLUG - an independent cryptography plug-in CRYPTPLUG - an independent cryptography plug-in
API. CryptPlugWrapperList holds any number of crypto plug-ins. API. CryptPlugWrapperList holds any number of crypto plug-ins.

@ -1,4 +1,4 @@
/* -*- mode: c++; c-basic-offset:4 -*- /*
tests/test_uiserver.cpp tests/test_uiserver.cpp
This file is part of Kleopatra, the KDE keymanager This file is part of Kleopatra, the KDE keymanager

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
backendconfigwidget.cpp backendconfigwidget.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
backendconfigwidget.h backendconfigwidget.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
dnattributeorderconfigwidget.cpp dnattributeorderconfigwidget.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
dnattributeorderconfigwidget.h dnattributeorderconfigwidget.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KD Tools - a set of useful widgets for TQt KD Tools - a set of useful widgets for TQt
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KD Tools - a set of useful widgets for TQt KD Tools - a set of useful widgets for TQt
*/ */

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
keyapprovaldialog.h keyapprovaldialog.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
keyselectiondialog.h keyselectiondialog.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
keyrequester.cpp keyrequester.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
keyrequester.h keyrequester.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
keyselectiondialog.cpp keyselectiondialog.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
keyselectiondialog.h keyselectiondialog.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
passphrasedialog.cpp passphrasedialog.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
passphrasedialog.h passphrasedialog.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1152,12 +1152,3 @@ Documentation copyright 2006
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes: nil
sgml-general-insert-case: lower
sgml-indent-step:0
sgml-indent-data:nil
End:
-->

@ -4158,13 +4158,3 @@ distributed with &kalarm;.</para>
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
-->

@ -334,15 +334,3 @@ Window. <function>exit()</function> closes &kandy;.</para>
</appendix> </appendix>
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
// vim:ts=2:sw=2:tw=78:noet
-->

@ -1224,15 +1224,3 @@ QString addtodo(QString todoname)
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
// vim:ts=2:sw=2:tw=78:noet
-->

@ -1444,15 +1444,3 @@ and &Jesper.Pedersen;., copyright 2004 &Daniel.Molkentin;, copyright 2004 Klar&a
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
// vim:ts=2:sw=2:tw=78:noet
-->

@ -149,15 +149,3 @@
</appendix> </appendix>
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
// vim:ts=0:sw=2:tw=78:noet
-->

@ -843,13 +843,3 @@ PGP-signature</guimenuitem></menuchoice>.</para>
</sect2> </sect2>
</sect1> </sect1>
<!--
Local Variables:
mode: sgml
sgml-omittag: nil
sgml-shorttag: t
sgml-minimize-attributes: nil
sgml-general-insert-case: lower
sgml-parent-document:("index.docbook" "chapter" "sect1")
End:
-->

@ -370,14 +370,3 @@ allowing you to configure the note.</para>
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
// vim:ts=2:sw=2:tw=78:noet
-->

@ -860,12 +860,3 @@ on the &kde; desktop.</para>
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
-->

@ -1163,14 +1163,3 @@ url="http://kontact.kde.org">http://kontact.kde.org</ulink></para>
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
// vim:ts=2:sw=2:tw=78:noet
-->

@ -4976,14 +4976,3 @@ To-do becomes very similar to an event.</para>
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
// vim:ts=2:sw=2:tw=78:noet
-->

@ -228,11 +228,3 @@ Korn...</guimenuitem> option or above.</para>
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-omittag: nil
sgml-shorttag: t
End:
-->

@ -268,15 +268,3 @@ history manually.
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
// vim:ts=2:sw=2:tw=78:noet
-->

@ -1597,5 +1597,3 @@ bool GNOKIIXXPort::exportContacts( const TDEABC::AddresseeList &list, const TQSt
******************************************************************************/ ******************************************************************************/
#include "gnokii_xxport.moc" #include "gnokii_xxport.moc"
/* vim: set sts=4 ts=4 sw=4: */

@ -67,5 +67,3 @@ TDEABC::AddresseeList PABXXPort::importContacts( const TQString& ) const
} }
#include "pab_xxport.moc" #include "pab_xxport.moc"
// vim: ts=2 sw=2 et

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
*/ */
/**************************************************************************** /****************************************************************************

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
*/ */
/**************************************************************************** /****************************************************************************

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
$Id$ $Id$
KDGantt - a multi-platform charting engine KDGantt - a multi-platform charting engine
*/ */

@ -25,6 +25,3 @@
#subtext { #subtext {
font-style: italic; font-style: italic;
} }
/* vim:set sw=2 et nocindent smartindent: */

@ -63,4 +63,3 @@
<div id="footer"><div id="footerL"/><div id="footerR"/></div> <div id="footer"><div id="footerL"/><div id="footerR"/></div>
</body> </body>
</html> </html>
<!-- vim:set sw=2 et nocindent smartindent: -->

@ -20,6 +20,3 @@
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: bottom right; background-position: bottom right;
} }
/* vim:set sw=2 et nocindent smartindent: */

@ -64,4 +64,3 @@
<div id="footer"><div id="footerL"/><div id="footerR"/></div> <div id="footer"><div id="footerL"/><div id="footerR"/></div>
</body> </body>
</html> </html>
<!-- vim:set sw=2 et nocindent smartindent: -->

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
aboutdata.cpp aboutdata.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
aboutdata.h aboutdata.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/** -*- mode: C++ -*- /*
* Copyright (c) 2004 David Faure <faure@kde.org> * Copyright (c) 2004 David Faure <faure@kde.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
* Copyright (c) 2004 David Faure <faure@kde.org> * Copyright (c) 2004 David Faure <faure@kde.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
* accountdialog.h * accountdialog.h
* *
* kmail: KDE mail client * kmail: KDE mail client

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
Action Scheduler Action Scheduler
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
antispamconfig.cpp antispamconfig.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
antispamconfig.h antispamconfig.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
This file is part of KMail. This file is part of KMail.
Copyright (c) 2003 Andreas Gungl <a.gungl@gmx.de> Copyright (c) 2003 Andreas Gungl <a.gungl@gmx.de>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
app_octetstream.cpp app_octetstream.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
attachmentcollector.cpp attachmentcollector.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
attachmentcollector.h attachmentcollector.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
attachmentlistview.cpp attachmentlistview.cpp
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
attachmentlistview.h attachmentlistview.h
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
attachmentstrategy.cpp attachmentstrategy.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
attachmentstrategy.h attachmentstrategy.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
bodypartformatter.cpp bodypartformatter.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
bodypartformatter.h bodypartformatter.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
bodypartformatterfactory.cpp bodypartformatterfactory.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
bodypartformatterfactory.h bodypartformatterfactory.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
bodypartformatterfactory.h bodypartformatterfactory.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Carsten Burghardt <burghardt@kde.org> * Copyright (c) 2003 Carsten Burghardt <burghardt@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2002-2004 Bo Thorsen <bo@sonofthor.dk> * Copyright (c) 2002-2004 Bo Thorsen <bo@sonofthor.dk>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2002-2003 Bo Thorsen <bo@sonofthor.dk> * Copyright (c) 2002-2003 Bo Thorsen <bo@sonofthor.dk>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
callback.cpp callback.cpp
This file is used by KMail's plugin interface. This file is used by KMail's plugin interface.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
callback.h callback.h
This file is used by KMail's plugin interface. This file is used by KMail's plugin interface.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* KMComposeWin Header File * KMComposeWin Header File
* Author: Markus Wuebben <markus.wuebben@kde.org> * Author: Markus Wuebben <markus.wuebben@kde.org>
*/ */

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2000 Espen Sand, espen@kde.org * This file: Copyright (C) 2000 Espen Sand, espen@kde.org
* Copyright (C) 2001-2003 Marc Mutz, mutz@kde.org * Copyright (C) 2001-2003 Marc Mutz, mutz@kde.org

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2000 Espen Sand, espen@kde.org * This file: Copyright (C) 2000 Espen Sand, espen@kde.org
* Copyright (C) 2001-2002 Marc Mutz <mutz@kde.org> * Copyright (C) 2001-2002 Marc Mutz <mutz@kde.org>

@ -1,4 +1,3 @@
// -*- c++ -*-
// configuredialog_p.h: classes internal to ConfigureDialog // configuredialog_p.h: classes internal to ConfigureDialog
// see configuredialog.h for details. // see configuredialog.h for details.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
csshelper.cpp csshelper.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
csshelper.h csshelper.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2006 Dmitry Morozhnikov * This file: Copyright (C) 2006 Dmitry Morozhnikov
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2006 Dmitry Morozhnikov * This file: Copyright (C) 2006 Dmitry Morozhnikov
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
dictionarycombobox.cpp dictionarycombobox.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
dictionarycombobox.h dictionarycombobox.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
* Copyright (c) 2004 David Faure <faure@kde.org> * Copyright (c) 2004 David Faure <faure@kde.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
filehtmlwriter.cpp filehtmlwriter.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
filehtmlwriter.h filehtmlwriter.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
/** /**
* folderdiaacltab.cpp * folderdiaacltab.cpp
* *

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
/** /**
* folderdiaacltab.h * folderdiaacltab.h
* *

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
/** /**
* folderdiaquotatab.cpp * folderdiaquotatab.cpp
* *

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
/** /**
* folderdiaquotatab.h * folderdiaquotatab.h
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.
Copyright (c) 2004 Till Adam <adam@kde.org> Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
headerstrategy.cpp headerstrategy.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
headerstrategy.h headerstrategy.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
headerstyle.cpp headerstyle.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
headerstyle.h headerstyle.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
htmlstatusbar.cpp htmlstatusbar.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
htmlstatusbar.h htmlstatusbar.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
identitydialog.cpp identitydialog.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
identitydialog.h identitydialog.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
identitydrag.cpp identitydrag.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
identitydrag.h identitydrag.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
identitylistview.cpp identitylistview.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
identitylistview.h identitylistview.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/** -*- c++ -*- /*
* imapaccountbase.cpp * imapaccountbase.cpp
* *
* Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org> * Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
* imapaccountbase.h * imapaccountbase.h
* *
* Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org> * Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2002-2003 Zack Rusin <zack@kde.org> * Copyright (c) 2002-2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2002-2003 Zack Rusin <zack@kde.org> * Copyright (c) 2002-2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
bodypart.h bodypart.h
This file is part of KMail's plugin interface. This file is part of KMail's plugin interface.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
bodypartformatter.h bodypartformatter.h
This file is part of KMail's plugin interface. This file is part of KMail's plugin interface.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
interfaces/bodyparturlhandler.h interfaces/bodyparturlhandler.h
This file is part of KMail's plugin interface. This file is part of KMail's plugin interface.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
interfaces/htmlwriter.h interfaces/htmlwriter.h
This file is part of KMail's plugin interface. This file is part of KMail's plugin interface.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
observable.h observable.h
This file is part of KMail's plugin interface. This file is part of KMail's plugin interface.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
observer.h observer.h
This file is part of KMail's plugin interface. This file is part of KMail's plugin interface.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
interfaces/rulewidgethandler.h interfaces/rulewidgethandler.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
interfaces/urlhandler.h interfaces/urlhandler.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Carsten Burghardt <burghardt@kde.org> * Copyright (c) 2003 Carsten Burghardt <burghardt@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2000 Espen Sand, espen@kde.org * This file: Copyright (C) 2000 Espen Sand, espen@kde.org
* Copyright (C) 2001-2003 Marc Mutz, mutz@kde.org * Copyright (C) 2001-2003 Marc Mutz, mutz@kde.org

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
keyresolver.cpp keyresolver.cpp
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
keyresolver.h keyresolver.h
This file is part of libkleopatra, the KDE keymanagement library This file is part of libkleopatra, the KDE keymanagement library

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kleo_util.h kleo_util.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
* kmacctimap.h * kmacctimap.h
* *
* Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org> * Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,4 +1,3 @@
/* -*- mode: C++; c-file-style: "gnu" -*- */
#ifndef KMAIL_OPTIONS_H #ifndef KMAIL_OPTIONS_H
#define KMAIL_OPTIONS_H #define KMAIL_OPTIONS_H

@ -1,5 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
This file is part of KMail. This file is part of KMail.
Copyright (c) 2002-2003 Don Sanders <sanders@kde.org>, Copyright (c) 2002-2003 Don Sanders <sanders@kde.org>,
Copyright (c) 2003 Zack Rusin <zack@kde.org>, Copyright (c) 2003 Zack Rusin <zack@kde.org>,

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmatmlistview.cpp // kmatmlistview.cpp
// Author: Markus Wuebben <markus.wuebben@kde.org> // Author: Markus Wuebben <markus.wuebben@kde.org>
// This code is published under the GPL. // This code is published under the GPL.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* KMAtmListViewItem Header File * KMAtmListViewItem Header File
* Author: Markus Wuebben <markus.wuebben@kde.org> * Author: Markus Wuebben <markus.wuebben@kde.org>
*/ */

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.
Copyright (c) 2002 Don Sanders <sanders@kde.org> Copyright (c) 2002 Don Sanders <sanders@kde.org>

@ -1,5 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
#ifndef KMCommands_h #ifndef KMCommands_h
#define KMCommands_h #define KMCommands_h

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmcomposewin.cpp // kmcomposewin.cpp
// Author: Markus Wuebben <markus.wuebben@kde.org> // Author: Markus Wuebben <markus.wuebben@kde.org>
// This code is published under the GPL. // This code is published under the GPL.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* KMComposeWin Header File * KMComposeWin Header File
* Author: Markus Wuebben <markus.wuebben@kde.org> * Author: Markus Wuebben <markus.wuebben@kde.org>
*/ */

@ -1,5 +1,3 @@
// -*- c++ -*- convenience wrappers around kdDebug/kdWarning/etc
#ifndef __KMAIL_KMDEBUG_H__ #ifndef __KMAIL_KMDEBUG_H__
#define __KMAIL_KMDEBUG_H__ #define __KMAIL_KMDEBUG_H__

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmcomposewin.cpp // kmcomposewin.cpp
// Author: Markus Wuebben <markus.wuebben@kde.org> // Author: Markus Wuebben <markus.wuebben@kde.org>
// This code is published under the GPL. // This code is published under the GPL.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* KMComposeWin Header File * KMComposeWin Header File
* Author: Markus Wuebben <markus.wuebben@kde.org> * Author: Markus Wuebben <markus.wuebben@kde.org>
*/ */

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmfilterdlg.cpp // kmfilterdlg.cpp
// Author: Marc Mutz <Marc@Mutz.com> // Author: Marc Mutz <Marc@Mutz.com>
// based on work by Stefan Taferner <taferner@kde.org> // based on work by Stefan Taferner <taferner@kde.org>

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmfiltermgr.cpp // kmfiltermgr.cpp
// my header // my header

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
/** /**
* kmfolderdia.cpp * kmfolderdia.cpp
* *

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
/** /**
* kmfolderdia.h * kmfolderdia.h
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.
Copyright (c) 2000 Don Sanders <sanders@kde.org> Copyright (c) 2000 Don Sanders <sanders@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.
Copyright (c) 2000 Don Sanders <sanders@kde.org> Copyright (c) 2000 Don Sanders <sanders@kde.org>

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmfoldermaildir.cpp // kmfoldermaildir.cpp
// Author: Kurt Granroth <granroth@kde.org> // Author: Kurt Granroth <granroth@kde.org>

@ -1,4 +1,4 @@
/* -*- c-basic-offset: 2 -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
This file is part of the KDE libraries This file is part of the KDE libraries
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmheaders.cpp // kmheaders.cpp
#include <config.h> #include <config.h>

@ -1,5 +1,3 @@
// -*- mode: C++ -*-
#ifndef __KMHEADERS #ifndef __KMHEADERS
#define __KMHEADERS #define __KMHEADERS

@ -1,4 +1,3 @@
/* -*- mode: C++; c-file-style: "gnu" -*- */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif #endif

@ -1,5 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
#ifndef _KMCONTROL #ifndef _KMCONTROL
#define _KMCONTROL #define _KMCONTROL

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmcomposewin.cpp // kmcomposewin.cpp
// Author: Markus Wuebben <markus.wuebben@kde.org> // Author: Markus Wuebben <markus.wuebben@kde.org>
// This code is published under the GPL. // This code is published under the GPL.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* KMComposeWin Header File * KMComposeWin Header File
* Author: Markus Wuebben <markus.wuebben@kde.org> * Author: Markus Wuebben <markus.wuebben@kde.org>
*/ */

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmmainwidget.cpp // kmmainwidget.cpp
//#define MALLOC_DEBUG 1 //#define MALLOC_DEBUG 1

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.
Copyright (c) 2002 Don Sanders <sanders@kde.org> Copyright (c) 2002 Don Sanders <sanders@kde.org>

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmmessage.cpp // kmmessage.cpp
// if you do not want GUI elements in here then set ALLOW_GUI to 0. // if you do not want GUI elements in here then set ALLOW_GUI to 0.

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
/* kmmessage.h: Mime Message Class /* kmmessage.h: Mime Message Class
* *
*/ */

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmmimeparttree.h A MIME part tree viwer. kmmimeparttree.h A MIME part tree viwer.
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmmimeparttree.cpp A MIME part tree viwer. kmmimeparttree.cpp A MIME part tree viwer.
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.
@ -28,10 +28,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
// -*- c++ -*-
#ifndef KMMIMEPARTTREE_H #ifndef KMMIMEPARTTREE_H
#define KMMIMEPARTTREE_H #define KMMIMEPARTTREE_H

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,5 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
#ifndef KMReaderMainWin_h #ifndef KMReaderMainWin_h
#define KMReaderMainWin_h #define KMReaderMainWin_h

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmreaderwin.cpp // kmreaderwin.cpp
// Author: Markus Wuebben <markus.wuebben@kde.org> // Author: Markus Wuebben <markus.wuebben@kde.org>

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// Header for kmreaderwin the kmail reader // Header for kmreaderwin the kmail reader
// written by Markus Wuebben <markus.wuebben@kde.org> // written by Markus Wuebben <markus.wuebben@kde.org>

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmsearchpattern.cpp // kmsearchpattern.cpp
// Author: Marc Mutz <Marc@Mutz.com> // Author: Marc Mutz <Marc@Mutz.com>
// This code is under GPL! // This code is under GPL!

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmsearchpattern.h // kmsearchpattern.h
// Author: Marc Mutz <Marc@Mutz.com> // Author: Marc Mutz <Marc@Mutz.com>
// This code is under GPL! // This code is under GPL!

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmsearchpatternedit.cpp // kmsearchpatternedit.cpp
// Author: Marc Mutz <Marc@Mutz.com> // Author: Marc Mutz <Marc@Mutz.com>
// This code is under GPL // This code is under GPL

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kmfilterrulesedit.h // kmfilterrulesedit.h
// Author: Marc Mutz <Marc@Mutz.com> // Author: Marc Mutz <Marc@Mutz.com>
// This code is under GPL // This code is under GPL

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmservertest.cpp kmservertest.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmservertest.h kmservertest.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
/*************************************************************************** /***************************************************************************
kmsystemtray.cpp - description kmsystemtray.cpp - description
------------------- -------------------

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
localsubscriptiondialog.cpp localsubscriptiondialog.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
localsubscriptiondialog.h localsubscriptiondialog.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif #endif

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
#ifndef MAILINGLIST_MAGIC_H #ifndef MAILINGLIST_MAGIC_H
#define MAILINGLIST_MAGIC_H #define MAILINGLIST_MAGIC_H

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org> * Copyright (c) 1996-1998 Stefan Taferner <taferner@kde.org>
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/** -*- c++ -*- /*
* networkaccount.cpp * networkaccount.cpp
* *
* Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org> * Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
* networkaccount.h * networkaccount.h
* *
* Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org> * Copyright (c) 2000-2002 Michael Haeckel <haeckel@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
objecttreeparser.cpp objecttreeparser.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
objecttreeparser.h objecttreeparser.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
objecttreeparser_p.cpp objecttreeparser_p.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
objecttreeparser_p.h objecttreeparser_p.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
partNode.cpp A node in a MIME tree. partNode.cpp A node in a MIME tree.
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
partNode.h A node in a MIME tree. partNode.h A node in a MIME tree.
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
partmetadata.h partmetadata.h
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
partnodebodypart.cpp partnodebodypart.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
partnodebodypart.h partnodebodypart.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,3 @@
// -*- c++ -*-
#ifndef KMAcctExpPop_h #ifndef KMAcctExpPop_h
#define KMAcctExpPop_h #define KMAcctExpPop_h

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
/** /**
* protocols.h * protocols.h
* *

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
This file is part of KMail. This file is part of KMail.
Copyright (c) 2003 Andreas Gungl <a.gungl@gmx.de> Copyright (c) 2003 Andreas Gungl <a.gungl@gmx.de>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
regexplineedit.cpp regexplineedit.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
regexplineedit.h regexplineedit.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
rulewidgethandlermanager.cpp rulewidgethandlermanager.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
rulewidgethandlermanager.h rulewidgethandlermanager.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
secondarywindow.cpp secondarywindow.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
secondarywindow.h secondarywindow.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
sieveconfig.cpp sieveconfig.cpp
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
sieveconfig.h sieveconfig.h
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
sievejob.h sievejob.h
KMail, the KDE mail client. KMail, the KDE mail client.
@ -290,6 +290,3 @@ namespace KMail {
} // namespace KMail } // namespace KMail
#include "sievejob.moc" #include "sievejob.moc"
// vim: set noet sts=2 ts=8 sw=2:

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
sievejob.h sievejob.h
KMail, the KDE mail client. KMail, the KDE mail client.
@ -127,6 +127,3 @@ namespace KMail {
} // namespace KMail } // namespace KMail
#endif // __KMAIL_SIEVE_JOB_H__ #endif // __KMAIL_SIEVE_JOB_H__
// vim: set noet sts=2 ts=8 sw=2:

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
signatureconfigurator.cpp signatureconfigurator.cpp
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
signatureconfigurator.cpp signatureconfigurator.cpp
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
simplestringlisteditor.cpp simplestringlisteditor.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
simplestringlisteditor.h simplestringlisteditor.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
spamheaderanalyzer.cpp spamheaderanalyzer.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
spamheaderanalyzer.h spamheaderanalyzer.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
stl_util.h stl_util.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
subscriptiondialog.cpp subscriptiondialog.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
subscriptiondialog.h subscriptiondialog.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
tdehtmlparthtmlwriter.cpp tdehtmlparthtmlwriter.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
tdehtmlparthtmlwriter.h tdehtmlparthtmlwriter.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
teehtmlwriter.cpp teehtmlwriter.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
teehtmlwriter.h teehtmlwriter.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2006 Dmitry Morozhnikov <dmiceman@mail.ru> * This file: Copyright (C) 2006 Dmitry Morozhnikov <dmiceman@mail.ru>
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2006 Dmitry Morozhnikov <dmiceman@mail.ru> * This file: Copyright (C) 2006 Dmitry Morozhnikov <dmiceman@mail.ru>
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2006 Dmitry Morozhnikov * This file: Copyright (C) 2006 Dmitry Morozhnikov
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2006 Dmitry Morozhnikov * This file: Copyright (C) 2006 Dmitry Morozhnikov
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2006 Dmitry Morozhnikov <dmiceman@mail.ru> * This file: Copyright (C) 2006 Dmitry Morozhnikov <dmiceman@mail.ru>
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* kmail: KDE mail client * kmail: KDE mail client
* This file: Copyright (C) 2006 Dmitry Morozhnikov <dmiceman@mail.ru> * This file: Copyright (C) 2006 Dmitry Morozhnikov <dmiceman@mail.ru>
* *

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
urlhandlermanager.cpp urlhandlermanager.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
urlhandlermanager.h urlhandlermanager.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
vacation.cpp vacation.cpp
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
vacation.cpp vacation.cpp
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
vacationdialog.cpp vacationdialog.cpp
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
vacationdialog.h vacationdialog.h
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
xfaceconfigurator.cpp xfaceconfigurator.cpp
KMail, the KDE mail client. KMail, the KDE mail client.

@ -214,5 +214,3 @@ bool Filter::needsSecondPage()
{ {
return true; return true;
} }
// vim: ts=2 sw=2 et

@ -102,5 +102,3 @@ void SystemTray::setToolTip(const TQString &tip)
} }
#include "systemtray.moc" #include "systemtray.moc"
// vim: ts=8

@ -1107,5 +1107,3 @@ void KNSendErrorDialog::slotHighlighted(int idx)
//------------------------------- //-------------------------------
#include "knarticlefactory.moc" #include "knarticlefactory.moc"
// kate: space-indent on; indent-width 2;

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/* /*
KNode, the KDE newsreader KNode, the KDE newsreader
Copyright (c) 1999-2005 the KNode authors. Copyright (c) 1999-2005 the KNode authors.

@ -315,5 +315,3 @@ void KNCleanUp::ProgressDialog::closeEvent(TQCloseEvent *)
{ {
// do nothing => prevent that the user closes the window // do nothing => prevent that the user closes the window
} }
// kate: space-indent on; indent-width 2;

@ -68,5 +68,3 @@ class KNCleanUp {
}; };
#endif #endif
// kate: space-indent on; indent-width 2;

@ -2657,5 +2657,3 @@ void KNComposer::AttachmentPropertiesDlg::slotMimeTypeTextChanged(const TQString
//-------------------------------- //--------------------------------
#include "kncomposer.moc" #include "kncomposer.moc"
// kate: space-indent on; indent-width 2;

@ -196,5 +196,3 @@ class KNGroup : public KNArticleCollection , public KNJobItem {
}; };
#endif #endif
// kate: space-indent on; indent-width 2;

@ -700,5 +700,3 @@ void KNGroupManager::slotCheckForNewGroups(KNNntpAccount *a, TQDate date)
//-------------------------------- //--------------------------------
#include "kngroupmanager.moc" #include "kngroupmanager.moc"
// kate: space-indent on; indent-width 2;

@ -55,5 +55,3 @@ class KNGroupPropDlg : public KDialogBase {
}; };
#endif #endif
// kate: space-indent on; indent-width 2;

@ -114,5 +114,3 @@ class KNNntpAccount : public KNCollection , public KNServerInfo {
}; };
#endif #endif
// kate: space-indent on; indent-width 2;

@ -161,5 +161,3 @@ void KNStringFilterWidget::setStartFocus()
// -----------------------------------------------------------------------------+ // -----------------------------------------------------------------------------+
#include "knstringfilter.moc" #include "knstringfilter.moc"
// kate: space-indent on; indent-width 2;

@ -126,4 +126,3 @@ TQString Core::lastErrorMessage() const
} }
#include "core.moc" #include "core.moc"
// vim: sw=2 sts=2 et tw=80

@ -99,5 +99,3 @@ class KDE_EXPORT Core : public KParts::MainWindow
} }
#endif #endif
// vim: sw=2 sts=2 et tw=80

@ -255,5 +255,3 @@ void Plugin::virtual_hook( int, void* ) {
} }
#include "plugin.moc" #include "plugin.moc"
// vim: sw=2 et sts=2 tw=80

@ -213,5 +213,3 @@ int KABUniqueAppHandler::newInstance()
} }
#include "kaddressbook_plugin.moc" #include "kaddressbook_plugin.moc"
// vim: sw=2 sts=2 tw=80 et

@ -1,5 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
This file is part of Kontact. This file is part of Kontact.
Copyright (c) 2003 Tobias Koenig <tokoe@kde.org> Copyright (c) 2003 Tobias Koenig <tokoe@kde.org>

@ -23,6 +23,3 @@
#subtext { #subtext {
font-style: italic; font-style: italic;
} }
/* vim:set sw=2 et nocindent smartindent: */

@ -64,4 +64,3 @@
<div id="footer"><div id="footerL"/><div id="footerR"/></div> <div id="footer"><div id="footerL"/><div id="footerR"/></div>
</body> </body>
</html> </html>
<!-- vim:set sw=2 et nocindent smartindent: -->

@ -599,5 +599,3 @@ void IconSidePane::indicateForegrunding( Kontact::Plugin *plugin )
} }
#include "iconsidepane.moc" #include "iconsidepane.moc"
// vim: sw=2 sts=2 et tw=80

@ -174,4 +174,3 @@ class MainWindow : public Kontact::Core, public KDCOPServiceStarter, public Kont
} }
#endif #endif
// vim: sw=2 sts=2 et

@ -1,5 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
This file is part of tdepim. This file is part of tdepim.
Copyright (c) 2004 TDEPIM developers Copyright (c) 2004 TDEPIM developers

@ -1,5 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
This file is part of tdepim. This file is part of tdepim.
Copyright (c) 2004 TDEPIM developers Copyright (c) 2004 TDEPIM developers

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kasciistringtools.cpp kasciistringtools.cpp
This file is part of libtdepim. This file is part of libtdepim.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kasciistringtools.h kasciistringtools.h
This file is part of libtdepim. This file is part of libtdepim.

@ -119,5 +119,3 @@ bool AssignmentVisitor::visit( FreeBusy *freebusy )
*freebusy = *source; *freebusy = *source;
return true; return true;
} }
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -119,4 +119,3 @@ class AssignmentVisitor : public IncidenceBase::Visitor
} }
#endif #endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1,4 +1,4 @@
/* -*- Mode: C -*- /*
====================================================================== ======================================================================
FILE: icalattach.c FILE: icalattach.c
CREATOR: acampi 28 May 02 CREATOR: acampi 28 May 02

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_charfreq.h kmime_charfreq.h
KMime, the KDE internet mail/usenet news message library. KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codec_base64.cpp kmime_codec_base64.cpp
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codec_base64.h kmime_codec_base64.h
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codec_identity.cpp kmime_codec_identity.cpp
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codec_identity.h kmime_codec_identity.h
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codec_qp.cpp kmime_codec_qp.cpp
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codec_qp.h kmime_codec_qp.h
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codec_uuencode.cpp kmime_codec_uuencode.cpp
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codec_uuencode.h kmime_codec_uuencode.h
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codecs.cpp kmime_codecs.cpp
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_codecs.h kmime_codecs.h
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_header_parsing.cpp kmime_header_parsing.cpp
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_header_parsing.h kmime_header_parsing.h
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -* /*
kmime_headers.h kmime_headers.h
KMime, the KDE internet mail/usenet news message library. KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_mdn.cpp kmime_mdn.cpp
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_mdn.h kmime_mdn.h
This file is part of KMime, the KDE internet mail/usenet news message library. This file is part of KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kmime_util.h kmime_util.h
KMime, the KDE internet mail/usenet news message library. KMime, the KDE internet mail/usenet news message library.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
kpgp.cpp kpgp.cpp
Copyright (C) 2001,2002 the KPGP authors Copyright (C) 2001,2002 the KPGP authors

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kpgpui.h kpgpui.h
Copyright (C) 2001,2002 the KPGP authors Copyright (C) 2001,2002 the KPGP authors

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// tdemidentity.cpp // tdemidentity.cpp
// License: GPL // License: GPL

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* User identity information * User identity information
* *
* Author: Stefan Taferner <taferner@kde.org> * Author: Stefan Taferner <taferner@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
identitycombo.cpp identitycombo.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
identitycombo.h identitycombo.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
identitymanager.cpp identitymanager.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
identitymanager.h identitymanager.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
impl/lexer.h impl/lexer.h
Internal header file. Subject to change without notice. DO NOT USE. Internal header file. Subject to change without notice. DO NOT USE.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
impl/parser.h impl/parser.h
Internal header file. Subject to change without notice. DO NOT USE. Internal header file. Subject to change without notice. DO NOT USE.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
impl/utf8validator.h impl/utf8validator.h
This file is part of KSieve, This file is part of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
ksieve/error.h ksieve/error.h
This file is part of KSieve, This file is part of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
ksieve/lexer.h ksieve/lexer.h
This file is part of KSieve, This file is part of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
ksieve/parser.h ksieve/parser.h
This file is part of KSieve, This file is part of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
ksieve/interfaces/scriptbuilder.h ksieve/interfaces/scriptbuilder.h
This file is part of KSieve, This file is part of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
parser/lexer.cpp parser/lexer.cpp
This file is part of KSieve, This file is part of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
parser/parser.cpp parser/parser.cpp
This file is part of KSieve, This file is part of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
utf8validator.cpp utf8validator.cpp
This file is part of KSieve, This file is part of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
error.cpp error.cpp
This file is part of KSieve, This file is part of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
tests/lexertest.cpp tests/lexertest.cpp
This file is part of the testsuite of KSieve, This file is part of the testsuite of KSieve,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
tests/parsertest.cpp tests/parsertest.cpp
This file is part of the testsuite of KSieve, This file is part of the testsuite of KSieve,

@ -16,8 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GPGME++; if not, write to the Free Software Foundation, along with GPGME++; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifndef __GPGMEPP_CONTEXT_H__ #ifndef __GPGMEPP_CONTEXT_H__
#define __GPGMEPP_CONTEXT_H__ #define __GPGMEPP_CONTEXT_H__

@ -16,9 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GPGME; if not, write to the Free Software Foundation, along with GPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifndef __GPGMEPP_CONTEXT_P_H__ #ifndef __GPGMEPP_CONTEXT_P_H__
#define __GPGMEPP_CONTEXT_P_H__ #define __GPGMEPP_CONTEXT_P_H__

@ -1,4 +1,4 @@
/* data_p.h - wraps a gpgme data object, private part -*- c++ -*- /*
Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB Copyright (C) 2003,2004 Klarälvdalens Datakonsult AB
This file is part of GPGME++. This file is part of GPGME++.

@ -16,8 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GPGME; if not, write to the Free Software Foundation, along with GPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifndef __GPGMEPP_EVENTLOOPINTERACTOR_H__ #ifndef __GPGMEPP_EVENTLOOPINTERACTOR_H__
#define __GPGMEPP_EVENTLOOPINTERACTOR_H__ #define __GPGMEPP_EVENTLOOPINTERACTOR_H__

@ -16,8 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GPGME; if not, write to the Free Software Foundation, along with GPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifndef __GPGMEPP_KEY_H__ #ifndef __GPGMEPP_KEY_H__
#define __GPGMEPP_KEY_H__ #define __GPGMEPP_KEY_H__

@ -1,4 +1,4 @@
/* shared.h - internal tool for refcounting -*- c++ -*- /*
Copyright (C) 2003 Klarälvdalens Datakonsult AB Copyright (C) 2003 Klarälvdalens Datakonsult AB
This file is part of GPGME++. This file is part of GPGME++.

@ -16,8 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GPGME; if not, write to the Free Software Foundation, along with GPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifndef __GPGMEPP_TRUSTITEM_H__ #ifndef __GPGMEPP_TRUSTITEM_H__
#define __GPGMEPP_TRUSTITEM_H__ #define __GPGMEPP_TRUSTITEM_H__

@ -16,8 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GPGME; if not, write to the Free Software Foundation, along with GPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifndef __GPGMEPP_UTIL_H__ #ifndef __GPGMEPP_UTIL_H__
#define __GPGMEPP_UTIL_H__ #define __GPGMEPP_UTIL_H__

@ -16,9 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with TQGPGME; if not, write to the Free Software Foundation, along with TQGPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#include <config.h> #include <config.h>
#include <qgpgme/dataprovider.h> #include <qgpgme/dataprovider.h>

@ -16,8 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with TQGPGME; if not, write to the Free Software Foundation, along with TQGPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifndef __TQGPGME_DATAPROVIDER_H__ #ifndef __TQGPGME_DATAPROVIDER_H__
#define __TQGPGME_DATAPROVIDER_H__ #define __TQGPGME_DATAPROVIDER_H__

@ -16,9 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with TQGPGME; if not, write to the Free Software Foundation, along with TQGPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif #endif

@ -16,8 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with TQGPGME; if not, write to the Free Software Foundation, along with TQGPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifndef __TQGPGME_EVENTLOOPINTERACTOR_H__ #ifndef __TQGPGME_EVENTLOOPINTERACTOR_H__
#define __TQGPGME_EVENTLOOPINTERACTOR_H__ #define __TQGPGME_EVENTLOOPINTERACTOR_H__

@ -16,9 +16,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with TQGPGME; if not, write to the Free Software Foundation, along with TQGPGME; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
// -*- c++ -*-
#ifdef NDEBUG #ifdef NDEBUG
#undef NDEBUG #undef NDEBUG
#endif #endif

@ -324,5 +324,3 @@ body {margin: 0px; padding: 0px; background-color: #003070; background-image: ur
height: 100px; height: 100px;
z-index: -1; z-index: -1;
} }
/* vim:set sw=2 et nocindent smartindent: */

@ -7,5 +7,3 @@ body {direction: rtl}
#nextlink { #nextlink {
text-align: left; text-align: left;
} }
/* vim:set sw=2 et nocindent smartindent: */

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of libtdepim. * This file is part of libtdepim.
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of libtdepim. * This file is part of libtdepim.
* *

@ -1,4 +1,4 @@
/* -*- mode: C++ -*- /*
collectingprocess.h collectingprocess.h
This file is part of libtdepim. This file is part of libtdepim.

@ -1,4 +1,4 @@
/** -*- c++ -*- /*
* completionordereditor.cpp * completionordereditor.cpp
* *
* Copyright (c) 2004 David Faure <faure@kde.org> * Copyright (c) 2004 David Faure <faure@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
* completionordereditor.h * completionordereditor.h
* *
* Copyright (c) 2004 David Faure <faure@kde.org> * Copyright (c) 2004 David Faure <faure@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
configmanager.h configmanager.h
KMail, the KDE mail client. KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
csshelper.cpp csshelper.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
csshelper.h csshelper.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kaccount.cpp kaccount.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kaccount.h kaccount.h
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,3 @@
// -*- mode: C++; c-file-style: "gnu" -*-
// kaddrbook.cpp // kaddrbook.cpp
// Author: Stefan Taferner <taferner@kde.org> // Author: Stefan Taferner <taferner@kde.org>
// This code is under GPL // This code is under GPL

@ -1,5 +1,3 @@
// -*- c-basic-offset: 2 -*-
#include "kfoldertree.h" #include "kfoldertree.h"
#include <tdelocale.h> #include <tdelocale.h>
#include <tdeio/global.h> #include <tdeio/global.h>

@ -1,5 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
This file is part of libtdepim. This file is part of libtdepim.
Copyright (C) 2002 Carsten Burghardt <burghardt@kde.org> Copyright (C) 2002 Carsten Burghardt <burghardt@kde.org>

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* attachment.cpp * attachment.cpp
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* attachment.h * attachment.h
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* core.cpp * core.cpp
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* core.h * core.h
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* corewidget.cpp * corewidget.cpp
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* corewidget.h * corewidget.h
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* editor.cpp * editor.cpp
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* editor.h * editor.h
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* plugin.cpp * plugin.cpp
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* plugin.h * plugin.h
* *

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 2; -*-
/** /**
* pluginmanager.cpp * pluginmanager.cpp
* Most of this code has been lifted from Martijn's KopetePluginManager class * Most of this code has been lifted from Martijn's KopetePluginManager class

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/** /**
* pluginmanager.h * pluginmanager.h
* *

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kregexp3.cpp kregexp3.cpp
This file is part of libtdenetwork. This file is part of libtdenetwork.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kregexp3.h kregexp3.h
This file is part of libtdenetwork. This file is part of libtdenetwork.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kwidgetlister.cpp kwidgetlister.cpp
This file is part of libtdenetwork. This file is part of libtdenetwork.

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
kwidgetlister.h kwidgetlister.h
This file is part of libtdenetwork. This file is part of libtdenetwork.

@ -1,4 +1,4 @@
/** -*- c++ -*- /*
* overlaywidget.h * overlaywidget.h
* *
* Copyright (c) 2004 David Faure <faure@kde.org> * Copyright (c) 2004 David Faure <faure@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
* overlaywidget.h * overlaywidget.h
* *
* Copyright (c) 2004 David Faure <faure@kde.org> * Copyright (c) 2004 David Faure <faure@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
This file is part of libtdepim. This file is part of libtdepim.
Copyright (c) 2002,2004 Marc Mutz <mutz@kde.org> Copyright (c) 2002,2004 Marc Mutz <mutz@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
This file is part of libtdepim. This file is part of libtdepim.
Copyright (c) 2002,2004 Marc Mutz <mutz@kde.org> Copyright (c) 2002,2004 Marc Mutz <mutz@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
This file is part of libtdepim. This file is part of libtdepim.
Copyright (c) 2002,2004 Marc Mutz <mutz@kde.org> Copyright (c) 2002,2004 Marc Mutz <mutz@kde.org>

@ -1,4 +1,4 @@
/** -*- c++ -*- /*
* progressdialog.cpp * progressdialog.cpp
* *
* Copyright (c) 2004 Till Adam <adam@kde.org>, * Copyright (c) 2004 Till Adam <adam@kde.org>,

@ -1,4 +1,4 @@
/* -*- c++ -*- /*
* progressdialog.h * progressdialog.h
* *
* Copyright (c) 2004 Till Adam <adam@kde.org> * Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* Copyright (c) 2001-2003 Carsten Pfeiffer <pfeiffer@kde.org> * Copyright (c) 2001-2003 Carsten Pfeiffer <pfeiffer@kde.org>
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* Copyright (c) 2001-2003 Carsten Pfeiffer <pfeiffer@kde.org> * Copyright (c) 2001-2003 Carsten Pfeiffer <pfeiffer@kde.org>
* Copyright (c) 2003 Zack Rusin <zack@kde.org> * Copyright (c) 2003 Zack Rusin <zack@kde.org>

@ -36,5 +36,3 @@ SideBarExtension::~SideBarExtension()
} }
#include "sidebarextension.moc" #include "sidebarextension.moc"
// vim: ts=2 sw=2 et

@ -65,5 +65,3 @@ namespace KParts
}; };
} }
#endif // SIDEBAREXTENSION_H #endif // SIDEBAREXTENSION_H
// vim: ts=2 sw=2 et

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* *

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
* *
* This file is part of KMail, the KDE mail client. * This file is part of KMail, the KDE mail client.
* *

@ -1,5 +1,4 @@
/* -*- C++ -*- /*
This file implements the Weaver, Job and Thread classes. This file implements the Weaver, Job and Thread classes.
$ Author: Mirko Boehm $ $ Author: Mirko Boehm $

@ -1,5 +1,4 @@
/* -*- C++ -*- /*
This file declares the Weaver, Job and Thread classes. This file declares the Weaver, Job and Thread classes.
$ Author: Mirko Boehm $ $ Author: Mirko Boehm $

@ -1,5 +1,4 @@
/* -*- C++ -*- /*
This file implements the Weaver Extensions basics. This file implements the Weaver Extensions basics.
$ Author: Mirko Boehm $ $ Author: Mirko Boehm $

@ -1,5 +1,4 @@
/* -*- C++ -*- /*
This file declares the Weaver Extensions basics. This file declares the Weaver Extensions basics.
$ Author: Mirko Boehm $ $ Author: Mirko Boehm $

@ -1,5 +1,4 @@
/* -*- C++ -*- /*
This file implements the Thread Logger. This file implements the Thread Logger.
$ Author: Mirko Boehm $ $ Author: Mirko Boehm $

@ -1,5 +1,4 @@
/* -*- C++ -*- /*
This file declares the Thread Logger. This file declares the Thread Logger.
$ Author: Mirko Boehm $ $ Author: Mirko Boehm $

@ -1,4 +1,4 @@
/* -*- mode: C++; c-file-style: "gnu" -*- /*
text_vcard.cpp text_vcard.cpp
This file is part of KMail, the KDE mail client. This file is part of KMail, the KDE mail client.

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries /* This file is part of the KDE libraries
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com> Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
Based on the davjob: Based on the davjob:

@ -293,4 +293,3 @@ void FolderListItem::paintCell( TQPainter *p, const TQColorGroup &cg, int col, i
//END //END
#include "folderlistview.moc" #include "folderlistview.moc"
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -126,5 +126,3 @@ class FolderListItem : public TQCheckListItem
#endif #endif
// kate: space-indent on; indent-width 2; replace-tabs on;

Loading…
Cancel
Save