diff options
Diffstat (limited to 'src/panelsgroup.cpp')
-rw-r--r-- | src/panelsgroup.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/panelsgroup.cpp b/src/panelsgroup.cpp new file mode 100644 index 0000000..a6172b2 --- /dev/null +++ b/src/panelsgroup.cpp @@ -0,0 +1,19 @@ +/*************************************************************************** + panelsfactory.cpp - description + ------------------- + begin : vie may 10 2002 + copyright : (C) 2002 by Miguel Novas + email : michaell@teleline.es + ***************************************************************************/ + +/*************************************************************************** + * * + * 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 "panelsgroup.h" + |