diff options
Diffstat (limited to 'khotkeys/wrk/cpp_template')
-rw-r--r-- | khotkeys/wrk/cpp_template | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/khotkeys/wrk/cpp_template b/khotkeys/wrk/cpp_template new file mode 100644 index 000000000..89f756af6 --- /dev/null +++ b/khotkeys/wrk/cpp_template @@ -0,0 +1,20 @@ +/**************************************************************************** + + KHotKeys + + Copyright (C) 2003 Lubos Lunak <l.lunak@kde.org> + + Distributed under the terms of the GNU General Public License version 2. + +****************************************************************************/ + +#define _|FILENAME|_ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +namespace KHotKeys +{ + +} // namespace KHotKeys |