diff options
Diffstat (limited to 'src/dolphiniconsview.h')
| -rw-r--r-- | src/dolphiniconsview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 70552a413..f4eb5e260 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Peter Penz ([email protected]) * + * Copyright (C) 2006-2009 by Peter Penz <[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 * @@ -73,6 +73,7 @@ protected: private slots: void slotShowPreviewChanged(); void slotAdditionalInfoChanged(); + void setNameFilter(const QString& nameFilter); void setZoomLevel(int level); void requestActivation(); void slotGlobalSettingsChanged(int category); |
