diff options
Diffstat (limited to 'kwordquiz/src/wqundo.cpp')
-rw-r--r-- | kwordquiz/src/wqundo.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kwordquiz/src/wqundo.cpp b/kwordquiz/src/wqundo.cpp new file mode 100644 index 00000000..99f81152 --- /dev/null +++ b/kwordquiz/src/wqundo.cpp @@ -0,0 +1,18 @@ +/*************************************************************************** + wqundo.cpp - description + ------------------- + copyright : (C) 2004 by Peter Hedlund + email : peter.hedlund@kdemail.net + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +#include "wqundo.h" + + |