File indexing completed on 2024-12-08 06:46:42
0001 /*************************************************************************** 0002 kmemconfig.cpp 0003 ------------------- 0004 begin : Thu Jun 13 2002 0005 copyright : (C) 2002 by Kmud Developer Team 0006 copyright : (C) 2008 by Tomas Mecir 0007 email : kmud-devel@kmud.de 0008 ***************************************************************************/ 0009 0010 /*************************************************************************** 0011 * * 0012 * This program is free software; you can redistribute it and/or modify * 0013 * it under the terms of the GNU General Public License as published by * 0014 * the Free Software Foundation; either version 2 of the License, or * 0015 * (at your option) any later version. * 0016 * * 0017 ***************************************************************************/ 0018 0019 #include "kmemconfig.h" 0020 0021 KMemConfig::KMemConfig() : KConfig (QString(), KConfig::SimpleConfig) 0022 { 0023 } 0024