summaryrefslogtreecommitdiffstats
path: root/kicker
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-22 21:48:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-22 22:20:09 +0900
commit60969a61fa0e164f126cb3e77036579c71c05b1a (patch)
tree9605a8c95326a9ab861483cb91071789a38ab223 /kicker
parent95a1a02e9efc2854d81130a9fc5218d9150141c6 (diff)
downloadtdebase-60969a61fa0e164f126cb3e77036579c71c05b1a.tar.gz
tdebase-60969a61fa0e164f126cb3e77036579c71c05b1a.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 08d0bb03c026ca9d72fb13105363979660ea9aed)
Diffstat (limited to 'kicker')
-rw-r--r--kicker/kicker/ui/browser_mnu.cpp2
-rw-r--r--kicker/kicker/ui/hidebutton.cpp2
-rw-r--r--kicker/kicker/ui/hidebutton.h2
-rw-r--r--kicker/kicker/ui/itemview.cpp2
-rw-r--r--kicker/kicker/ui/k_new_mnu.cpp2
-rw-r--r--kicker/kicker/ui/kickoff_bar.cpp1
-rw-r--r--kicker/libkicker/simplebutton.cpp2
-rw-r--r--kicker/libkicker/simplebutton.h2
-rw-r--r--kicker/menuext/kate/katesessionmenu.cpp3
-rw-r--r--kicker/menuext/kate/katesessionmenu.h2
10 files changed, 0 insertions, 20 deletions
diff --git a/kicker/kicker/ui/browser_mnu.cpp b/kicker/kicker/ui/browser_mnu.cpp
index 9b629e165..c5b76569c 100644
--- a/kicker/kicker/ui/browser_mnu.cpp
+++ b/kicker/kicker/ui/browser_mnu.cpp
@@ -544,5 +544,3 @@ void PanelBrowserMenu::initIconMap()
_icons->insert("exec", SmallIcon("application-x-executable"));
_icons->insert("chardevice", SmallIcon("chardevice"));
}
-
-// vim: sw=4 et
diff --git a/kicker/kicker/ui/hidebutton.cpp b/kicker/kicker/ui/hidebutton.cpp
index 04666659d..971679359 100644
--- a/kicker/kicker/ui/hidebutton.cpp
+++ b/kicker/kicker/ui/hidebutton.cpp
@@ -198,5 +198,3 @@ void HideButton::resizeEvent(TQResizeEvent *)
}
#include "hidebutton.moc"
-
-// vim:ts=4:sw=4:et
diff --git a/kicker/kicker/ui/hidebutton.h b/kicker/kicker/ui/hidebutton.h
index bb68929a1..c73c25ba7 100644
--- a/kicker/kicker/ui/hidebutton.h
+++ b/kicker/kicker/ui/hidebutton.h
@@ -52,5 +52,3 @@ class HideButton : public TQButton
};
#endif // HIDEBUTTON_H
-
-// vim:ts=4:sw=4:et
diff --git a/kicker/kicker/ui/itemview.cpp b/kicker/kicker/ui/itemview.cpp
index ea7894343..4ca9acb81 100644
--- a/kicker/kicker/ui/itemview.cpp
+++ b/kicker/kicker/ui/itemview.cpp
@@ -1256,5 +1256,3 @@ bool FavoritesItemView::acceptDrag (TQDropEvent* event) const
}
#include "itemview.moc"
-
-// vim:cindent:sw=4:
diff --git a/kicker/kicker/ui/k_new_mnu.cpp b/kicker/kicker/ui/k_new_mnu.cpp
index 0308fe2d7..0cb572211 100644
--- a/kicker/kicker/ui/k_new_mnu.cpp
+++ b/kicker/kicker/ui/k_new_mnu.cpp
@@ -3918,5 +3918,3 @@ void KMenu::runUserCommand()
kapp->dcopClient()->send( appname, "KDesktopIface",
"popupExecuteCommand()", data );
}
-
-// vim:cindent:sw=4:
diff --git a/kicker/kicker/ui/kickoff_bar.cpp b/kicker/kicker/ui/kickoff_bar.cpp
index e6e66b441..c13bffe14 100644
--- a/kicker/kicker/ui/kickoff_bar.cpp
+++ b/kicker/kicker/ui/kickoff_bar.cpp
@@ -235,4 +235,3 @@ void KickoffTabBar::mousePressEvent( TQMouseEvent * e )
}
#include "kickoff_bar.moc"
-// vim:cindent:sw=4:
diff --git a/kicker/libkicker/simplebutton.cpp b/kicker/libkicker/simplebutton.cpp
index 67c90b81a..12d5085d4 100644
--- a/kicker/libkicker/simplebutton.cpp
+++ b/kicker/libkicker/simplebutton.cpp
@@ -285,5 +285,3 @@ void SimpleArrowButton::leaveEvent( TQEvent *e )
}
#include "simplebutton.moc"
-
-// vim:ts=4:sw=4:et
diff --git a/kicker/libkicker/simplebutton.h b/kicker/libkicker/simplebutton.h
index bbfcbd79d..e89571ef0 100644
--- a/kicker/libkicker/simplebutton.h
+++ b/kicker/libkicker/simplebutton.h
@@ -87,5 +87,3 @@ class KDE_EXPORT SimpleArrowButton: public SimpleButton
#endif // HIDEBUTTON_H
-
-// vim:ts=4:sw=4:et
diff --git a/kicker/menuext/kate/katesessionmenu.cpp b/kicker/menuext/kate/katesessionmenu.cpp
index 854f4ce31..0a041d445 100644
--- a/kicker/menuext/kate/katesessionmenu.cpp
+++ b/kicker/menuext/kate/katesessionmenu.cpp
@@ -145,6 +145,3 @@ void KateSessionMenu::slotExec( int id )
kapp->tdeinitExec("kate", args);
}
-
-
-// kate: space-indent: on; indent-width 2; replace-tabs on;
diff --git a/kicker/menuext/kate/katesessionmenu.h b/kicker/menuext/kate/katesessionmenu.h
index 3d5519496..77e2b5698 100644
--- a/kicker/menuext/kate/katesessionmenu.h
+++ b/kicker/menuext/kate/katesessionmenu.h
@@ -41,5 +41,3 @@ class KateSessionMenu : public KPanelMenu {
};
#endif // _KateSessionMenu_h_
-
-// kate: space-indent on; indent-width 2; replace-tabs on;