Removed code formatting modelines.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/3/head
Michele Calgaro 4 years ago
parent 7489ad6cb0
commit 93b23e25ab
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -316,5 +316,3 @@ void DMainWindow::widgetDestroyed()
}
#include "dmainwindow.moc"
// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on

@ -1,4 +1,3 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */
/* GeoIP.c
*
* Copyright (C) 2003 MaxMind LLC All Rights Reserved.

@ -1,4 +1,3 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */
/* GeoIP.h
*
* Copyright (C) 2003 MaxMind LLC

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

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

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

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

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

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

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

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

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

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

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

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

@ -47,5 +47,3 @@ TQString RSS::extractNode(const TQDomNode &parent, const TQString &elemName, boo
return result;
}
// vim:noet:ts=4

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

Loading…
Cancel
Save