Introduced the new icon for title block templates, got rid of the "green directory" icon used for projects.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1701 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-04-28 21:33:36 +00:00
parent a507e863e7
commit e6180e8971
8 changed files with 7 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ ProjectView::ProjectView(QETProject *project, QWidget *parent) :
project_(0)
{
setObjectName("ProjectView");
setWindowIcon(QET::Icons::Project);
setWindowIcon(QET::Icons::ProjectFile);
// construit le widget "fallback"
fallback_widget_ = new QWidget();