]> git.sesse.net Git - kdenlive/blobdiff - thumbnailer/westleypreview.h
Krazy fixes: cleanup all headers
[kdenlive] / thumbnailer / westleypreview.h
index 79820accb33e5c7df5a708c8811b1d9f80142267..3b85cf151a83dc4ab17a3b1d1278bce1d09cf562 100644 (file)
  ***************************************************************************/
 
 
-#ifndef _westleypreview_H_
-#define _westleypreview_H_
-
-#include <qstring.h>
+#ifndef WESTLEYPREVIEW_H
+#define WESTLEYPREVIEW_H
 
 #include <kio/thumbcreator.h>
+
+#include <qstring.h>
+#include <qstringlist.h>
 #include <qobject.h>
 
 class QProcess;
 class KTempDir;
 class KRandomSequence;
 
-
-
-
 class WestleyPreview : public QObject, public ThumbCreator {
     Q_OBJECT
 public: