~ubuntu-branches/ubuntu/trusty/networkmanagement/trusty

« back to all changes in this revision

Viewing changes to applet/interfaceitem.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-02-11 20:44:55 UTC
  • Revision ID: package-import@ubuntu.com-20120211204455-se2bx8iwlyhnp89u
Tags: 0.9.0~rc4-0ubuntu2
Cherry pick upstream commit 6a5e30e94ee539b7765eb5ad054bf9e1a6785703
as fix-and-workaround-graphical-artifacts.diff
to fix graphical artifacts in buttons with the default plasma theme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include <Plasma/Label>
37
37
#include <Plasma/Meter>
38
38
#include <Plasma/CheckBox>
39
 
#include <Plasma/PushButton>
 
39
#include <Plasma/IconWidget>
40
40
 
41
41
class QGraphicsGridLayout;
42
42
class QGraphicsLinearLayout;
128
128
    QGraphicsLinearLayout* m_infoLayout;
129
129
    Plasma::Label* m_icon;
130
130
    QPixmap* m_pixmap;
131
 
    Plasma::PushButton* m_disconnectButton;
 
131
    Plasma::IconWidget* m_disconnectButton;
132
132
    Plasma::Label* m_ifaceNameLabel;
133
133
    Plasma::Label* m_connectionNameLabel;
134
134
    QGraphicsLinearLayout* m_connectionInfoLayout;