diff options
| author | Patrick Spendrin <[email protected]> | 2009-11-02 16:05:52 +0000 |
|---|---|---|
| committer | Patrick Spendrin <[email protected]> | 2009-11-02 16:05:52 +0000 |
| commit | 7f76ab761df95de1d77c9d52ca058b8a56a4e6c1 (patch) | |
| tree | b568364556337519c42741f86f7c9bad68580d30 /src | |
| parent | 9aaa347b1f1ca61b58efe8d3c250132a12ce4ab0 (diff) | |
do not export this widget with a wrong export define
svn path=/trunk/KDE/kdebase/apps/; revision=1043889
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/information/kmetadatawidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/kmetadatawidget.h b/src/panels/information/kmetadatawidget.h index fbcf79f40..5cbc27b89 100644 --- a/src/panels/information/kmetadatawidget.h +++ b/src/panels/information/kmetadatawidget.h @@ -38,7 +38,7 @@ class KUrl; * comment. The changes are stored automatically by the * meta data widget. */ -class KFILE_EXPORT KMetaDataWidget : public QWidget +class KMetaDataWidget : public QWidget { Q_OBJECT |
