~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to applets/kimpanel/src/kimstatusbar.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-26 13:35:18 UTC
  • mto: (0.4.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: james.westby@ubuntu.com-20101126133518-remqkgqjafk2a4jc
Tags: upstream-4.5.80
ImportĀ upstreamĀ versionĀ 4.5.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    void setGraphicsWidget(KIMStatusBarGraphics *widget);
54
54
    KIMStatusBarGraphics *graphicsWidget() 
55
55
    {
56
 
        return m_widget;
 
56
        return m_widget.data();
57
57
    }
58
58
 
59
59
    bool eventFilter(QObject *watched, QEvent *event);
79
79
 
80
80
    Plasma::Corona *m_scene;
81
81
    QGraphicsView *m_view;
82
 
    KIMStatusBarGraphics *m_widget;
 
82
    QWeakPointer<KIMStatusBarGraphics> m_widget;
83
83
 
84
84
    QVBoxLayout *m_layout;
85
85