summaryrefslogtreecommitdiffstats
path: root/src/app/actions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/actions.cpp')
-rw-r--r--src/app/actions.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/actions.cpp b/src/app/actions.cpp
index 7447320..65e1f39 100644
--- a/src/app/actions.cpp
+++ b/src/app/actions.cpp
@@ -1,12 +1,14 @@
// Copyright 2005 Max Howell (max.howell@methylblue.com)
// See COPYING file for licensing information
-#include "actions.h"
+#include <tqtoolbutton.h>
+
#include "../debug.h"
#include "../mxcl.library.h"
-#include <tqtoolbutton.h>
+#include "actions.h"
#include "xineEngine.h"
+
namespace Codeine
{
PlayAction::PlayAction( TQObject *receiver, const char *slot, TDEActionCollection *ac )