]> git.sesse.net Git - kdenlive/blobdiff - src/projectlistview.h
Krazy fixes: cleanup all headers
[kdenlive] / src / projectlistview.h
index 4b302e5e83be1028c1297f98f67418d870d97fc6..cc9be0db0496df429600057af2ad16092a07366c 100644 (file)
  ***************************************************************************/
 
 
-#ifndef PRJECTLISTVIEW_H
-#define PRJECTLISTVIEW_H
+#ifndef PROJECTLISTVIEW_H
+#define PROJECTLISTVIEW_H
 
 #include <QTreeWidget>
 #include <QContextMenuEvent>
 #include <QPainter>
 
+class DocClipBase;
+
+class KUrl;
 
 class ProjectListView : public QTreeWidget {
     Q_OBJECT