From 5f5ee2367157176ed223b86343eb0a9e4022e020 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:52:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- superkaramba/src/karambarootpixmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'superkaramba/src/karambarootpixmap.h') 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 +#include #include #include @@ -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; }; -- cgit v1.2.1