KDE/kdevelop/lib/interfaces
Matt Rogers
mattr at kde.org
Fri Apr 14 05:33:06 UTC 2006
SVN commit 529666 by mattr:
revert revision 529410 which allows compilation with snapshot.
KDevelop tracks trunk and has for quite some time now.
CCMAIL: quanta-devel at kde.org
CCMAIL: kdevelop-devel at kdevelop.org
M +2 -4 kdevprojectmodel.cpp
--- trunk/KDE/kdevelop/lib/interfaces/kdevprojectmodel.cpp #529665:529666
@@ -25,14 +25,12 @@
QIcon KDevProjectFolderItem::icon() const
{
- return KMimeType::pixmapForURL(KUrl::fromPathOrURL(directory().absolutePath()), 0,
-K3Icon::Small);
+ return KIO::pixmapForURL(KUrl::fromPathOrURL(directory().absolutePath()), 0, K3Icon::Small);
}
QIcon KDevProjectFileItem::icon() const
{
- return KMimeType::pixmapForURL(KUrl::fromPathOrURL(fileInfo().absoluteFilePath()), 0,
-K3Icon::Small);
+ return KIO::pixmapForURL(KUrl::fromPathOrURL(fileInfo().absoluteFilePath()), 0, K3Icon::Small);
}
QList<KDevProjectFolderItem*> KDevProjectItem::folderList() const
More information about the KDevelop-devel
mailing list