~ubuntu-branches/ubuntu/trusty/kde4libs/trusty

« back to all changes in this revision

Viewing changes to kio/kio/kfileitemactions_p.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Jonathan Thomas
  • Date: 2012-03-30 18:44:02 UTC
  • mfrom: (1.14.16)
  • Revision ID: package-import@ubuntu.com-20120330184402-4y9d0yaxmr2x01z4
Tags: 4:4.8.2-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Update symbols for libkparts4 and libkio5 

[ Jonathan Thomas ]
* Add kubuntu_fix_nepomuk_utils_crash.diff cherry-pick from KDE's 4.8
  branch. (LP: #948973)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <QActionGroup>
30
30
#include <QObject>
31
31
 
 
32
class KFileItemActions;
 
33
 
32
34
typedef QList<KServiceAction> ServiceList;
33
35
 
34
36
class KFileItemActionsPrivate : public QObject
35
37
{
36
38
    Q_OBJECT
37
39
public:
38
 
    KFileItemActionsPrivate();
 
40
    KFileItemActionsPrivate(KFileItemActions *qq);
39
41
    ~KFileItemActionsPrivate();
40
42
 
41
43
    int insertServicesSubmenus(const QMap<QString, ServiceList>& list, QMenu* menu, bool isBuiltin);
74
76
    void slotOpenWithDialog();
75
77
 
76
78
public:
 
79
    KFileItemActions* const q;
77
80
    KFileItemListProperties m_props;
78
81
    QStringList m_mimeTypeList;
79
82
    QString m_traderConstraint;