diff options
| author | Matthias Fuchs <[email protected]> | 2009-10-09 10:39:32 +0000 |
|---|---|---|
| committer | Matthias Fuchs <[email protected]> | 2009-10-09 10:39:32 +0000 |
| commit | ec6144e5cf91bfe7d0c0343e2f47db85aa1160b0 (patch) | |
| tree | e322fe56194f39627806abac5d64fb137e5a8adf /src/dolphinsearchbox.h | |
| parent | 11e456e34c796f34c2cf382c8f1c013623144c3c (diff) | |
Use a desktop-file for completion-items for the dolphin-search-box.
svn path=/trunk/KDE/kdebase/apps/; revision=1033040
Diffstat (limited to 'src/dolphinsearchbox.h')
| -rw-r--r-- | src/dolphinsearchbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinsearchbox.h b/src/dolphinsearchbox.h index 2f1c6e172..c518d6a1d 100644 --- a/src/dolphinsearchbox.h +++ b/src/dolphinsearchbox.h @@ -1,5 +1,6 @@ /*************************************************************************** * Copyright (C) 2009 by Peter Penz <[email protected]> * + * Copyright (C) 2009 by Matthias Fuchs <[email protected]> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -47,7 +48,7 @@ class DolphinSearchCompleter : public QObject void slotTextEdited(const QString &text); private: - void addCompletionItem(const QString& displayed, const QString& usedForCompletition, const QString& description = QString(), const KIcon& icon = KIcon()); + void addCompletionItem(const QString& displayed, const QString& usedForCompletition, const QString& description = QString(), const QString& toolTip = QString(), const KIcon& icon = KIcon()); void findText(int* wordStart, int* wordEnd, QString* newWord, int cursorPos, const QString &input); |
