~ubuntu-branches/ubuntu/vivid/psi/vivid

« back to all changes in this revision

Viewing changes to src/psiapplication.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifdef Q_WS_MAC
26
26
#include <Carbon/Carbon.h>
27
27
#endif
28
 
#ifdef Q_WS_WIN
29
 
#include <qt_windows.h>
30
 
#endif
31
28
 
32
29
class QEvent;
33
30
 
45
42
#ifdef Q_WS_MAC
46
43
        bool macEventFilter(EventHandlerCallRef, EventRef);
47
44
#endif
48
 
#ifdef Q_WS_WIN
49
 
        bool winEventFilter(MSG* msg, long* result);
50
 
#endif
 
45
 
 
46
        // reimplemented
 
47
        void commitData(QSessionManager& manager);
51
48
 
52
49
signals:
 
50
        void forceSavePreferences();
53
51
        void dockActivated();
54
52
        void newTrayOwner();
55
53
        void trayOwnerDied();