Removed code formatting modelines.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/25/head
Michele Calgaro 4 years ago
parent 219a69a602
commit 34da0c702e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -435,5 +435,3 @@ TQString Module::name()
{
return _name;
}
// vim: sw=4 ts=4 noet

@ -392,5 +392,3 @@ module Arts {
interface GenericGuiFactory : GuiFactory {
};
};
// vim: sw=4 ts=4

@ -79,4 +79,3 @@ public:
};
#endif
// vim: sw=4 ts=4

@ -131,5 +131,3 @@ void KButton_impl::changeState(bool newState)
}
REGISTER_IMPLEMENTATION(KButton_impl);
// vim:sw=4:ts=4

@ -73,5 +73,3 @@ public:
}
#endif //ARTS_GUI_KBUTTON_IMPL_H
// vim:sw=4:ts=4

@ -101,5 +101,3 @@ void KComboBox_impl::value(const string & newValue)
}
REGISTER_IMPLEMENTATION(KComboBox_impl);
// vim: sw=4 ts=4

@ -71,5 +71,3 @@ public:
}
#endif /* ARTS_GUI_KCOMBOBOX_IMPL_H */
// vim: sw=4 ts=4

@ -43,5 +43,3 @@ class KFader : public TQSlider
};
#endif /* KFADER_H */
// vim: sw=4 ts=4

@ -202,5 +202,3 @@ float KFader_impl::logarithmic()
}
REGISTER_IMPLEMENTATION(KFader_impl);
// vim: sw=4 ts=4

@ -89,5 +89,3 @@ public:
}
#endif /* ARTS_GUI_KFADER_IMPL_H */
// vim: sw=4 ts=4

@ -94,5 +94,3 @@ void KFrame_impl::frameshadow( Shadow fs )
}
REGISTER_IMPLEMENTATION(KFrame_impl);
// vim: sw=4 ts=4

@ -50,6 +50,4 @@ class KDE_EXPORT KFrame_impl : virtual public Arts::Frame_skel,
void frameshadow( Shadow fs );
}; //class
} //namespace
// vim: sw=4 ts=4
#endif

@ -262,5 +262,3 @@ void KGraph::mouseReleaseEvent(TQMouseEvent *)
selectedIndex = -1;
selectedLine = 0;
}
// vim: sw=4 ts=4

@ -88,5 +88,3 @@ void KGraph_impl::maxy(float newMax)
}
namespace Arts { REGISTER_IMPLEMENTATION(KGraph_impl); }
// vim: sw=4 ts=4

@ -61,5 +61,3 @@ public:
}
#endif /* ARTS_GUI_KGRAPH_IMPL_H */
// vim: sw=4 ts=4

@ -47,5 +47,3 @@ void KHBox_impl::spacing( long s )
}
REGISTER_IMPLEMENTATION(KHBox_impl);
// vim: sw=4 ts=4

@ -44,5 +44,3 @@ public:
};
}
// vim: sw=4 ts=4

@ -100,5 +100,3 @@ void RotateLabel::bottom( Arts::TextBottom bottom ) {
title( _title );
repaint();
}
// vim: sw=4 ts=4

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

@ -117,6 +117,3 @@ TQSize KLayoutBox_Line::minimumSizeHint() const {
}
#include <klayoutbox_impl.moc>
// vim: sw=4 ts=4

@ -100,6 +100,3 @@ public:
};
#endif
// vim: sw=4 ts=4

@ -122,4 +122,3 @@ void KLevelMeter_FireBars::mouseMoveEvent( TQMouseEvent* /*qme*/ ) {
}
#include <klevelmeter_firebars.moc>
// vim: sw=4 ts=4

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

@ -126,6 +126,3 @@ void KLevelMeter_impl::direction( Arts::Direction n ) {
}
REGISTER_IMPLEMENTATION( KLevelMeter_impl );
// vim: sw=4 ts=4

@ -66,5 +66,3 @@ public:
} // namespace Arts
#endif
// vim: sw=4 ts=4

@ -106,4 +106,3 @@ void KLevelMeter_LineBars::mouseMoveEvent( TQMouseEvent* /*qme*/ ) {
}
#include <klevelmeter_linebars.moc>
// vim: sw=4 ts=4

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

@ -78,4 +78,3 @@ uint barscount = _count;
}
#include <klevelmeter_normalbars.moc>
// vim: sw=4 ts=4

@ -74,4 +74,3 @@ public:
};
#endif
// vim: sw=4 ts=4

@ -53,4 +53,3 @@ public:
};
#endif
// vim: sw=4 ts=4

@ -56,4 +56,3 @@ void KLevelMeter_Small::paintEvent( TQPaintEvent* /*qpe*/ ) {
}
#include <klevelmeter_small.moc>
// vim: sw=4 ts=4

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

@ -68,4 +68,3 @@ protected:
};
#endif
// vim: sw=4 ts=4

@ -71,5 +71,3 @@ void KLineEdit_impl::caption(const string& /*newCaption*/)
}
REGISTER_IMPLEMENTATION(KLineEdit_impl);
// vim: sw=4 ts=4

@ -60,5 +60,3 @@ public slots:
}
#endif
// vim: sw=4 ts=4

@ -777,5 +777,3 @@ void KPoti::setTickInterval( int i )
chooses between pageStep() and lineStep().
\sa setTickInterval()
*/
// vim: sw=4 ts=4

@ -199,5 +199,3 @@ float KPoti_impl::logarithmic()
}
REGISTER_IMPLEMENTATION(KPoti_impl);
// vim: sw=4 ts=4

@ -87,5 +87,3 @@ public:
}
#endif /* ARTS_GUI_KPOTI_IMPL_H */
// vim: sw=4 ts=4

@ -104,5 +104,3 @@ void KSpinBox_impl::valueChanged(int newvalue)
}
REGISTER_IMPLEMENTATION(KSpinBox_impl);
// vim: sw=4 ts=4

@ -73,5 +73,3 @@ public:
}
#endif /* ARTS_GUI_KSPINBOX_IMPL_H */
// vim: sw=4 ts=4

@ -176,4 +176,3 @@ void KTickmarks_Widget::drawContents( TQPainter* p ) {
REGISTER_IMPLEMENTATION( KTickmarks_impl );
#include "ktickmarks_impl.moc"
// vim: sw=4 ts=4

@ -74,4 +74,3 @@ public:
};
#endif
// vim: sw=4 ts=4

@ -47,5 +47,3 @@ void KVBox_impl::spacing( long s )
}
REGISTER_IMPLEMENTATION(KVBox_impl);
// vim: sw=4 ts=4

@ -44,5 +44,3 @@ public:
};
}
// vim: sw=4 ts=4

@ -240,4 +240,3 @@ void KVolumeFader_Widget::exactValue() {
REGISTER_IMPLEMENTATION( KVolumeFader_impl );
#include "kvolumefader_impl.moc"
// vim: sw=4 ts=4

@ -95,4 +95,3 @@ private slots:
};
#endif
// vim: sw=4 ts=4

@ -177,5 +177,3 @@ void KWidget_impl::hide()
REGISTER_IMPLEMENTATION(KWidget_impl);
#include "kwidget_impl.moc"
// vim: sw=4 ts=4

@ -85,5 +85,3 @@ public slots:
}
#endif /* ARTS_GUI_KWIDGET_IMPL_H */
// vim: sw=4 ts=4

@ -129,6 +129,3 @@ void TDEPopupBox_widget::name( std::string n ) {
REGISTER_IMPLEMENTATION( TDEPopupBox_impl );
#include "tdepopupbox_private.moc"
// vim: sw=4 ts=4

@ -65,6 +65,3 @@ private:
} // namespace Arts
#endif
// vim: sw=4 ts=4

@ -217,6 +217,3 @@ public slots:
};
#endif
// vim: sw=4 ts=4

@ -112,5 +112,3 @@ class EffectRackSlot_impl : virtual public EffectRackSlot_skel
};
REGISTER_IMPLEMENTATION( EffectRackSlot_impl );
}
// vim: sw=4 ts=4

@ -397,4 +397,3 @@ public:
};
REGISTER_IMPLEMENTATION(EffectRackGuiFactory_impl);
}
// vim:ts=4:sw=4

@ -365,4 +365,3 @@ public:
};
REGISTER_IMPLEMENTATION(MixerGuiFactory_impl);
}
// vim:ts=4:sw=4

@ -59,5 +59,3 @@ void Effect_WAVECAPTURE_impl::streamEnd()
REGISTER_IMPLEMENTATION(Effect_WAVECAPTURE_impl);
}
// vim:ts=4:sw=4

@ -126,7 +126,5 @@ void KStereoVolumeControlGui_impl::updateValues() {
}
REGISTER_IMPLEMENTATION( KStereoVolumeControlGui_impl );
// vim: sw=4 ts=4
#include "kstereovolumecontrolgui_impl.moc"

@ -95,4 +95,3 @@ public slots:
};
#endif
// vim: sw=4 ts=4

@ -106,9 +106,6 @@ public:
return hbox;
}
};
// vim:sw=4:ts=4
REGISTER_IMPLEMENTATION(StereoCompressorGuiFactory_impl);
}

@ -41,5 +41,3 @@ public:
REGISTER_IMPLEMENTATION( StereoVolumeControlGuiFactory_impl );
}
// vim: sw=4 ts=4

@ -127,9 +127,6 @@ private:
}
};
// vim:sw=4:ts=4
REGISTER_IMPLEMENTATION(Synth_STEREO_COMPRESSOR_impl);
}

@ -104,5 +104,3 @@ public:
};
REGISTER_IMPLEMENTATION(Synth_VOICE_REMOVAL_impl);
// vim: sw=4 ts=4

@ -72,5 +72,3 @@ Widget VoiceRemovalGuiFactory_impl::createGui( Object object )
return hbox;
}
// vim: ts=4 sw=4

@ -92,5 +92,3 @@ namespace Arts {
};
REGISTER_IMPLEMENTATION(MonoSimpleMixerChannelGuiFactory_impl);
}
// vim:ts=4:sw=4

@ -80,7 +80,3 @@ namespace Arts {
};
REGISTER_IMPLEMENTATION(SimpleMixerChannelGuiFactory_impl);
}
// vim:ts=4:sw=4

@ -119,7 +119,4 @@ public:
}
}
};
// vim:sw=4:ts=4
REGISTER_IMPLEMENTATION(Synth_CDELAY_impl);

@ -128,4 +128,3 @@ public:
};
REGISTER_IMPLEMENTATION(Synth_SEQUENCE_FREQ_impl);
// vim: sw=4 ts=4 noet

@ -129,4 +129,3 @@ public:
};
REGISTER_IMPLEMENTATION(Synth_SEQUENCE_impl);
// vim: sw=4 ts=4 noet

@ -157,7 +157,5 @@ void ArtsControlAppletPrivate::styleLineBars() { vu.left().style( Arts::lmLine
void ArtsControlAppletPrivate::styleLEDs() { vu.left().style( Arts::lmLEDs ); vu.right().style( Arts::lmLEDs ); _parent->supdatelayout(); }
void ArtsControlAppletPrivate::styleAnalog() { vu.left().style( Arts::lmAnalog ); vu.right().style( Arts::lmAnalog ); _parent->supdatelayout(); }
void ArtsControlAppletPrivate::styleSmall() { vu.left().style( Arts::lmSmall ); vu.right().style( Arts::lmSmall ); _parent->supdatelayout(); }
// vim: sw=4 ts=4
#include "artscontrolapplet.moc"
#include "artscontrolapplet_private.moc"

@ -118,6 +118,4 @@ public slots:
void styleAnalog();
void styleSmall();
};
// vim: sw=4 ts=4
#endif

@ -194,5 +194,3 @@ AudioManagerItem::~AudioManagerItem()
//
}
#include "audiomanager.moc"
// vim: sw=4 ts=4

@ -180,5 +180,3 @@ void ChooseBusDlg::textChanged( const TQString & busname )
}
#include "choosebusdlg.moc"
// vim: sw=4 ts=4

@ -46,5 +46,3 @@ protected slots:
void textChanged( const TQString & );
};
#endif
// vim: sw=4 ts=4

@ -159,5 +159,3 @@ void FFTScopeView::substyle() {
}
#include "fftscopeview.moc"
// vim: sw=4 ts=4

@ -77,6 +77,4 @@ public slots:
void styleSmall();
void substyle();
};
// vim: sw=4 ts=4
#endif

@ -340,4 +340,3 @@ void audiofilePlayObjectI::streamEnd()
}
REGISTER_IMPLEMENTATION(audiofilePlayObjectI);
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -378,16 +378,3 @@ url="http://www.kde.org/documentation/faq/index.html">&kde;
&arts-glossary;
</book>
<!--
Local Variables:
mode: sgml
sgml-omittag:nil
sgml-shorttag:t
sgml-namecase-general:t
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:0
sgml-indent-data:nil
End:
-->

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

@ -1068,16 +1068,3 @@ As a bad example: sorry no mail. I cannot maintain this handbook. It is thought
&documentation.index;
</book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
vim:tabstop=2:shiftwidth=2:expandtab
-->

@ -493,11 +493,3 @@ are &Linux;, FreeBSD, NetBSD and BSDI.</para></listitem>
</appendix>
</book>
<!--
Local Variables:
mode: sgml
sgml-omittag: nil
sgml-shorttag: t
End:
-->

@ -33,9 +33,6 @@
<date>2004-03-01</date>
<releaseinfo>0.5.1</releaseinfo>
<!--
vim: tw=80 et sw=2 ts=2
-->
<abstract>
<para>
&krec; is a recording application for &arts;. It can be used to record any
@ -629,11 +626,3 @@ running &kde; and &arts; too, everything should be fine.
&documentation.index;
</book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
End:
-->

@ -923,10 +923,3 @@ order to get &kscd; to compile on your platform.</para>
&documentation.index;
</book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes: nil
sgml-general-insert-case: lower
End:
-->

@ -1329,10 +1329,3 @@ list, or send a report directly to me.
</appendix>
</book>
<!--
Local Variables:
mode: sgml
sgml-omittag: nil
sgml-shorttag: t
End:
-->

@ -291,5 +291,3 @@ bool ArtsPlayer::serverRunning() const
#include "artsplayer.moc"
#endif
// vim: sw=4 ts=8 et

@ -96,5 +96,3 @@ private:
#endif
#endif
// vim: sw=4 ts=8 et

@ -63,5 +63,3 @@ TQString CategoryReaderInterface::fixupTrack(const TQString &track, unsigned cat
return str;
}
// vim: set et sw=4 ts=4:

@ -118,5 +118,3 @@ public:
};
#endif /* JUK_CATEGORYREADERINTERFACE_H */
// vim: set et sw=4 ts=4:

@ -164,5 +164,3 @@ void CoverDialog::removeSelectedCover()
}
#include "coverdialog.moc"
// vim: set et ts=4 sw=4:

@ -38,5 +38,3 @@ private slots:
};
#endif /* JUK_COVERDIALOG_H */
// vim: set et ts=4 sw=4:

@ -44,5 +44,3 @@ TQDragObject *CoverIconView::dragObject()
return 0;
}
// vim: set et ts=4 sw=4:

@ -58,5 +58,3 @@ protected:
};
#endif /* JUK_COVERICONVIEW_H */
// vim: set et ts=4 sw=4:

@ -279,5 +279,3 @@ bool CoverInfo::convertOldStyleCover() const
return false;
}
}
// vim: set et sw=4 ts=8:

@ -573,5 +573,3 @@ TQDataStream &operator>>(TQDataStream &in, CoverData &data)
return in;
}
// vim: set et sw=4 ts=4:

@ -258,5 +258,3 @@ public:
};
#endif /* JUK_COVERMANAGER_H */
// vim: set et sw=4 ts=4:

@ -117,5 +117,3 @@ void DeleteDialog::slotShouldDelete(bool shouldDelete)
}
#include "deletedialog.moc"
// vim: set et ts=4 sw=4:

@ -62,5 +62,3 @@ private:
};
#endif
// vim: set et ts=4 sw=4:

@ -97,5 +97,3 @@ void DirectoryList::slotRemoveDirectory()
}
#include "directorylist.moc"
// vim: ts=8

@ -56,5 +56,3 @@ private:
};
#endif
// vim:ts=8

@ -79,5 +79,3 @@ void ExampleOptionsDialog::fileModeSelected()
}
#include "exampleoptions.moc"
// vim: set et sw=4 ts=4:

@ -61,5 +61,3 @@ class ExampleOptionsDialog : public TQDialog
};
#endif /* JUK_EXAMPLEOPTIONS_H */
// vim: set et sw=4 ts=4:

@ -1043,5 +1043,3 @@ TQString FileRenamer::fileName(const CategoryReaderInterface &interface)
}
#include "filerenamer.moc"
// vim: set et sw=4 ts=8:

@ -540,5 +540,3 @@ private:
};
#endif /* JUK_FILERENAMER_H */
// vim: set et sw=4 ts=8:

@ -39,5 +39,3 @@ void FileRenamerConfigDlg::accept()
}
#include "filerenamerconfigdlg.moc"
// vim: set et sw=4 ts=4:

@ -35,5 +35,3 @@ class FileRenamerConfigDlg : public KDialogBase
};
#endif // FILERENAMERCONFIGDLG_H
// vim: set et ts=4 sw=4:

@ -153,5 +153,3 @@ void TagOptionsDialog::saveConfig()
}
#include "filerenameroptions.moc"
// vim: set et ts=4 sw=4:

@ -77,5 +77,3 @@ class TagOptionsDialog : public KDialogBase
};
#endif /* JUK_FILERENAMEROPTIONS_H */
// vim: set et ts=4 sw=4:

@ -346,5 +346,3 @@ GstState GStreamerPlayer::state() const
#include "gstreamerplayer.moc"
#endif
// vim: set et sw=4:

@ -294,5 +294,3 @@ void K3bPlaylistExporter::slotExport()
}
#include "k3bexporter.moc"
// vim: set et sw=4 ts=4:

@ -92,5 +92,3 @@ private:
};
#endif /* K3BEXPORTER_H */
// vim: set et ts=4 sw=4:

@ -602,5 +602,3 @@ void KTRMLookup::finished()
}
#endif
// vim: set et ts=8 sw=4:

@ -364,5 +364,3 @@ void HistoryItem::slotAddPlaying()
}
#include "nowplaying.moc"
// vim: set et sw=4 ts=8:

@ -696,5 +696,3 @@ void PlayerManager::setRandomPlayMode(const TQString &randomMode)
}
#include "playermanager.moc"
// vim: set et ts=4 sw=4:

@ -925,5 +925,3 @@ TDEAction *PlaylistCollection::ActionHandler::createAction(const TQString &text,
#undef widget
#include "playlistcollection.moc"
// vim: set et sw=4:

@ -45,5 +45,3 @@ public:
};
#endif /* PLAYLISTEXPORTER_H */
// vim: set et ts=4 sw=4:

@ -353,5 +353,3 @@ void SliderAction::slotToolbarDestroyed()
}
#include "slideraction.moc"
// vim: set et sw=4 ts=4:

@ -635,5 +635,3 @@ static bool copyImage(TQImage &dest, TQImage &src, int x, int y)
#include "systemtray.moc"
// vim: et sw=4 ts=8

@ -214,5 +214,3 @@ TQString TagGuesser::capitalizeWords(const TQString &s)
return result;
}
// vim:ts=4:sw=4:noet

@ -71,4 +71,3 @@ class TagGuesser
};
#endif // TAGGUESSER_H
// vim:ts=4:sw=4:noet

@ -154,5 +154,3 @@ TagType TagRenamerOptions::tagFromCategoryText(const TQString &text, bool transl
return Unknown;
}
// vim: set et ts=4 sw=4:

@ -172,5 +172,3 @@ private:
};
#endif /* JUK_TAGRENAMEROPTIONS_H */
// vim: set et ts=4 sw=4:

@ -210,5 +210,3 @@ bool TagTransactionManager::processChangeList(bool undo)
}
#include "tagtransactionmanager.moc"
// vim: set et ts=4 sw=4 tw=0:

@ -210,5 +210,3 @@ class TagTransactionManager : public TQObject
};
#endif /* _TAGTRANSACTIONMANAGER_H */
// vim: set et ts=4 sw=4 tw=0:

@ -306,5 +306,3 @@ void DefaultSequenceIterator::initAlbumSearch(PlaylistItem *searchItem)
m_albumSearch.search();
}
// vim: set et sw=4 tw=0:

@ -228,5 +228,3 @@ private:
};
#endif /* _TRACKSEQUENCEITERATOR_H */
// vim: set et sw=4:

@ -179,5 +179,3 @@ void TrackSequenceManager::slotItemAboutToDie(PlaylistItem *item)
}
#include "tracksequencemanager.moc"
// vim: set et sw=4 tw=0:

@ -189,5 +189,3 @@ private:
};
#endif /* _TRACKSEQUENCEMANAGER_H */
// vim: set et sw=4:

@ -273,5 +273,3 @@ TQDataStream &operator>>(TQDataStream &s, UpcomingPlaylist &p)
return s;
}
// vim: set et ts=4 sw=4:

@ -209,5 +209,3 @@ TQDataStream &operator<<(TQDataStream &s, const UpcomingPlaylist &p);
TQDataStream &operator>>(TQDataStream &s, UpcomingPlaylist &p);
#endif /* _UPCOMINGPLAYLIST_H */
// vim: set et sw=4 ts=4:

@ -1,4 +1,3 @@
//-*-C++-*-
/*
* KMix -- KDE's full featured mini mixer
*

@ -1,4 +1,3 @@
//-*-C++-*-
/*
* KMix -- KDE's full featured mini mixer
*

@ -1,4 +1,3 @@
//-*-C++-*-
/*
* KMix -- KDE's full featured mini mixer
*

@ -1,4 +1,3 @@
//-*-C++-*-
/*
* KMix -- KDE's full featured mini mixer
*

@ -1,4 +1,3 @@
//-*-C++-*-
/*
* KMix -- KDE's full featured mini mixer
*

@ -1,4 +1,3 @@
//-*-C++-*-
/*
* KMix -- KDE's full featured mini mixer
*

@ -1,4 +1,3 @@
//-*-C++-*-
/*
* KMix -- KDE's full featured mini mixer
*

@ -1,5 +1,3 @@
//-*-C++-*-
#ifndef MIXER_OSS_H
#define MIXER_OSS_H

@ -1,5 +1,3 @@
//-*-C++-*-
#ifndef MIXER_OSS4_H
#define MIXER_OSS4_H

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

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

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

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

@ -85,5 +85,3 @@ void KRecExportItem::write32( char* array, TQ_INT32 value, int index ) {
array[ index + 2 ] = ( value >> 16 ) & 0xff;
array[ index + 3 ] = ( value >> 24 ) & 0xff;
}
// vim:sw=4:ts=4

@ -96,5 +96,3 @@ signals:
#endif
// vim:sw=4:ts=4

@ -131,5 +131,3 @@ kdDebug( 60005 ) << k_funcinfo << endl;
return true;
} else return false;
}
// vim:sw=4:ts=4

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

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

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

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

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

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

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

@ -403,5 +403,3 @@ bool KRecord::queryClose() {
#include "krecord.moc"
#include "krecord_private.moc"
// vim:sw=4:ts=4

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

@ -146,5 +146,3 @@ public:
};
#endif
// vim:sw=4:ts=4

@ -63,6 +63,3 @@ extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] )
//cout<<"Quitting with "<<quit<<endl;
return quit;
}
// vim:sw=4:ts=4

@ -230,5 +230,3 @@ void KRecExport_MP3::setLameParameters() {
delete config;
}
// vim:sw=4:ts=4

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

@ -250,5 +250,3 @@ kdDebug( 60005 ) << k_funcinfo << endl;
}
#endif // vorbis
// vim:sw=4:ts=4

@ -60,5 +60,3 @@ private:
#endif
#endif
// vim:sw=4:ts=4

@ -348,5 +348,3 @@ namespace KCDDB
#include "asynccddbplookup.moc"
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -92,4 +92,3 @@ namespace KCDDB
}
#endif // KCDDB_ASYNC_CDDBP_LOOKUP_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -155,5 +155,3 @@ namespace KCDDB
}
#include "asynchttplookup.moc"
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -59,5 +59,3 @@ namespace KCDDB
}
#endif // KCDDB_ASYNC_HTTP_LOOKUP_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -44,4 +44,3 @@ namespace KCDDB
}
#endif // ASYNCSMTPSUBMIT_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -127,5 +127,3 @@ namespace KCDDB
}
}
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -54,4 +54,3 @@ namespace KCDDB
}
#endif // KCDDB_CACHE_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -223,5 +223,3 @@ namespace KCDDB
}
}*/
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -88,5 +88,3 @@ namespace KCDDB
}
#endif // KCDDB_CDDB_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -109,5 +109,3 @@ namespace KCDDB
return socket_->writeBlock( buf.data(), buf.length() );
}
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -52,5 +52,3 @@ namespace KCDDB
}
#endif
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -335,5 +335,3 @@ namespace KCDDB
return TQVariant();
}
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -143,4 +143,3 @@ namespace KCDDB
}
#endif // KCDDB_CDINFO_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -310,6 +310,3 @@ namespace KCDDB
}
#include "client.moc"
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -102,4 +102,3 @@ namespace KCDDB
}
#endif // KCDDB_CLIENT_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -52,5 +52,3 @@ namespace KCDDB
readConfig();
}
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -42,4 +42,3 @@ namespace KCDDB
}
#endif // KCDDB_CONFIG_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -182,5 +182,3 @@ namespace KCDDB
}
#include "httplookup.moc"
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -79,5 +79,3 @@ namespace KCDDB
}
#endif
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -102,7 +102,4 @@ void CDDBConfigWidget::needAuthenticationChanged(bool needsAuth)
if (!needsAuth)
kcfg_smtpUsername->clear();
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1
#include "cddbconfigwidget.moc"

@ -43,4 +43,3 @@ class CDDBConfigWidget : public CDDBConfigWidgetBase
};
#endif // CDDB_CONFIG_WIDGET_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -138,8 +138,4 @@ TQString CDDBModule::handbookSection() const
else
return TQString::null;
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1
#include "kcmcddb.moc"

@ -54,4 +54,3 @@ class CDDBModule : public TDECModule
};
#endif // KCMCDDB_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -83,5 +83,3 @@ namespace KCDDB
}
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -62,4 +62,3 @@ namespace KCDDB
}
#endif // KCDDB_LOOKUP_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -49,5 +49,3 @@ namespace KCDDB
}
#endif
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -97,5 +97,3 @@ namespace KCDDB
return false;
}
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -62,4 +62,3 @@ namespace KCDDB
}
#endif // KCDDB_SUBMIT_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -218,5 +218,3 @@ namespace KCDDB
return TQString::fromUtf8(socket_->readLine());
}
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -48,4 +48,3 @@ namespace KCDDB
}
#endif // KCDDB_SYNC_CDDBP_LOOKUP_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -127,5 +127,3 @@ namespace KCDDB
return Success;
}
}
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -46,5 +46,3 @@ namespace KCDDB
}
#endif // KCDDB_SYNC_HTTP_LOOKUP_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -35,4 +35,3 @@ namespace KCDDB
}
#endif // SYNCSMTPSUBMIT_H
// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1

@ -1,4 +1,3 @@
// vim:ts=2:sw=2:sts=2:et
/**
Starter for plugins.
The plugins are identified by their extension

@ -496,5 +496,3 @@ void SplayPlayObject_impl::getMoreSamples(int needLen) {
}
REGISTER_IMPLEMENTATION(SplayPlayObject_impl);
// vim:ts=8:sw=2:sts=2

@ -76,4 +76,3 @@ class ScrollingLabel : public TQWidget
};
#endif
// vim:ts=2:sw=2:tw=78:noet

@ -191,6 +191,3 @@ ScrollingLabel::setScroll(bool b)
}
#include "scrollinglabel.moc"
// vim:ts=2:sw=2:tw=78:noet

@ -1,7 +1,4 @@
<!DOCTYPE kpartgui>
<!--
vim: syntax=xml
-->
<kpartgui name="noatunexcellent" version="4">
<MenuBar>
<Menu name="file" noMerge="1"><text>&amp;File</text>

@ -1,4 +1,3 @@
// -*- C++ -*-
/*
Copyright (c) 2000 Stefan Schimanski (1Stein@gmx.de)
1999-2000 Christian Esken (esken@kde.org)

@ -1,7 +1,4 @@
<!DOCTYPE kpartgui>
<!--
vim: syntax=xml
-->
<kpartgui name="simpleui" version="1">
<MenuBar>
<Menu name="file"><text>&amp;File</text>

Loading…
Cancel
Save