From c446e29bc39d136c913df87635a5c36b9f077b3e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 28 Jun 2008 18:42:51 +0000 Subject: Don't check for "kompare" each time 2 items are selected (thanks to Andreas Scherf). As Albert Astals Cid pointed out it might be nicer to use a menu plugin instead of hardcoding "kompare" (> KDE 4.1). CCMAIL: scherfa@arcor.de svn path=/trunk/KDE/kdebase/apps/; revision=825587 --- src/dolphinmainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 71d7b52d1..db8034139 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -383,6 +383,8 @@ private: /** Returns the name of the tab for the URL \a url. */ QString tabName(const KUrl& url) const; + bool isKompareInstalled() const; + private: /** * Implements a custom error handling for the undo manager. This -- cgit v1.3