summaryrefslogtreecommitdiffstats
path: root/src/app/captureFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/captureFrame.cpp')
-rw-r--r--src/app/captureFrame.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/app/captureFrame.cpp b/src/app/captureFrame.cpp
index 6043b76..3be0e9f 100644
--- a/src/app/captureFrame.cpp
+++ b/src/app/captureFrame.cpp
@@ -1,21 +1,21 @@
// (C) 2005 Max Howell (max.howell@methylblue.com)
// See COPYING file for licensing information
-#include "debug.h"
+#include "../debug.h"
#include <tdefiledialog.h>
#include <kpreviewwidgetbase.h>
#include <kpushbutton.h>
#include <kstatusbar.h>
#include <kstdguiitem.h>
#include "mainWindow.h"
-#include "mxcl.library.h"
-#include <ntqdialog.h>
-#include <ntqhbox.h>
-#include <ntqlabel.h>
-#include <ntqimage.h>
-#include <ntqlayout.h>
-#include <ntqpainter.h>
-#include <ntqstringlist.h>
+#include "../mxcl.library.h"
+#include <tqdialog.h>
+#include <tqhbox.h>
+#include <tqlabel.h>
+#include <tqimage.h>
+#include <tqlayout.h>
+#include <tqpainter.h>
+#include <tqstringlist.h>
#include "theStream.h"
#include "xineEngine.h"
#include <xine.h>