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

« back to all changes in this revision

Viewing changes to krusader/GUI/mediabutton.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
#include <QtCore/QTimer>
32
32
 
33
33
class QMenu;
34
 
class KMountPoint;
35
34
class KIcon;
36
35
 
37
36
class MediaButton : public QToolButton
54
53
 
55
54
signals:
56
55
    void openUrl(const KUrl&);
 
56
    void newTab(const KUrl&);
57
57
    void aboutToShow();
58
58
 
59
59
protected: