Main Page   Class Hierarchy   Alphabetical List   Compound List   File List  

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

Generated on Tue Apr 29 19:56:58 2003 for karamba by doxygen1.2.18