Removed code formatting modelines.

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

@ -36,5 +36,3 @@ kconverttest_SOURCES = kconverttest.cc
kiotest_LDADD = libartskde.la -lqtmcop -lkmedia2 -lsoundserver_idl
kiotestslow_LDADD = $(kiotest_LDADD)
kconverttest_LDADD = $(kiotest_LDADD)
# vim: ts=8 noet

@ -106,6 +106,4 @@ Arts::SoundServerV2 KArtsServer::server(void)
return d->server;
}
// vim: sw=4 ts=4 noet
#include "kartsserver.moc"

@ -86,5 +86,3 @@ void KAudioManagerPlay::stop()
d->started = false;
d->amanPlay.stop();
}
// vim: sw=4 ts=4

@ -80,5 +80,3 @@ class KDE_ARTS_EXPORT KAudioManagerPlay
#endif // KAUDIOMANAGERPLAY_H
// vim: sw=4 ts=4

@ -203,8 +203,5 @@ void KByteSoundProducer::request_outdata( Arts::DataPacket<Arts::mcopbyte> *pack
packet->send();
}
}
// vim: sw=4 ts=4 tw=80
#include "kaudioplaystream.moc"
#include "kaudioplaystream_p.moc"

@ -123,5 +123,3 @@ private:
};
#endif // KAUDIOPLAYSTREAM_H
// vim: sw=4 ts=4 tw=80

@ -80,5 +80,3 @@ private:
};
#endif // KAUDIOPLAYSTREAM_P_H
// vim: sw=4 ts=4

@ -262,8 +262,5 @@ void KByteSoundReceiver::process_indata( Arts::DataPacket<Arts::mcopbyte> * inpa
emit data( (char *)inpacket->contents, inpacket->size );
inpacket->processed();
}
// vim:sw=4:ts=4
#include "kaudiorecordstream.moc"
#include "kaudiorecordstream_p.moc"

@ -299,5 +299,3 @@ bool KDE::PlayObject::stream()
{
return m_isStream;
}
// vim: sw=4 ts=4 noet

@ -254,5 +254,3 @@ void KDE::POFHelper::connectAmanPlay()
}
#include "kplayobjectfactory_p.moc"
// vim: sw=4 ts=4 noet

@ -153,4 +153,3 @@ private:
}
#endif
// vim: sw=4 ts=4 noet

@ -43,4 +43,3 @@ private:
}
#endif // KPLAYOBJECTFACTORY_P_H
// vim: sw=4 ts=4 noet

@ -800,5 +800,3 @@ void KNotify::sessionReady()
}
d->inStartup = false;
}
// vim: sw=4 sts=4 ts=8 et

@ -940,6 +940,3 @@ int main( int argc, char** argv )
return retval;
}
// vim: set ts=8 sts=4 sw=4 noet:

@ -1,4 +1,4 @@
/* vi: set ts=2 sw=2 tw=78:
/*
Extracts the dcopclient form a DCOPRef

@ -1,4 +1,4 @@
/* vi: set ts=2 sw=2 tw=78:
/*
Extracts the dcopobject form a DCOPRef

@ -1,4 +1,4 @@
/* vi: set ts=2 sw=2 tw=78:
/*
Creates a DCOPRef from a dcopclient and a dcopobject.

@ -409,6 +409,3 @@ void marshall( TQDataStream &arg, QCStringList args, uint &i, TQString type )
}
i++;
}
// vim: set noet ts=8 sts=4 sw=4:

@ -1,4 +1,4 @@
/* vi: set ts=2 sw=2 tw=78:
/*
*
* C interface to DCOP
*

@ -1,5 +1,4 @@
#!/usr/bin/perl -I/Users/duke/src/kde/tdebindings/kalyptus
# -*- indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*-
# KDOC -- C++ and CORBA IDL interface documentation tool.
# Sirtaj Singh Kang <taj@kde.org>, Jan 1999.

@ -37,4 +37,3 @@ Jakub Stachowski
// DOXYGEN_REFERENCES = tdecore tdeui
// DOXYGEN_SET_PROJECT_NAME = DNSSD
// DOXYGEN_SET_EXCLUDE_PATTERNS += */dnssd/avahi* */dnssd/mdnsd*
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -163,12 +163,3 @@ Documentation Copyright &copy; 2003 &David.Sweet; &David.Sweet.mail;
</chapter>
&documentation.index;
</book>
<!--
Local Variables:
mode: sgml
sgml-omittag: nil
sgml-shorttag: t
sgml-general-insert-case: lower
End:
-->

@ -1,4 +1,4 @@
/***************************************************** vim:set ts=4 sw=4 sts=4:
/*
kspeech.h
KTTSD DCOP Interface
--------------------

@ -1,4 +1,4 @@
/***************************************************** vim:set ts=4 sw=4 sts=4:
/*
kspeechsink.h
KTTSD DCOP Signal Sink Interface
--------------------------------

@ -486,15 +486,3 @@ k_dcop_signals:
};
#endif
/*
* Local variables:
* c-indentation-style: k&r
* c-basic-offset: 8
* indent-tabs-mode: t
* End:
*/
// vim: set noet ts=4 sts=4 sw=4:

@ -1,4 +1,3 @@
// // interface.h -*- C++ -*-
// Copyright (C) 2002 Dominique Devriese <devriese@kde.org>
// Copyright (C) 2005 Peter Rockai <me@mornfall.net>

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
This file implements the basic personal information management class
used in the TDE addressbook.

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
This file declares the basic personal information management class
used in the TDE addressbook.

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
This file implements the application programming interface
for using kab's addressbook files within other programs.
Parse it with kdoc to get the API documentation.

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
Dialog widget using the addressbook,
provided for inclusion in other programs.

@ -1,4 +1,3 @@
/* -*- C++ -*- */
#ifndef QCONFIGDB_H
#define QCONFIGDB_H

@ -33,4 +33,3 @@ Christoph Cullmann \<cullmann@kde.org\>
*/
// DOXYGEN_REFERENCES = tdecore tdeio tdeui tdeparts interfaces/kdocument interfaces/tdetexteditor kjs
// DOXYGEN_SET_PROJECT_NAME = Kate
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -199,4 +199,3 @@
<keywords casesensitive="0" />
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -142,4 +142,3 @@
<keywords casesensitive="0" />
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -61,6 +61,3 @@
</itemDatas>
</highlighting>
</language>
<!--
// kate: space-indent on; indent-width 2; replace-tabs on;
-->

@ -3706,6 +3706,3 @@
<keywords casesensitive="1" />
</general>
</language>
<!-- kate: indent-width 2; tab-width 2; -->

@ -128,5 +128,3 @@
</encodings>
</spellchecking>
</language>
<!-- kate: space-indent off; indent-width 4; -->

@ -27,5 +27,3 @@
</highlighting>
</language>
<!-- kate: indent-width 2; tab-width 2; -->

@ -57,5 +57,3 @@
</comments>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -511,4 +511,3 @@
<keywords casesensitive="1" weakDeliminator="\$~" />
</general>
</language>
<!-- kate: indent-width 2; -->

@ -106,5 +106,3 @@
</general>
</language>
<!-- kate: indent-width 2; indent-mode normal; tab-indents on; -->

@ -247,4 +247,3 @@
<keywords casesensitive="1" />
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -896,4 +896,3 @@ Notes:
</comments>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -605,4 +605,3 @@
</comments>
</general>
</language>
<!-- // kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -284,4 +284,3 @@
</comments>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -578,4 +578,3 @@
<keywords casesensitive="1"/>
</general>
</language>
<!-- kate: indent-width 2; tab-width 2; -->

@ -55,5 +55,3 @@ v1.0:
</highlighting>
</language>
<!-- kate: replace-tabs: on; tab-width: 4; indent-width: 4; -->

@ -40,5 +40,4 @@
</general>
<!-- kate: space-indent on indent-width 2 replace-tabs on indent-mode xml -->
</language>

@ -595,4 +595,3 @@
<keywords casesensitive="1" />
</general>
</language>
<!-- kate: indent-width 2; tab-width 2; -->

@ -337,4 +337,3 @@ IN THE SOFTWARE.
<keywords weakDeliminator=":;{}()[].!+,-&lt;=&gt;%&amp;/?^|~\*," additionalDeliminator=" "/>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -98,7 +98,3 @@
</itemDatas>
</highlighting>
</language>
<!--
// kate: space-indent on; indent-width 2; replace-tabs on;
-->

@ -285,6 +285,3 @@ endRegion="block" />
</general>
</language>
<!-- It's recommended to put the following line in the Variables field under Settings->Configure Kate->Open/Save->Modes&Filetypes -->
<!-- kate: space-indent on; indent-width 4; mixed-indent off; indent-mode cstyle; -->

@ -1039,5 +1039,4 @@
</language>
<!--
// kate: space-indent on; indent-width 2; replace-tabs on; dynamic-word-wrap off;
-->
-->

@ -163,5 +163,4 @@ License: Artistic
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->
<!-- === End of file. === -->

@ -1045,6 +1045,3 @@
</comments>
</general>
</language>
<!--
// kate: space-indent on; indent-width 2; replace-tabs on;
-->

@ -215,4 +215,3 @@
<keywords casesensitive="1" weakDeliminator = "-"/>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -1376,5 +1376,3 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</comments>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -188,4 +188,3 @@
</general>
</language>
<!-- kate: indent-width 2; -->

@ -890,4 +890,3 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</comments>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -621,4 +621,3 @@
</comments>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -78,4 +78,3 @@
</comments>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -157,4 +157,3 @@
</comments>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -2216,4 +2216,3 @@
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -875,4 +875,3 @@
<keywords casesensitive="1" />
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<!-- kate: space-indent on; indent-width 2; -->
<!-- Microchip PIC assembler syntaxfile for gpasm/mpasm assembler by
* Original author: Alain GIBAUD (alain.gibaud@univ-valenciennes.fr)

@ -1763,4 +1763,3 @@
</comments>
</general>
</language>
<!-- // kate: space-indent on; indent-width 3; replace-tabs on; -->

@ -599,5 +599,3 @@
<keywords casesensitive="1" additionalDeliminator="#'"/>
</general>
</language>
<!-- kate: space-indent off; indent-width 4; -->

@ -124,4 +124,3 @@
</general>
</language>
<!-- kate: indent-width 2; -->

@ -148,5 +148,3 @@
<keywords casesensitive="1" />
</general>
</language>
<!-- kate: tab-width 2; replace-tabs on; indent-width 2; -->

@ -1609,4 +1609,3 @@
</general>
</language>
<!-- kate: indent-width 2; tab-width 2; -->

@ -193,4 +193,3 @@ the Free Software Foundation; either version 2 of the License, or
<keywords casesensitive="1" weakDeliminator="|." />
</general>
</language>
<!-- kate: space-indent on; indent-width 4; replace-tabs on; indent-mode xml; -->

@ -4,7 +4,6 @@
<!-- This file is maintained by Anders Lund <anders@alweb.dk> since 2005-11-06
v3 fix comments by Gene Thomas <gene@genethomas.com>
-->
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->
<language name="SQL" version="4" kateversion="2.4" section="Database" extensions="*.sql;*.SQL;*.ddl;*.DDL" mimetype="text/x-sql" casesensitive="0" author="Yury Lebedev (yurylebedev@mail.ru)" license="LGPL">
<highlighting>
<list name="keywords">

@ -19,6 +19,3 @@
</itemDatas>
</highlighting>
</language>
<!--
// kate: space-indent on; indent-width 2; replace-tabs on;
-->

@ -346,4 +346,3 @@
<keywords casesensitive="1" />
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -479,4 +479,3 @@
<keywords casesensitive="1" />
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -31,4 +31,3 @@
</itemDatas>
</highlighting>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -233,4 +233,3 @@
<keywords casesensitive="1" weakDeliminator="=`"/>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -261,4 +261,3 @@ This code is released under the LGPL as part of tdelibs/kate.
</comments>
</general>
</language>
<!-- kate: space-indent on; indent-width 2; replace-tabs on; -->

@ -158,5 +158,3 @@ KateView* KateArbitraryHighlight::viewForRange(KateSuperRange* range)
// This must belong to a document-global highlight
return 0L;
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -83,5 +83,3 @@ private:
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -264,5 +264,3 @@ bool operator !=(const KateAttribute& h1, const KateAttribute& h2)
{
return !(h1 == h2);
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -143,5 +143,3 @@ private:
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -2539,5 +2539,3 @@ void ScriptIndentConfigPage::apply ()
kdDebug(13030) << "ScriptIndentConfigPagE::apply() was called, save config options now!" << endl;
}
//END ScriptIndentConfigPage
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -577,5 +577,3 @@ class ScriptIndentConfigPage : public IndenterConfigPage
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -283,5 +283,3 @@ void KateBookmarks::marksChanged ()
{
m_bookmarkClear->setEnabled( !m_view->getDoc()->marks().isEmpty() );
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -81,6 +81,3 @@ class KateBookmarks : public TQObject
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;
// vim: noet ts=2

@ -1656,5 +1656,3 @@ void KateBufBlockList::removeInternal (KateBufBlock *buf)
}
//END KateBufBlockList
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -705,5 +705,3 @@ class KateBuffer : public TQObject
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -601,5 +601,3 @@ bool KateCommands::Date::exec (Kate::View *view, const TQString &cmd, TQString &
return true;
}
//END Date
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -174,5 +174,3 @@ class Date : public Kate::Command
} // namespace KateCommands
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -562,5 +562,3 @@ void KateArgHint::adjustSize( )
if( x() + width() > screen.x() + screen.width() )
move( screen.x() + screen.width() - width(), y() );
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -160,5 +160,3 @@ class KateArgHint: public TQFrame
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1658,5 +1658,3 @@ void KateCodeFoldingTree::ensureVisible( uint line )
} while( n );
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -218,5 +218,3 @@ class KateCodeFoldingTree : public TQObject
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1425,5 +1425,3 @@ void KateRendererConfig::setShowIndentationLines (bool on)
}
//END
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -533,5 +533,3 @@ class KateRendererConfig : public KateConfig
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -188,5 +188,3 @@ bool KateDocCursor::previousNonSpaceChar()
setPos(-1, -1);
return false;
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -246,5 +246,3 @@ class KateBracketRange : public KateTextRange
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1731,5 +1731,3 @@ void KateModOnHdPrompt::slotUser1()
}
//END KateModOnHdPrompt
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -5180,5 +5180,3 @@ bool KateDocument::toggleBlockSelectionMode ()
//END DEPRECATED
//END DEPRECATED STUFF
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1070,6 +1070,3 @@ class KateDocument : public Kate::Document,
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -52,5 +52,3 @@ void KateBrowserExtension::slotSelectionChanged()
if (m_doc->activeView())
emit enableAction( "copy", m_doc->activeView()->hasSelection() );
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -272,5 +272,3 @@ KateIndentScript KateFactory::indentScript (const TQString &scriptname)
}
return result;
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -308,5 +308,3 @@ class KateFactory
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -593,4 +593,3 @@ void KateViewFileTypeAction::setType (int mode)
doc->updateFileType(mode-1, true);
}
//END KateViewFileTypeAction
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -123,5 +123,3 @@ void KateFontStruct::setFont (const TQFont & font)
updateFontData ();
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -3473,5 +3473,3 @@ void KateViewHighlightAction::setHl (int mode)
doc->setHlMode((uint)mode);
}
//END KateViewHighlightAction
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -434,5 +434,3 @@ class KateViewHighlightAction: public Kate::ActionMenu
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1166,4 +1166,3 @@ void KateIndentJScriptManager::parseScriptHeader(const TQString &filePath,
f.close();
}
//END
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -229,5 +229,3 @@ class KateIndentJScriptManager: public KateIndentScriptManagerAbstract
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -71,5 +71,3 @@ bool operator<= (const KateLineRange& r, const KateTextCursor& c)
{
return r.line < c.line() || r.startCol <= c.col();
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -525,4 +525,3 @@ void KateLUAIndentScriptManager::parseScriptHeader(const TQString &filePath,
//END
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -66,4 +66,3 @@ class KateLUAIndentScriptManager: public KateIndentScriptManagerAbstract
#endif
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1001,5 +1001,3 @@ void KatePrintLayout::setOptions( const TQMap<TQString,TQString>& opts )
#include "kateprinter.moc"
#endif //!Q_WS_WIN
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1028,5 +1028,3 @@ uint KateRenderer::spaceWidth()
{
return attribute(0)->width(*config()->fontStruct(), TQChar(' '), m_tabWidth);
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1607,5 +1607,3 @@ void KateStyleListCaption::paintCell( TQPainter *p, const TQColorGroup& /*cg*/,
TQListViewItem::paintCell( p, mcg, col, width, align );
}
//END
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -319,5 +319,3 @@ class KateSchemaConfigPage : public KateConfigPage
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1020,5 +1020,3 @@ void SearchCommand::ifindClear()
m_ifindFlags = 0;
}
//END SearchCommand
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -239,5 +239,3 @@ class SearchCommand : public Kate::Command, public Kate::CommandExtension
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -216,6 +216,3 @@ void KateSpell::spellCleanDone()
kdDebug (13020) << "SPELLING END" << endl;
}
//END
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -82,5 +82,3 @@ class KateSpell : public TQObject
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -742,5 +742,3 @@ TQPtrCollection::Item KateSuperRangeList::newItem(TQPtrCollection::Item d)
return TQPtrList<KateSuperRange>::newItem(d);
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -459,5 +459,3 @@ private:
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -471,5 +471,3 @@ void KateSyntaxDocument::setupModeList (bool force)
// Syncronize with the file katesyntax...rc
config.sync();
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -160,5 +160,3 @@ class KateSyntaxDocument : public TQDomDocument
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -439,5 +439,3 @@ char *KateTextLine::restore (char *buf)
return buf;
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -452,5 +452,3 @@ class KateTextLine : public TDEShared
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -388,5 +388,3 @@ bool KateUndoGroup::isOnlyType(KateUndoGroup::UndoType type)
return true;
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -137,5 +137,3 @@ class KateUndoGroup
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1921,5 +1921,3 @@ void KateView::getIMSelectionValue( uint *imStartLine, uint *imStart, uint *imEn
*imSelEnd = m_imSelEnd;
}
//END IM INPUT STUFF
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1201,5 +1201,3 @@ void KateViewEncodingAction::setMode (int mode)
doc->setEncodingSticky( true );
doc->reloadFile();
}
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -203,5 +203,3 @@ class KateViewEncodingAction : public TDEActionMenu
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -3492,5 +3492,3 @@ void KateViewInternal::imEndEvent( TQIMEvent *e )
m_imPreeditSelStart = 0;
}
//END IM INPUT STUFF
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -394,5 +394,3 @@ class KateViewInternal : public TQWidget
};
#endif
// kate: space-indent on; indent-width 2; replace-tabs on;

@ -1340,5 +1340,3 @@ void RegressionTest::resizeTopLevelWidget( int w, int h )
}
#include "test_regression.moc"
// kate: indent-width 4

@ -551,4 +551,3 @@ void DocWordCompletionConfigPage::defaults()
//END DocWordCompletionConfigPage
#include "docwordcompletion.moc"
// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off;

@ -130,4 +130,3 @@ class DocWordCompletionConfigPage : public KTextEditor::ConfigPage
};
#endif // _DocWordCompletionPlugin_h_
// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off;

@ -23,4 +23,3 @@ Waldo Bastian \<bastian@kde.org\>
// DOXYGEN_REFERENCES = tdecore tdeui tdeio
// DOXYGEN_SET_PROJECT_NAME = TrinityD
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -23,4 +23,3 @@ holders.
// DOXYGEN_REFERENCES = tdecore tdeui tdeio
// DOXYGEN_SET_PROJECT_NAME = KDocTools
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -3,12 +3,3 @@ en/of te verander on die 'GNU Free Documentation' lisensie, weergawe 1.1
of enige latere weergawe gepubliseer deur die 'Free Software Foundation';
&FDLInvariantSections;, met &FDLFrontCoverText;, en met &FDLBackCoverText;.
'n Kopie van die lisensie is ingesluit in <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -12,10 +12,3 @@ Kyk na die 'GNU General Public License' vir meer inligting.</para>
met die program gekry het; Indien dit nie die geval is nie, kan
dit aangevra word vanaf die Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -13,9 +13,3 @@ met die biblioteek gekry het; Indien dit nie die geval is nie, kan
dit aangevra word vanaf die Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -4,10 +4,3 @@ o qualsevol versió publicada posteriorment per la Free Software Foundation;
amb &FDLInvariantSections;, &FDLFrontCoverText; i &FDLBackCoverText;.
S'inclou una còpia d'aquesta llicència en
<xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ més detalls mireu la Llicència Pública General de GNU.</para>
<para>Amb aquest programa haurieu d'haber rebut una cpopia de la Llicència
Pública General de GNU; si no és així, escriviu a la Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ més detalls mireu la Llicència Pública Menys General de GNU.</para>
<para>Amb aquest programa hauríeu d'haber rebut una còpia de la Llicència
Pública General de GNU; si no és així, escriviu a la Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with &FDLInvariantSections;, with &FDLFrontCoverText;, and
with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ dokument under betingelserne i GNU's Fri Dokumentation License,
Version 1.1 eller en vilkårlig senere version publiceret af Free Software
Foundation; &FDLInvariantSections;, &FDLFrontCoverText;, og
&FDLBackCoverText;. En kopi af licensen er inkluderet i <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ licensen for flere detaljer.</para>
<para>Du skulle have modtaget en kopi af GNU-licensen med dette program; hvis
ikke, skriv til Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ detaljer.</para>
hvis ikke, skriv til Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -45,10 +45,3 @@ und &FDLBackCoverText;. Eine Kopie der Lizenz findet sich im <xref linkend="gnu-
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -26,9 +26,3 @@ General Public License.</para>
<para>Sie sollten eine Kopie der GNU General Public License zusammen mit
diesem Programm erhalten haben. Falls nicht, schreiben Sie an die
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -27,9 +27,3 @@ General Public License.</para>
zusammen mit dieser Bibliothek erhalten haben. Falls nicht, schreiben
Sie an die Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with &FDLInvariantSections;, with &FDLFrontCoverText;, and
with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ bajo los términos de la Licencia Libre de Documentación de GNU,
versión 1.1 o posterior publicada por la Free Software
Foundation; con &FDLInvariantSections;, con &FDLFrontCoverText;, y
con &FDLBackCoverText;. Se incluye una copia de la licencia en <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -12,9 +12,3 @@ para más detalles.</para>
<para>Usted debería haber recibido una copia de la Licencia Pública General GNU
junto con este programa, si no es así, escriba a la Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, Estados Unidos.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ para más detalles.</para>
<para>Usted debería haber recibido una copia de la Licencia Pública General GNU
junto con esta librería, si no es así, escriba a la Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, Estados Unidos.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -1,8 +1 @@
<para>Käesolevat dokumenti võib kopeerida, edasi levitada ja/või muuta vastavalt GNU Vaba Dokumentatsiooni Litsentsi tingimustele, nagu need on avaldanud Vaba Tarkvara Fond; kas Litsentsi versioon 1.1 või ükskõik milline hilisem versioon; kaasa arvatud &FDLInvariantSections;, &FDLFrontCoverText;, ja &FDLBackCoverText;. Litsentsi koopiaga võimaldab tutvuda <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ Avalikku Litsentsi.</para>
<para>Te peaks olema saanud GNU Üldise Avaliku Litsentsi koopia koos selle
programmiga, kui ei, siis kontakteeruge Free Software Foundation'iga,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -11,9 +11,3 @@ SOBIVUSELE TEATUD KINDLAKS EESMÄRGIKS. Üksikasjade suhtes vaata GNU Vähem
<para>Te peaks olema saanud GNU Vähem Üldise Avaliku Litsentsi koopia koos
selle teegiga, kui ei, siis kontakteeruge Free Software Foundation'iga,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -6,10 +6,3 @@ minkä tahansa myöhemmän version mukaisesti;
ilman vakiokappaleita, kansisivun kappaleita tai takasivun kappaleita.
Kopio lisenssistä on saatavilla <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -4,10 +4,3 @@ document selon les termes de la Licence de Documentation Libre GNU
ultérieure publiée par la Free Software Foundation sans &FDLInvariantSections;,
sans &FDLFrontCoverText;, ni &FDLBackCoverText;.
Une copie de la licence est fournie dans la section intitulée &quot;&nbsp;<xref linkend="gnu-fdl"/>&nbsp;&quot;.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -14,9 +14,3 @@ PARTICULIER. Reportez-vous à la Licence Générale Publique GNU
Publique GNU (GNU General Public License) avec ce programme ; si
ce n'était pas le cas, écrivez à la Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -14,9 +14,3 @@ PARTICULIER. Reportez-vous à la Licence Générale Publique GNU
Publique Mineure GNU (GNU Lesser General Public License) avec cette bibliothèque ; si
ce n'était pas le cas, écrivez à la Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -40,10 +40,3 @@
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -17,9 +17,3 @@
<para>היית אמור לקבל עותק של הרישיון הציבורי הכללי של GNU ביחד עם תוכנית זו; אם לא כך הדבר, כתוב אל Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -17,9 +17,3 @@
<para>היית אמור לקבל עותק של הרישיון הציבורי הפחות כללי של GNU ביחד עם ספריה זו; אם לא כך הדבר, כתוב אל Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -4,10 +4,3 @@ annál későbbi változat) feltételeinek betartásával. A licencet a Free Sof
Foundation adta ki, lásd: &FDLInvariantSections;, &FDLFrontCoverText;, és
&FDLBackCoverText;. A licenc másolata megtalálható itt: <xref
linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ con &FDLBackCoverText;. Una copia di questa licenza &egrave; inclusa nel<xref li
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License per ulteriori dettagli.</para>
<para>Dovresti avere ricevuto una copia della GNU General Public
License insieme a questo programma; in caso contrario, scrivi alla Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -24,9 +24,3 @@ Lesser General Public License per ulteriori dettagli.</para>
<para>Dovresti avere ricevuto una copia della GNU General Public
License insieme a questo programma; in caso contrario, scrivi alla Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with &FDLInvariantSections;, with &FDLFrontCoverText;, and
with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with &FDLInvariantSections;, with &FDLFrontCoverText;, and
with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -4,11 +4,3 @@ versie 1.1 of een latere versie, gepubliceerd door de Free Software
Foundation; &FDLInvariantSections;, &FDLFrontCoverText;, en
&FDLBackCoverText;. Een kopie van de licentie vindt u hier: <xref
linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -26,9 +26,3 @@ MA 02110-1301, USA.</para>
<!--<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>//-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -27,9 +27,3 @@ MA 02110-1301, USA.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>//-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -45,10 +45,3 @@ er inkludert i <xref linkend="gnu-fdl"/>.</para>
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ lisensen for fleire detaljar.</para>
<para>Du skal ha motteke ein kopi af GNU GPL lisensen med dette programmet; viss
ikkje, skriv til Free SoftwareFoundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge,
MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -11,9 +11,3 @@ lisensen for fleire detaljar.</para>
<para>Du skal ha motteke ein kopi af GNU LGPL lisensen med dette programmet; viss
ikkje, skriv til Free SoftwareFoundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge,
MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with &FDLInvariantSections;, with &FDLFrontCoverText;, and
with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ tego dokumentu na zasadach licencji GNU Free Documentation License,
w wersji 1.1 lub dowolnej późniejszej wersji, opublikowanej
przez Free Software Foundation; &FDLInvariantSections;, &FDLFrontCoverText; i
&FDLBackCoverText;. Kopia tej licencji znajduje się w <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -12,9 +12,3 @@ Szczegóły można znaleźć w licencji GNU General Public License.</para>
<para>Do tego programu powinna zostać dołączona kopia licencji
GNU General Public License. Jeśli nie została, napisz do: Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -16,9 +16,3 @@ Lesser General Public License.</para>
Public License. Jeśli nie została, napisz do: Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ documento sob os termos da Licença de Documentação Livre GNU,
Versão 1.1 ou qualquer versão posterior publicada pela Fundação do Software
Livre; com &FDLInvariantSections;, com &FDLFrontCoverText;, e
com &FDLBackCoverText;. Uma cópia da licença está incluída na <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -12,9 +12,3 @@ Para mais detalhes, consulte a Licença Pública Geral de Componente.</para>
Componente com esta biblioteca; caso contrário, escreva para a Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -5,11 +5,3 @@ versiune ulterioară publicată de Free Software Foundation;
&FDLInvariantSections;, &FDLFrontCoverText; şi
&FDLBackCoverText;.
O copie a acestei licenţe este inclusă în <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -13,10 +13,3 @@ Citiţi Licenţa Publică Generală GNU pentru mai multe detalii.</para>
Licenţei Publice Generale GNU împreună cu acest program. Dacă nu,
atunci trimiteţi o scrisoare la Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -13,10 +13,3 @@ Citiţi Licenţa Publică Generală Relaxată GNU pentru mai multe detalii.</par
Licenţei Publice Generale Relaxată GNU împreună cu acestă librărie. Dacă nu,
atunci trimiteţi o scrisoare la Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@
версии 1.1 или более поздней, опубликованной Фондом Free Software
Foundation; без &FDLInvariantSections;, без &FDLFrontCoverText;,
без &FDLBackCoverText;. Копия лицензии находится здесь <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -15,9 +15,3 @@
программой; если она отсутствует, сообщите об этом Фонду FSF по адресу:
Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -15,9 +15,3 @@
программой; если она отсутствует, сообщите об этом Фонду FSF по адресу:
Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ tento dokument v rámci licencie GNU Free Documentation License,
Version 1.1 alebo vyššej tak, ako ju publikoval the Free Software
Foundation; with &FDLInvariantSections;, s &FDLFrontCoverText;, a
s &FDLBackCoverText;. Kópia tejto licencie je priložená v <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License for more details.</para>
<para>Mali by ste dostať kópiu licencie GNU General Public
License spolu s týmto programom, ak nie, napíšte na adresu the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License for more details.</para>
Public License spolu s touto knižnicou. Ak nie, napíšte na adresu the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,11 +3,3 @@ tega dokumenta pod pogoji GNU Free Documentation License,
različice 1.1 ali katerekoli poznejše objavljene s strani Free Software
Foundation; &FDLInvariantSections;, &FDLFrontCoverText; in
&FDLBackCoverText;. Kopija license je vključena v <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ besedilo GNU General Public License.</para>
<para>Skupaj s tem programom bi morali prejeti izvod Splošnega
dovoljenja GNU (GNU General Public License); če ga niste, pišite na
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ glejte besedilo GNU Lesser General Public License.</para>
Public License; če ga niste, pišite Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -41,10 +41,3 @@
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -26,11 +26,5 @@
софтвер на адресу: Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->
<!--
Из превода Страхиње Радића и осталих, комплетан текст лиценце може се наћи на адреси http://alas.matf.bg.ac.yu/~mr99164/ojl.html
-->

@ -25,11 +25,5 @@
софтвер на адресу: Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->
<!--
Према преводу Опште јавне лиценце Страхиње Радића и осталих, комплетан текст лиценце може се наћи на адреси http://alas.matf.bg.ac.yu/~mr99164/ojl.html
-->

@ -3,10 +3,3 @@ dokument under villkoren i GNU Free Documentation License,
Version 1.1 eller någon senare version publicerad av Free Software
Foundation; &FDLInvariantSections;, &FDLFrontCoverText; och
&FDLBackCoverText;. En kopia av licensen inkluderas i <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License för fler detaljer.</para>
<para>Du bör ha fått en kopia av GNU General Public
License tillsammans med detta program. Om inte, skriv till Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License för fler detaljer.</para>
License tillsammans med detta bibliotek. Om inte, skriv till Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -1,5 +1,4 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- vim:set syntax=xml ts=2 et: -->
<xsl:import href="../docbook/xsl/manpages/docbook.xsl"/>
<!-- Disable the automatically generated AUTHORS section by overloading the

@ -46,10 +46,3 @@ bulunabilir.
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,10 +24,3 @@ bak
olmalýsýnýz; eðer almamýþsanýz lütfen aþaðýdaki adrese yazýn: Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -24,9 +24,3 @@ bak
olmalýsýnýz; eðer almamýþsanýz lütfen aþaðýdaki adrese yazýn: Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -44,10 +44,3 @@ with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gn
of free software license, such as the GNU General Public License,
to permit their use in free software.
-->
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -24,9 +24,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -25,9 +25,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -3,10 +3,3 @@ document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with &FDLInvariantSections;, with &FDLFrontCoverText;, and
with &FDLBackCoverText;. A copy of the license is included in <xref linkend="gnu-fdl"/>.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para")
End:
-->

@ -11,9 +11,3 @@ General Public License for more details.</para>
<para>You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -12,9 +12,3 @@ Lesser General Public License for more details.</para>
Public License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA</para>
<!--
Local variables:
mode: sgml
sgml-general-insert-case: lower
End:
-->

@ -1,5 +1,4 @@
<?xml version='1.0'?>
<!-- vim:set sts=2 shiftwidth=2 syntax=sgml: -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>

@ -1,5 +1,4 @@
<?xml version='1.0'?>
<!-- vim:set sts=2 shiftwidth=2 syntax=sgml: -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>

@ -1,5 +1,4 @@
<?xml version='1.0'?>
<!-- vim:set sts=2 shiftwidth=2 syntax=sgml: -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>

@ -1,5 +1,4 @@
<?xml version='1.0'?>
<!-- vim:set sts=2 shiftwidth=2 syntax=sgml: -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>

@ -554,16 +554,3 @@ dicer-toaster daemon first, or &kmyapplication; won't work !</para>
&documentation.index;
</book>
<!--
Local Variables:
mode: xml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
vim:tabstop=2:shiftwidth=2:expandtab
kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
-->

@ -26,4 +26,3 @@ Michael Ritzert \<kde@ritzert.de>
*/
// DOXYGEN_SET_PROJECT_NAME = KImgIO
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -1,5 +1,3 @@
// -*- C++;indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
/**
* KImageIO Routines to read (and perhaps in the future, write) images
* in the high dynamic range EXR format.

@ -1,6 +1,6 @@
#ifndef GIMP_H
#define GIMP_H
/* -*- c++ -*-
/*
* gimp.h: Header for a Qt 3 plug-in for reading GIMP XCF image files
* Copyright (C) 2001 lignum Computing, Inc. <allen@lignumcomputing.com>
* Copyright (C) 2004 Melchior FRANZ <mfranz@kde.org>

@ -528,7 +528,3 @@ KDE_EXPORT void kimgio_pcx_write( TQImageIO *io )
io->setStatus( 0 );
}
/* vim: et sw=2 ts=2
*/

@ -101,6 +101,3 @@ class PCXHEADER
} KDE_PACKED;
#endif // PCX_H
/* vim: et sw=2 ts=2
*/

@ -26,5 +26,3 @@ Harri Porten \<porten@kde.org\>
// DOXYGEN_SET_PROJECT_NAME = KJS
// DOXYGEN_SET_EXCLUDE_PATTERNS += */wtf/*
// DOXYGEN_SET_EXCLUDE_PATTERNS += */kjs/*.cpp */kjs/*.h
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2005 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2002 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2002 David Faure (david@mandrakesoft.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2002 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2002, 2003 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000, 2003 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2002 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -47,4 +47,3 @@ k_dcop_signals:
virtual void statusChange( int status ) = 0;
};
#endif
// vim: sw=4 ts=4

@ -345,4 +345,3 @@ extern "C" KDE_EXPORT int kdemain(int _argc, char *_argv[])
return 0;
}
// vim: sw=4 et sts=4

@ -98,7 +98,4 @@ k_dcop:
virtual void activate( TQCString asn_id );
};
// vim: sw=4 et sts=4
#endif //__tdecmshell_h__

@ -28,4 +28,3 @@ Waldo Bastian \<bastian@kde.org\>
@lgpl
*/
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -39,4 +39,3 @@ Some helper utilities: @gpl
// DOXYGEN_EXCLUDE = malloc kde_file.h
// DOXYGEN_SET_INPUT += @topdir@/kdemacros.h.cmake
// DOXYGEN_SET_PROJECT_NAME = TrinityCore
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -388,10 +388,4 @@ protected:
}
};
/*
* vim: et sw=4
*/
#endif

@ -266,7 +266,3 @@ namespace KDEPrivate
}
#endif
/*
* vim: et sw=4
*/

@ -1,4 +1,4 @@
/* vi: ts=8 sts=4 sw=4
/*
* $Id$
*
* This file is part of the KDE project, module tdecore.

@ -1,4 +1,4 @@
/* vi: ts=8 sts=4 sw=4
/*
*
* This file is part of the KDE project, module tdecore.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>

@ -1,4 +1,4 @@
/* vi: ts=8 sts=4 sw=4
/*
*
* $Id$
*

@ -1,4 +1,4 @@
/* vi: ts=8 sts=4 sw=4
/*
*
* This file is part of the KDE project, module tdecore.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>

@ -1,4 +1,4 @@
/* vi: ts=8 sts=4 sw=4
/*
*
* This file is part of the KDE project, module tdecore.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>

@ -1,4 +1,4 @@
/* vi: ts=8 sts=4 sw=4
/*
*
* $Id$
*

@ -1,4 +1,4 @@
/* vi: ts=8 sts=4 sw=4
/*
*
* This file is part of the KDE project, module tdecore.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/* This file is part of the KDE libraries
Copyright (C) 1998 Sven Radej <sven@lisa.exp.univie.ac.at>
@ -1749,7 +1748,3 @@ KSimpleDirWatch::Method KSimpleDirWatch::internalMethod()
#include "ksimpledirwatch.moc"
#include "ksimpledirwatch_p.moc"
//sven
// vim: sw=2 ts=8 et

@ -289,5 +289,3 @@ class TDEIO_EXPORT KSimpleDirWatch : public TQObject
};
#endif
// vim: sw=3 et

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003-2005 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago@kde.org>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003,2005 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003,2004 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003-2005 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003-2005 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003-2005 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003,2004 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003,2004 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003,2004 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago@kde.org>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2004 Thiago Macieira <thiago.macieira@kdemail.net>
*
* This library is free software; you can redistribute it and/or

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2004 Thiago Macieira <thiago.macieira@kdemail.net>
*
* This library is free software; you can redistribute it and/or

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2005 Thiago Macieira <thiago@kde.org>
*
* This library is free software; you can redistribute it and/or

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2005 Thiago Macieira <thiago@kde.org>
*
* This library is free software; you can redistribute it and/or

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago@kde.org>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003-2005 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003,2005 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003,2005 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -1,4 +1,4 @@
/* -*- C++ -*-
/*
* Copyright (C) 2003 Thiago Macieira <thiago.macieira@kdemail.net>
*
*

@ -688,5 +688,3 @@ double KSVGIconEngine::height()
{
return d->height;
}
// vim:ts=4:noet

@ -1,5 +1,3 @@
// -*- c++ -*-
#include <tdecmdlineargs.h>
#include <tdelocale.h>
#include <kinstance.h>

@ -1,5 +1,3 @@
// -*- c++ -*-
#include <tdecmdlineargs.h>
#include <tdelocale.h>
#include <kinstance.h>

@ -1,4 +1,3 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
/*
This file is part of KDE.

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
This file is part of the KDE libraries
Copyright (c) 1999 Preston Brown <pbrown@kde.org>

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/* This file is part of the KDE libraries
Copyright (c) 1997,2001 Stephan Kulow <coolo@kde.org>
Copyright (c) 1999 Preston Brown <pbrown@kde.org>

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/* This file is part of the KDE libraries
Copyright (C) 1997 Stephan Kulow <coolo@kde.org>
Copyright (C) 1999-2003 Hans Petter Bieker <bieker@kde.org>

@ -1,4 +1,3 @@
// klocaletest.cpp -*- C++ -*-
//
// $Id$
//

@ -2410,8 +2410,4 @@ void kde_tdestyle_set_scrollbar_type_windows( void* style )
{
((TDEStyle*)style)->setScrollBarType( TDEStyle::WindowsStyleScrollBar );
}
// vim: set noet ts=4 sw=4:
// kate: indent-width 4; replace-tabs off; tab-width 4; space-indent off;
#include "tdestyle.moc"

@ -376,8 +376,5 @@ class TDEFX_EXPORT TDEStyle: public TQCommonStyle
private:
TDEStylePrivate *d;
};
// vim: set noet ts=4 sw=4:
#endif

@ -43,4 +43,3 @@ Maksim Orlovich
// DOXYGEN_REFERENCES = tdecore tdeui tdeio tdeparts kjs
// DOXYGEN_EXCLUDE = test*.* html rendering xml misc ecma css imload pics test
// DOXYGEN_SET_PROJECT_NAME = TDEHTML
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2005 Anders Carlsson (andersca@mac.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2005 Anders Carlsson (andersca@mac.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2003 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2002 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (c) 2003 George Staikos (staikos@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 George Staikos (staikos@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 1999 Harri Porten (porten@kde.org)

@ -1,5 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2001 Peter Kelly (pmk@post.com)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2000-2003 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2000 Harri Porten (porten@kde.org)

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.

@ -1,4 +1,3 @@
/* -*- mode: c++; c-basic-offset: 4 -*- */
/*
* Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
*

@ -1,4 +1,3 @@
// -*- mode: c++; c-basic-offset: 4 -*-
/*
* Copyright (C) 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
*

@ -1,4 +1,3 @@
// -*- c-basic-offset: 4; -*-
/**
* This file is part of the DOM implementation for KDE.
*

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2000 Richard Moore <rich@kde.org>

@ -1,5 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2000 Richard Moore <rich@kde.org>

@ -1,5 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2000 Richard Moore <rich@kde.org>

@ -1,5 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2003 Koos Vriezen <koos.vriezen@xs4all.nl>

@ -1,5 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2000 Richard Moore <rich@kde.org>

@ -1,5 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2000 Richard Moore <rich@kde.org>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2000 Wynn Wilkes <wynnw@caldera.com>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2000 Wynn Wilkes <wynnw@caldera.com>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2002 Till Krech <till@snafu.de>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE project
*
* Copyright (C) 2002 Till Krech <till@snafu.de>

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/* This file is part of the KDE project
*
* Copyright (C) 2000-2003 Simon Hausmann <hausmann@kde.org>

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/* This file is part of the KDE project
*
* Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>

@ -1,4 +1,3 @@
// -*- c-basic-offset: 2 -*-
/* This file is part of the KDE project
*
* Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>

@ -351,7 +351,4 @@ void TDEHTMLImageBrowserExtension::disableScrolling()
using namespace KParts;
/* vim: et sw=4 ts=4
*/
#include "tdehtmlimage.moc"

@ -26,4 +26,3 @@ Most code is @lgpl
// DOXYGEN_REFERENCES = tdecore
// DOXYGEN_SET_PROJECT_NAME = KInit
// vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE project
Copyright (C) 2003 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>
Copyright (C) 2003 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset: 4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE project
Copyright (C) 1999 Kurt Granroth <granroth@kde.org>
Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE project
Copyright (C) 1999 Kurt Granroth <granroth@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2003 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 1996-1998 Martin R. Jones <mjones@kde.org>
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2003 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2002-2003 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2002 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2002-2003 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2002 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 1996-1998 Martin R. Jones <mjones@kde.org>
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2002-2003 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2002 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>
Copyright (C) 2003 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2000 David Faure <faure@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE project
Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE project
Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE project
Copyright (C) 2003 Alexander Kellett <lypanov@kde.org>

@ -1,5 +1,3 @@
// -*- c-basic-offset:4; indent-tabs-mode:nil -*-
// vim: set ts=4 sts=4 sw=4 et:
/* This file is part of the KDE libraries
Copyright (C) 2001, 2003 Alexander Kellett <lypanov@kde.org>

@ -473,4 +473,3 @@ void KSSLInfoDlg::mailClicked(const TQString &url) {
}
#include "ksslinfodlg.moc"
// vim: ts=4 sw=4 et

@ -73,6 +73,3 @@ struct dhcp_msg
#define DHCP_OPT_END 0xff
#endif
/* vim: ts=4 sw=4 noet
*/

@ -143,5 +143,3 @@ namespace KPAC
download( KURL( line.stripWhiteSpace() ) );
}
}
// vim: ts=4 sw=4 et

@ -51,5 +51,3 @@ namespace KPAC
}
#endif // KPAC_DISCOVERY_H
// vim: ts=4 sw=4 et

@ -85,5 +85,3 @@ namespace KPAC
}
}
}
// vim: ts=4 sw=4 et

@ -60,5 +60,3 @@ namespace KPAC
}
#endif // KPAC_DOWNLOADER_H
// vim: ts=4 sw=4 et

@ -224,6 +224,3 @@ int main()
close(sock);
exit(1);
}
/* vim: ts=4 sw=4 noet
*/

@ -192,5 +192,3 @@ namespace KPAC
return new ProxyScout( name );
}
}
// vim: ts=4 sw=4 et

@ -78,5 +78,3 @@ namespace KPAC
}
#endif // KPAC_PROXYSCOUT_H
// vim: ts=4 sw=4 et

@ -469,5 +469,3 @@ namespace KPAC
return retval.toString( exec ).qstring();
}
}
// vim: ts=4 sw=4 et

@ -52,5 +52,3 @@ namespace KPAC
}
#endif // KPAC_SCRIPT_H
// vim: ts=4 sw=4 et

@ -108,5 +108,3 @@ int main(int argc, char **argv)
return 0;
}
// vim: ts=4 sw=4 noet

@ -17,7 +17,6 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
// -*- mode: c++; c-basic-offset: 4 -*-
#include <tqtimer.h>

@ -425,6 +425,4 @@ private:
static int s_jobId;
friend class no_bogus_warning_from_gcc;
};
// -*- mode: c++; c-basic-offset: 2 -*-
#endif

@ -1051,4 +1051,3 @@ bool KACLListView::defaultMaskCanBeDeleted() const
#include "kacleditwidget.moc"
#include "kacleditwidget_p.moc"
#endif
// vim:set ts=8 sw=4:

@ -1,4 +1,4 @@
/* -*- c++ -*-
/*
This file is part of the KDE libraries
Copyright (C) 1998 Stephan Kulow <coolo@kde.org>
1998 Daniel Grana <grana@ie.iwi.unibe.ch>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 2003 Joseph Wenninger <jowenn@kde.org>
2003 Andras Mantia <amantia@freemail.hu>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 2003 Joseph Wenninger <jowenn@kde.org>
2003 Andras Mantia <amantia@freemail.hu>

@ -1,4 +1,4 @@
/* vi: ts=8 sts=4 sw=4
/*
*
* This file is part of the KDE project, module tdefile.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>

@ -1,4 +1,4 @@
/* vi: ts=8 sts=4 sw=4
/*
*
* This file is part of the KDE project, module tdefile.
* Copyright (C) 2000 Geert Jansen <jansen@kde.org>

@ -131,5 +131,3 @@ KURLRequester * KURLRequesterDlg::urlRequester()
}
#include "kurlrequesterdlg.moc"
// vim:ts=4:sw=4:tw=78

@ -110,5 +110,3 @@ private:
};
#endif // KURLREQUESTERDIALOG_H
// vim:ts=4:sw=4:tw=78

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 1999 Stephan Kulow <coolo@kde.org>
2000,2001 Carsten Pfeiffer <pfeiffer@kde.org>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 1997 Stephan Kulow <coolo@kde.org>
2000, 2001 Carsten Pfeiffer <pfeiffer@kde.org>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 1997 Stephan Kulow <coolo@kde.org>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 1997, 1998 Richard Moore <rich@kde.org>
1998 Stephan Kulow <coolo@kde.org>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 1997, 1998 Richard Moore <rich@kde.org>
1998 Stephan Kulow <coolo@kde.org>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 1997 Stephan Kulow <coolo@kde.org>
2000,2001,2002 Carsten Pfeiffer <pfeiffer@kde.org>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 1997 Stephan Kulow <coolo@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*-
/*
This file is part of the KDE libraries
Copyright (C) 1998 Stephan Kulow <coolo@kde.org>
1998 Daniel Grana <grana@ie.iwi.unibe.ch>

@ -1,4 +1,3 @@
// -*- c++ -*-
/* This file is part of the KDE libraries
Copyright (C) 1997 Stephan Kulow <coolo@kde.org>
Copyright (C) 2001 Carsten Pfeiffer <pfeiffer@kde.org>

@ -1,4 +1,4 @@
/* -*- c++ -*-
/*
* Copyright (C)2000 Waldo Bastian <bastian@kde.org>
*
* All rights reserved.

@ -1,4 +1,4 @@
/* -*- c++ -*-
/*
* Copyright (C)2000 Waldo Bastian <bastian@kde.org>
*
* All rights reserved.

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save