summaryrefslogtreecommitdiffstats
path: root/kicker
diff options
context:
space:
mode:
Diffstat (limited to 'kicker')
-rw-r--r--kicker/kicker/buttons/kbutton.cpp2
-rw-r--r--kicker/taskbar/taskbar.cpp2
-rw-r--r--kicker/taskbar/taskbarcontainer.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kicker/kicker/buttons/kbutton.cpp b/kicker/kicker/buttons/kbutton.cpp
index 6e934eb4f..56b781f3a 100644
--- a/kicker/kicker/buttons/kbutton.cpp
+++ b/kicker/kicker/buttons/kbutton.cpp
@@ -111,4 +111,4 @@ void KButton::drawButton(TQPainter *p)
PanelPopupButton::drawDeepButton(p);
else
PanelPopupButton::drawButton(p);
-} \ No newline at end of file
+}
diff --git a/kicker/taskbar/taskbar.cpp b/kicker/taskbar/taskbar.cpp
index d89149b13..cae24916d 100644
--- a/kicker/taskbar/taskbar.cpp
+++ b/kicker/taskbar/taskbar.cpp
@@ -1462,4 +1462,4 @@ int TaskBar::taskMoveHandler(TaskMoveDestination::TaskMoveDestination dest, Task
}
return false;
-} \ No newline at end of file
+}
diff --git a/kicker/taskbar/taskbarcontainer.cpp b/kicker/taskbar/taskbarcontainer.cpp
index fa105de15..a891cf64e 100644
--- a/kicker/taskbar/taskbarcontainer.cpp
+++ b/kicker/taskbar/taskbarcontainer.cpp
@@ -363,4 +363,4 @@ void TaskBarContainer::dropEvent( TQDropEvent* e )
e->accept();
}
}
-} \ No newline at end of file
+}