summaryrefslogtreecommitdiffstats
path: root/src/app/playlistFile.cpp
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-06-13 16:55:00 +0200
committergregory guy <[email protected]>2020-06-21 15:36:20 +0200
commit0b2288da16894d45e95caf5c0f1f5cba3f17c2dd (patch)
tree7dc6943b6af7edd7500456aaa813d79c8f09c88b /src/app/playlistFile.cpp
parent88aa431c9d79bad942de04f4b28954b428079fd1 (diff)
downloadcodeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.tar.gz
codeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/playlistFile.cpp')
-rw-r--r--src/app/playlistFile.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/playlistFile.cpp b/src/app/playlistFile.cpp
index 83b1f5d..d520fa2 100644
--- a/src/app/playlistFile.cpp
+++ b/src/app/playlistFile.cpp
@@ -5,13 +5,13 @@
//TODO error messages that vary depending on if the file is remote or not
-#include "codeine.h"
-#include "debug.h"
+#include "../codeine.h"
+#include "../debug.h"
#include <tdeio/netaccess.h>
#include "playlistFile.h"
-#include <ntqfile.h>
-#include <ntqtextstream.h>
-#include <mxcl.library.h>
+#include <tqfile.h>
+#include <tqtextstream.h>
+#include "../mxcl.library.h"
PlaylistFile::PlaylistFile( const KURL &url )