00001 /*************************************************************************** 00002 * Copyright (C) 2003 by Hans Karlsson * 00003 * karlsson.h@home.se * 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 #include "karambarootpixmap.h" 00011 00012 #include "karamba.h" 00013 KarambaRootPixmap::KarambaRootPixmap(QWidget *w) : KRootPixmap( w){ 00014 widget = w; 00015 } 00016 00017 KarambaRootPixmap::~KarambaRootPixmap(){ 00018 } 00019 00020 00021 void KarambaRootPixmap::updateBackground ( KSharedPixmap *kpm ){ 00022 ((karamba*)widget)->updateBackground(kpm); 00023 } 00024