X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FLyXKeySymFactory.C;h=0409b58cdd265a8cd54effa3ac5ac4bad9ee5f99;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=798fc55b2a5a9e809a561e5952ef21eacb603ac1;hpb=f1c24d100985c6df2eb5ec390017b69c78fe49c7;p=lyx.git diff --git a/src/frontends/xforms/LyXKeySymFactory.C b/src/frontends/xforms/LyXKeySymFactory.C index 798fc55b2a..0409b58cdd 100644 --- a/src/frontends/xforms/LyXKeySymFactory.C +++ b/src/frontends/xforms/LyXKeySymFactory.C @@ -1,22 +1,25 @@ /** - * \file LyXKeySymFactory.C - * Copyright 2002 the LyX Team - * Read the file COPYING + * \file xforms/LyXKeySymFactory.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * \author Asger & Juergen + * \author Asger & Jürgen + * + * Full author contact details are available in file CREDITS. */ #include - + #include "frontends/LyXKeySymFactory.h" #include "XLyXKeySym.h" + namespace LyXKeySymFactory { LyXKeySym * create() { - return new XLyXKeySym(); -} - + return new lyx::frontend::XLyXKeySym; +} + }