diff options
Diffstat (limited to 'superkaramba/src/karambarootpixmap.h')
-rw-r--r-- | superkaramba/src/karambarootpixmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/superkaramba/src/karambarootpixmap.h b/superkaramba/src/karambarootpixmap.h index 9445528..bedf1b0 100644 --- a/superkaramba/src/karambarootpixmap.h +++ b/superkaramba/src/karambarootpixmap.h @@ -10,7 +10,7 @@ #ifndef KARAMBAROOTPIXMAP_H #define KARAMBAROOTPIXMAP_H -#include <qwidget.h> +#include <tqwidget.h> #include <krootpixmap.h> #include <ksharedpixmap.h> @@ -23,7 +23,7 @@ class KarambaRootPixmap : public KRootPixmap { public: //KarambaRootPixmap(); - KarambaRootPixmap( QWidget *); + KarambaRootPixmap( TQWidget *); ~KarambaRootPixmap(); @@ -31,7 +31,7 @@ public: void updateBackground ( KSharedPixmap * ); private: -QWidget *widget; +TQWidget *widget; }; |