diff options
| author | David Faure <[email protected]> | 2010-08-30 08:56:19 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2010-08-30 08:56:19 +0000 |
| commit | 12f15322b3fe6e6c5045d8b3e4f319c0eea7e3aa (patch) | |
| tree | 55d92cc9d8a3f30ef2e493c5d358e90f3f9a3802 /src/views | |
| parent | efb1cd9cad5ee540e0e37a3a6d9cbe9fe5d55268 (diff) | |
Move dolphin's statusbar message-label (the one with support for errors and a close button) to libkonq
so that it can be used in konqueror as well. Fix its sizeHint. Reviewed by Peter Penz.
svn path=/trunk/KDE/kdebase/apps/; revision=1169901
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphindirlister.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/dolphindirlister.h b/src/views/dolphindirlister.h index 629c335d3..0549c3c8f 100644 --- a/src/views/dolphindirlister.h +++ b/src/views/dolphindirlister.h @@ -20,13 +20,14 @@ #ifndef DOLPHINDIRLISTER_H #define DOLPHINDIRLISTER_H +#include <libdolphin_export.h> #include <kdirlister.h> /** * @brief Extends the class KDirLister by emitting a signal when an * error occurred instead of showing an error dialog. */ -class DolphinDirLister : public KDirLister +class LIBDOLPHINPRIVATE_EXPORT DolphinDirLister : public KDirLister { Q_OBJECT |
