summaryrefslogtreecommitdiffstats
path: root/src/app/playlistFile.cpp
diff options
context:
space:
mode:
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 )