~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/dolphin/src/panels/information/kmetadatawidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-12-19 18:29:39 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20091219182939-i4q5c16348k7vxuk
Tags: 4:4.3.85-0ubuntu1
* New upstream release
  - Bump build-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <QList>
26
26
#include <QWidget>
27
27
 
 
28
#include <config-nepomuk.h>
 
29
 
28
30
class KUrl;
29
31
 
30
32
/**
138
140
    Q_PRIVATE_SLOT(d, void slotCommentChanged(const QString& comment))
139
141
    Q_PRIVATE_SLOT(d, void slotMetaDataUpdateDone())
140
142
    Q_PRIVATE_SLOT(d, void slotLinkActivated(const QString& link))
 
143
    Q_PRIVATE_SLOT(d, void slotTagActivated(const Nepomuk::Tag& tag))
141
144
};
142
145
 
143
146
Q_DECLARE_OPERATORS_FOR_FLAGS(KMetaDataWidget::MetaDataTypes)