call the containment init as well so we get actions and what not

svn path=/trunk/KDE/kdebase/apps/; revision=850291
This commit is contained in:
Aaron J. Seigo 2008-08-21 07:48:27 +00:00
parent 8e0fb286f7
commit d325551144

View file

@ -261,6 +261,8 @@ FolderView::FolderView(QObject *parent, const QVariantList &args)
void FolderView::init()
{
Containment::init();
// We handle the caching ourselves
setCacheMode(NoCache);