From 77a576335ca8ef6a8921b766c43b07b6eb65e80f Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 5 Oct 2007 22:32:13 +0000 Subject: fixed most regressions due to the previous column-view refactoring svn path=/trunk/KDE/kdebase/apps/; revision=721706 --- src/dolphinview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index d9d2f5cca..2f3bdadb4 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -418,11 +418,11 @@ private slots: void activate(); /** - * If the item specified by \a index is a directory, then this + * If the item \a item is a directory, then this * directory will be loaded. If the item is a file, the corresponding * application will get started. */ - void triggerItem(const QModelIndex& index); + void triggerItem(const KFileItem& index); /** * Generates a preview image for each file item in \a items. -- cgit v1.3