diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 00:24:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 00:24:39 +0900 |
commit | c2cdd1a81546369d923008f8ba4fdb6828846122 (patch) | |
tree | 24add0ab832802ca7708aec39dad35450e0f88a8 /noatun-plugins/alsaplayer | |
parent | a854554c7e7e21c755f4da3f8b2e4b0d32ae4d32 (diff) | |
download | tdeaddons-c2cdd1a81546369d923008f8ba4fdb6828846122.tar.gz tdeaddons-c2cdd1a81546369d923008f8ba4fdb6828846122.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 61e4a38f6aef304b9bacac0a908430a141cb5fc8)
Diffstat (limited to 'noatun-plugins/alsaplayer')
-rw-r--r-- | noatun-plugins/alsaplayer/alsaplayerui.cpp | 2 | ||||
-rw-r--r-- | noatun-plugins/alsaplayer/configmodule.cpp | 1 | ||||
-rw-r--r-- | noatun-plugins/alsaplayer/configmodule.h | 1 | ||||
-rw-r--r-- | noatun-plugins/alsaplayer/seeker.cpp | 1 | ||||
-rw-r--r-- | noatun-plugins/alsaplayer/seeker.h | 1 | ||||
-rw-r--r-- | noatun-plugins/alsaplayer/userinterface.cpp | 1 | ||||
-rw-r--r-- | noatun-plugins/alsaplayer/userinterface.h | 1 |
7 files changed, 0 insertions, 8 deletions
diff --git a/noatun-plugins/alsaplayer/alsaplayerui.cpp b/noatun-plugins/alsaplayer/alsaplayerui.cpp index e7a5e6b..6f15b4d 100644 --- a/noatun-plugins/alsaplayer/alsaplayerui.cpp +++ b/noatun-plugins/alsaplayer/alsaplayerui.cpp @@ -31,5 +31,3 @@ extern "C" return new AlsaPlayer; } } - -// vim:ts=2:sw=2:tw=78:noet diff --git a/noatun-plugins/alsaplayer/configmodule.cpp b/noatun-plugins/alsaplayer/configmodule.cpp index 58a35f8..c72f0eb 100644 --- a/noatun-plugins/alsaplayer/configmodule.cpp +++ b/noatun-plugins/alsaplayer/configmodule.cpp @@ -68,5 +68,4 @@ AlsaPlayerConfigModule::reopen() scroll_->setChecked(c->readBoolEntry("ScrollTitle", true)); } -// vim:ts=2:sw=2:tw=78:noet #include "configmodule.moc" diff --git a/noatun-plugins/alsaplayer/configmodule.h b/noatun-plugins/alsaplayer/configmodule.h index 900ecfb..e4a2a42 100644 --- a/noatun-plugins/alsaplayer/configmodule.h +++ b/noatun-plugins/alsaplayer/configmodule.h @@ -51,4 +51,3 @@ class AlsaPlayerConfigModule : public CModule }; #endif // ALSAPLAYER_CONFIG_MODULE_H -// vim:ts=2:sw=2:tw=78:noet diff --git a/noatun-plugins/alsaplayer/seeker.cpp b/noatun-plugins/alsaplayer/seeker.cpp index 282f50d..3149462 100644 --- a/noatun-plugins/alsaplayer/seeker.cpp +++ b/noatun-plugins/alsaplayer/seeker.cpp @@ -57,5 +57,4 @@ void Seeker::wheelEvent(TQWheelEvent *) // ignore } -// vim:ts=2:sw=2:tw=78:noet #include "seeker.moc" diff --git a/noatun-plugins/alsaplayer/seeker.h b/noatun-plugins/alsaplayer/seeker.h index 6051d02..5b5b54b 100644 --- a/noatun-plugins/alsaplayer/seeker.h +++ b/noatun-plugins/alsaplayer/seeker.h @@ -48,4 +48,3 @@ class Seeker : public L33tSlider }; #endif -// vim:ts=2:sw=2:tw=78:noet diff --git a/noatun-plugins/alsaplayer/userinterface.cpp b/noatun-plugins/alsaplayer/userinterface.cpp index 146f503..a7fdadf 100644 --- a/noatun-plugins/alsaplayer/userinterface.cpp +++ b/noatun-plugins/alsaplayer/userinterface.cpp @@ -336,4 +336,3 @@ void AlsaPlayer::slotForward() } #include "userinterface.moc" -// vim:ts=2:sw=2:tw=78:noet diff --git a/noatun-plugins/alsaplayer/userinterface.h b/noatun-plugins/alsaplayer/userinterface.h index 4951d38..2ea634c 100644 --- a/noatun-plugins/alsaplayer/userinterface.h +++ b/noatun-plugins/alsaplayer/userinterface.h @@ -89,4 +89,3 @@ class AlsaPlayer : public APMainWindow, public UserInterface }; #endif -// vim:ts=2:sw=2:tw=78:noet |