~ubuntu-branches/ubuntu/trusty/juk/trusty

« back to all changes in this revision

Viewing changes to keydialog.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-03-19 10:35:12 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20140319103512-d30495jqmf3s5r8a
Tags: 4:4.12.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***************************************************************************
2
 
    begin                : Tue Mar 11 19:00:00 CET 2003
3
 
    copyright            : (C) 2003 by Stefan Asserhall
4
 
    email                : stefan.asserhall@telia.com
5
 
    copyright            : (c) 2007, 2008 by Michael Pyne
6
 
    email                : michael.pyne@kdemail.net
7
 
***************************************************************************/
8
 
 
9
 
/***************************************************************************
10
 
 *                                                                         *
11
 
 *   This program is free software; you can redistribute it and/or modify  *
12
 
 *   it under the terms of the GNU General Public License as published by  *
13
 
 *   the Free Software Foundation; either version 2 of the License, or     *
14
 
 *   (at your option) any later version.                                   *
15
 
 *                                                                         *
16
 
 ***************************************************************************/
 
1
/**
 
2
 * Copyright (C) 2003 Stefan Asserhall <stefan.asserhall@telia.com>
 
3
 * Copyright (C) 2007, 2008 Michael Pyne <mpyne@kde.org>
 
4
 *
 
5
 * This program is free software; you can redistribute it and/or modify it under
 
6
 * the terms of the GNU General Public License as published by the Free Software
 
7
 * Foundation; either version 2 of the License, or (at your option) any later
 
8
 * version.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY
 
11
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
 * PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License along with
 
15
 * this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
 */
17
17
 
18
18
#include "keydialog.h"
19
19
#include "actioncollection.h"