~ubuntu-branches/ubuntu/trusty/krusader/trusty

« back to all changes in this revision

Viewing changes to krusader/Panel/krinterbriefview.h

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-08-08 13:47:36 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808134736-8e630ivgd2c3sgg5
Tags: 1:2.4.0~beta1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
{
32
32
    Q_OBJECT
33
33
public:
34
 
    KrInterBriefView(QWidget *parent, KrViewInstance &instance, const bool &left, KConfig *cfg);
 
34
    KrInterBriefView(QWidget *parent, KrViewInstance &instance, KConfig *cfg);
35
35
    virtual ~KrInterBriefView();
36
36
 
37
37
    // ---- reimplemented from QAbstractItemView ----
65
65
 
66
66
    // ---- reimplemented from KrView ----
67
67
    virtual void setup();
68
 
    virtual void doRestoreSettings(KConfigGroup &group);
69
 
    virtual void doSaveSettings(KConfigGroup &group);
 
68
    virtual void doRestoreSettings(KConfigGroup group);
 
69
    virtual void saveSettings(KConfigGroup grp, KrViewProperties::PropertyType properties);
70
70
    virtual void copySettingsFrom(KrView *other);
71
71
    virtual QRect itemRect(const vfile *vf);
72
72
    virtual void showContextMenu(const QPoint & p);