~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to kalarm/functions_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-10-03 22:27:55 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20091003222755-nm1u1hm80385m8h3
Tags: 4:4.3.2-0ubuntu1
* New upstream release
  - Bump build-deps
  - Remove kubuntu_02_dimap_folder_rename_fix.diff fixed by upstream
  - Remove ktimeticker obsolete package from kontact suggests
  - Remove several oxygen icons which also are in kde-icons-oxygen,
    add in not-installed

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define FUNCTIONS_P_H
23
23
 
24
24
#include "kalarm.h"   //krazy:exclude=includes (kalarm.h must be first)
25
 
#ifdef Q_WS_X11
26
25
#include <kwindowsystem.h>
27
 
#endif
28
26
#include <QObject>
29
27
 
30
28
namespace KAlarm
45
43
        }
46
44
 
47
45
    public slots:
48
 
#ifdef Q_WS_X11
49
46
        void windowAdded(WId);
50
 
#endif
51
47
 
52
48
    private:
53
49
        static Private* mInstance;