X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsubprojectitem.h;h=5332e1db9f56ff8d8095c702a45a6ce652456038;hb=645eed7aae335fe3238e243f27e8f6a9a9de5825;hp=6831682a9b2b5566159b3dcab48693cd6f71dd98;hpb=55b10ef4f3093b158c0dc910ac974e2bdf9ce00d;p=kdenlive diff --git a/src/subprojectitem.h b/src/subprojectitem.h index 6831682a..5332e1db 100644 --- a/src/subprojectitem.h +++ b/src/subprojectitem.h @@ -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; }