00001 /*************************************************************************** 00002 * * 00003 * stateform.ui.h * 00004 * * 00005 * This program is free software; you can redistribute it and/or modify * 00006 * it under the terms of the GNU General Public License as published by * 00007 * the Free Software Foundation; either version 2 of the License, or * 00008 * (at your option) any later version. * 00009 * * 00010 * Read the file COPYING for details. * 00011 * * 00012 * copyright: (C) 2003 by Jan Mueller * 00013 * email: janmueller7@hotmail.com * 00014 * * 00015 ***************************************************************************/ 00016 00017 /**************************************************************************** 00018 ** ui.h extension file, included from the uic-generated form implementation. 00019 ** 00020 ** If you wish to add, delete or rename functions or slots use 00021 ** Qt Designer which will update this file, preserving your code. Create an 00022 ** init() function in place of a constructor, and a destroy() function in 00023 ** place of a destructor. 00024 *****************************************************************************/ 00025 00026 #include <kstandarddirs.h> 00027 00028 00029 QPixmap StateForm::loadBackgroundImage(void ) 00030 { 00031 QPixmap pm; 00032 pm.load( locate("LT_pic","books.png") ); 00033 return pm; 00034 00035 }