~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to knotify/daemon/notifybypopup.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                virtual QString optionName() { return "Popup"; }
36
36
                virtual void notify(int id , KNotifyConfig *config);
37
37
                virtual void close( int id );
38
 
                
 
38
                virtual void update(int id, KNotifyConfig *config);
39
39
        private:
40
40
                QHash<int, KPassivePopup * > m_popups;
 
41
                KPassivePopup *showPopup(int id,KNotifyConfig *config);
41
42
                
42
43
        private Q_SLOTS:
43
44
                void slotPopupDestroyed();