~ubuntu-branches/ubuntu/karmic/kchmviewer/karmic

« back to all changes in this revision

Viewing changes to src/kchmkeyeventfilter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-07-29 21:43:18 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090729214318-590zmgax0swvqbny
Tags: 4.1-1
* New upstream release. (Closes: #479402, #496888)
* Add patch to disable kio-msits build to avoid okular-extra-backends
  conflict.
* Bump compat/debhelper to 7.
* Update debian/control:
  - Set Debian KDE Extras Team as Maintainer and myself in Uploaders.
  - Update build dependencies:
    - Add cmake, quilt and pkg-kde-tools
    - Replace kdelibs4-dev by kdelibs5-dev
    - Remove autotools-dev
  - Update Standards-Version to 3.8.2 (no changes needed).
  - Add Homepage field
* Remove deprecated files: debiandirs, dirs and Makefile.
* Update debian/menu file to Debian menu policy 2.1
* Switch debian/rules to dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                                                                         *
6
6
 *   This program is free software; you can redistribute it and/or modify  *
7
7
 *   it under the terms of the GNU General Public License as published by  *
8
 
 *   the Free Software Foundation; either version 2 of the License, or     *
 
8
 *   the Free Software Foundation; either version 3 of the License, or     *
9
9
 *   (at your option) any later version.                                   *
10
10
 *                                                                         *
11
11
 *   This program is distributed in the hope that it will be useful,       *
16
16
 *   You should have received a copy of the GNU General Public License     *
17
17
 *   along with this program; if not, write to the                         *
18
18
 *   Free Software Foundation, Inc.,                                       *
19
 
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
 
19
 *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
20
20
 ***************************************************************************/
21
21
 
 
22
#include <QKeyEvent>
 
23
#include <QEvent>
 
24
 
22
25
#include "kchmkeyeventfilter.h"
23
26
 
24
27
KCHMKeyEventFilter      gKeyEventFilter;