summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/alsaplayer
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-09-21 00:24:17 +0900
committerMichele Calgaro <[email protected]>2020-09-21 00:24:17 +0900
commit61e4a38f6aef304b9bacac0a908430a141cb5fc8 (patch)
treeb62f29bac6db81d7cf4558e290e95cf886b6fe57 /noatun-plugins/alsaplayer
parent8936820e41771ff5f844e4acb3385ad4bc70222b (diff)
downloadtdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.tar.gz
tdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'noatun-plugins/alsaplayer')
-rw-r--r--noatun-plugins/alsaplayer/alsaplayerui.cpp2
-rw-r--r--noatun-plugins/alsaplayer/configmodule.cpp1
-rw-r--r--noatun-plugins/alsaplayer/configmodule.h1
-rw-r--r--noatun-plugins/alsaplayer/seeker.cpp1
-rw-r--r--noatun-plugins/alsaplayer/seeker.h1
-rw-r--r--noatun-plugins/alsaplayer/userinterface.cpp1
-rw-r--r--noatun-plugins/alsaplayer/userinterface.h1
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