summaryrefslogtreecommitdiffstats
path: root/src/app/volumeAction.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-06-13 16:55:00 +0200
committergregory guy <gregory-tde@laposte.net>2020-06-21 15:36:20 +0200
commit0b2288da16894d45e95caf5c0f1f5cba3f17c2dd (patch)
tree7dc6943b6af7edd7500456aaa813d79c8f09c88b /src/app/volumeAction.cpp
parent88aa431c9d79bad942de04f4b28954b428079fd1 (diff)
downloadcodeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.tar.gz
codeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/app/volumeAction.cpp')
-rw-r--r--src/app/volumeAction.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/app/volumeAction.cpp b/src/app/volumeAction.cpp
index f9a1951..0c0b81c 100644
--- a/src/app/volumeAction.cpp
+++ b/src/app/volumeAction.cpp
@@ -3,14 +3,14 @@
#include <tdelocale.h>
#include <tdetoolbar.h>
-#include <ntqevent.h>
-#include <ntqlabel.h>
-#include <ntqlayout.h>
-#include <ntqslider.h>
+#include <tqevent.h>
+#include <tqlabel.h>
+#include <tqlayout.h>
+#include <tqslider.h>
-#include "debug.h"
+#include "../debug.h"
#include "volumeAction.h"
-#include "volumeAction.moc"
+
#include "xineEngine.h"
@@ -112,3 +112,5 @@ VolumeAction::eventFilter( TQObject *o, TQEvent *e )
return false;
}
}
+
+#include "volumeAction.moc"