]> git.sesse.net Git - kdenlive/commitdiff
small typo fix + cleanup
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 30 Mar 2009 20:57:07 +0000 (20:57 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 30 Mar 2009 20:57:07 +0000 (20:57 +0000)
svn path=/trunk/kdenlive/; revision=3189

src/effectslist.cpp
src/effectslist.h

index 1c8be746bb2c84d27ce977cd1272e0f129f24faa..ecacc1bb9e32173bd6c5c2a1aeab9dd09ee25f27 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
-                          docclipbaseiterator.cpp  -  description
+                          effectslist.cpp  -  description
                              -------------------
     begin                : Sat Aug 10 2002
     copyright            : (C) 2002 by Jason Wood
index e2bb0fb09f87bf5b1ebda32a639a4cc3c1a475c6..510c297a9303cb97e9bdbee1fdd890da97b81437 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
-                          docclipbaseiterator.h  -  description
+                          effectslist.h  -  description
                              -------------------
     begin                : Sat Aug 10 2002
     copyright            : (C) 2002 by Jason Wood
@@ -19,6 +19,7 @@
 #define EFFECTSLIST_H
 
 #include <QList>
+#include <QDomElement>
 
 /**A List for DocClipBase objects. Use this instead of QList<DocClipBase> so as to sort lists correctly.
  * Also contains the ability to set a "master clip", which can be used by a number of operations where
@@ -26,7 +27,6 @@
   * @author Jason Wood
   */
 
-#include <QDomElement>
 
 class EffectsList: public QList < QDomElement > {
 public: