diff options
| author | Peter Penz <[email protected]> | 2008-06-28 18:42:51 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-06-28 18:42:51 +0000 |
| commit | c446e29bc39d136c913df87635a5c36b9f077b3e (patch) | |
| tree | d9396aa2b445f5ee57ab0771b70b76235e11df32 /src/dolphinmainwindow.h | |
| parent | 15979f49c00ef380a1d19f38c0467283e5841ec5 (diff) | |
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: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=825587
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
