~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to khotkeys/wrk/header_template

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-27 12:09:48 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527120948-dottsyd5rcwhzd36
Tags: 4:4.0.80-1ubuntu1
* Merge with Debian
 - remove 97_fix_target_link_libraries.diff
 - Add replaces/conflicts on -kde4 packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
 
3
 
 KHotKeys
4
 
 
5
 
 Copyright (C) 2003 Lubos Lunak <l.lunak@kde.org>
6
 
 
7
 
 Distributed under the terms of the GNU General Public License version 2.
8
 
 
9
 
****************************************************************************/
10
 
 
11
 
#ifndef _|FILENAME|_
12
 
#define _|FILENAME|_
13
 
 
14
 
namespace KHotKeys
15
 
{
16
 
 
17
 
//***************************************************************************
18
 
// Inline
19
 
//***************************************************************************
20
 
 
21
 
} // namespace KHotKeys
22
 
 
23
 
#endif