karambarootpixmap.cpp
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 00011 #include "karambarootpixmap.h" 00012 #include "karamba.h" 00013 00014 KarambaRootPixmap::KarambaRootPixmap(TQWidget *w) : 00015 KRootPixmap( w) 00016 { 00017 widget = w; 00018 } 00019 00020 /*KarambaRootPixmap::KarambaRootPixmap() 00021 : KRootPixmap(0) 00022 { 00023 00024 //widget = w; 00025 } 00026 */ 00027 00028 KarambaRootPixmap::~KarambaRootPixmap() 00029 { 00030 } 00031 00032 void KarambaRootPixmap::updateBackground (TDESharedPixmap *kpm) 00033 { 00034 ((karamba*)widget)->updateBackground(kpm); 00035 } 00036