~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/psiapplication.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "psiapplication.h"
22
22
#include "resourcemenu.h"
23
23
 
 
24
#include <QSessionManager>
 
25
 
24
26
#ifdef Q_WS_MAC
25
27
#include <Carbon/Carbon.h>
26
28
#endif
33
35
#include <X11/Xlib.h>
34
36
#include <X11/Xutil.h>
35
37
#include <X11/Xatom.h>
36
 
#include <X11/SM/SMlib.h>
37
38
#include <QX11Info>
38
39
#include <QDesktopWidget>
39
40
#include <QEvent>
322
323
 
323
324
void PsiApplication::commitData(QSessionManager& manager)
324
325
{
 
326
        Q_UNUSED(manager);
325
327
        emit forceSavePreferences();
326
328
}