summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/alsaplayer
diff options
context:
space:
mode:
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