summaryrefslogtreecommitdiffstats
path: root/tdefx
diff options
context:
space:
mode:
Diffstat (limited to 'tdefx')
-rw-r--r--tdefx/tdestyle.cpp4
-rw-r--r--tdefx/tdestyle.h3
2 files changed, 0 insertions, 7 deletions
diff --git a/tdefx/tdestyle.cpp b/tdefx/tdestyle.cpp
index ded6a2372..e2fadb17f 100644
--- a/tdefx/tdestyle.cpp
+++ b/tdefx/tdestyle.cpp
@@ -2410,8 +2410,4 @@ void kde_tdestyle_set_scrollbar_type_windows( void* style )
{
((TDEStyle*)style)->setScrollBarType( TDEStyle::WindowsStyleScrollBar );
}
-
-// vim: set noet ts=4 sw=4:
-// kate: indent-width 4; replace-tabs off; tab-width 4; space-indent off;
-
#include "tdestyle.moc"
diff --git a/tdefx/tdestyle.h b/tdefx/tdestyle.h
index edcb9eb91..505682b32 100644
--- a/tdefx/tdestyle.h
+++ b/tdefx/tdestyle.h
@@ -376,8 +376,5 @@ class TDEFX_EXPORT TDEStyle: public TQCommonStyle
private:
TDEStylePrivate *d;
};
-
-
-// vim: set noet ts=4 sw=4:
#endif