diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index fcb8003e0f..6ce9f30cd6 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -10,6 +10,16 @@ * Full author contact details are available in file CREDITS. */ +/* + The code for the ShortcutEdit class was adapted from + kkeysequencewidget.cpp, which is part of the KDE libraries. + Copyright (C) 1998 Mark Donohoe + Copyright (C) 2001 Ellis Whitehead + Copyright (C) 2007 Andreas Hartmetz + Licensed under version 2 of the General Public License and + used here in accordance with the terms of that license. +*/ + #include #include "GuiPrefs.h"