superkaramba
karambarootpixmap.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef KARAMBAROOTPIXMAP_H
00011 #define KARAMBAROOTPIXMAP_H
00012
00013 #include <tqwidget.h>
00014 #include <krootpixmap.h>
00015 #include <ksharedpixmap.h>
00016
00017
00018
00022 class KarambaRootPixmap : public KRootPixmap
00023 {
00024 public:
00025
00026 KarambaRootPixmap( TQWidget *);
00027
00028 ~KarambaRootPixmap();
00029
00030
00031 void updateBackground ( TDESharedPixmap * );
00032
00033 private:
00034 TQWidget *widget;
00035
00036
00037 };
00038
00039 #endif