diff options
| author | David Faure <[email protected]> | 2007-05-19 08:03:39 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-05-19 08:03:39 +0000 |
| commit | 3aa47b789bc9eb9ed68f4eeacffd45bddd1b92e4 (patch) | |
| tree | 95766bd0d14efed8489dfccd491157891b0f69c5 /src/renamedialog.h | |
| parent | 5c1e93481aa1f1305eb35358f1973ba2678ac07f (diff) | |
Make the test link (moving renamedialog to libdolphinprivate since we'll need that feature in the part anyway)
svn path=/trunk/KDE/kdebase/apps/; revision=666229
Diffstat (limited to 'src/renamedialog.h')
| -rw-r--r-- | src/renamedialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/renamedialog.h b/src/renamedialog.h index b99fed291..d6adb6f95 100644 --- a/src/renamedialog.h +++ b/src/renamedialog.h @@ -19,11 +19,12 @@ #ifndef RENAMEDIALOG_H #define RENAMEDIALOG_H +#include "libdolphin_export.h" + #include <kdialog.h> #include <kurl.h> - class KLineEdit; /** @@ -45,7 +46,7 @@ class KLineEdit; * } * \endcode */ -class RenameDialog : public KDialog +class LIBDOLPHINPRIVATE_EXPORT RenameDialog : public KDialog { Q_OBJECT |
