]> git.sesse.net Git - kdenlive/blobdiff - src/subprojectitem.h
Cleaning code style of Definitions.
[kdenlive] / src / subprojectitem.h
index 6831682a9b2b5566159b3dcab48693cd6f71dd98..5332e1db9f56ff8d8095c702a45a6ce652456038 100644 (file)
@@ -52,7 +52,7 @@ public:
     /** Make sure folders appear on top of the tree widget */
     virtual bool operator<(const QTreeWidgetItem &other)const {
         int column = treeWidget()->sortColumn();
-        if (other.type() != PROJECTFOLDERTYPE)
+        if (other.type() != ProjectFoldeType)
             return text(column).toLower() < other.text(column).toLower();
         else return false;
     }