summaryrefslogtreecommitdiffstats
path: root/src/videopreview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/videopreview.cpp')
-rw-r--r--src/videopreview.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/videopreview.cpp b/src/videopreview.cpp
index fa64568..b11acbb 100644
--- a/src/videopreview.cpp
+++ b/src/videopreview.cpp
@@ -20,24 +20,24 @@
#include "videopreview.h"
-#include <ntqfile.h>
-#include <ntqpixmap.h>
-#include <ntqimage.h>
+#include <tqfile.h>
+#include <tqpixmap.h>
+#include <tqimage.h>
#include <kstandarddirs.h>
#include <kpixmapsplitter.h>
#include <kmimetype.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <krandomsequence.h>
-#include <ntqdatetime.h>
-#include <ntqregexp.h>
-#include "videopreview.h"
-#include <ntqprocess.h>
+#include <tqdatetime.h>
+#include <tqregexp.h>
+
+#include <tqprocess.h>
#include <kdebug.h>
#include <ktempdir.h>
#include <kurl.h>
#include <math.h>
-#include <ntqfileinfo.h>
+#include <tqfileinfo.h>
#include <cstdlib>
#include <unistd.h>