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

« back to all changes in this revision

Viewing changes to systemtray.h

  • 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
 
    copyright            : (C) 2002 by Daniel Molkentin
3
 
    email                : molkentin@kde.org
4
 
 
5
 
    copyright            : (C) 2002 - 2004 by Scott Wheeler
6
 
    email                : wheeler@kde.org
7
 
 
8
 
    copyright            : (C) 2007, 2008, 2009 by Michael Pyne
9
 
    email                : mpyne@kde.org
10
 
 ***************************************************************************/
11
 
 
12
 
/***************************************************************************
13
 
 *                                                                         *
14
 
 *   This program is free software; you can redistribute it and/or modify  *
15
 
 *   it under the terms of the GNU General Public License as published by  *
16
 
 *   the Free Software Foundation; either version 2 of the License, or     *
17
 
 *   (at your option) any later version.                                   *
18
 
 *                                                                         *
19
 
 ***************************************************************************/
 
1
/**
 
2
 * Copyright (C) 2002 Daniel Molkentin <molkentin@kde.org>
 
3
 * Copyright (C) 2002-2004 Scott Wheeler <wheeler@kde.org>
 
4
 * Copyright (C) 2007, 2008, 2009 Michael Pyne <mpyne@kde.org>
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify it under
 
7
 * the terms of the GNU General Public License as published by the Free Software
 
8
 * Foundation; either version 2 of the License, or (at your option) any later
 
9
 * version.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY
 
12
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
 * PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License along with
 
16
 * this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 */
20
18
 
21
19
#ifndef JUK_SYSTEMTRAY_H
22
20
#define JUK_SYSTEMTRAY_H