diff options
Diffstat (limited to 'src/gui/kdeext/KStartupLogo.h')
-rw-r--r-- | src/gui/kdeext/KStartupLogo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/kdeext/KStartupLogo.h b/src/gui/kdeext/KStartupLogo.h index a588fe4..154a749 100644 --- a/src/gui/kdeext/KStartupLogo.h +++ b/src/gui/kdeext/KStartupLogo.h @@ -28,9 +28,10 @@ #include <tqwidget.h> #include <tqpixmap.h> -class KStartupLogo : public QWidget +class KStartupLogo : public TQWidget { Q_OBJECT + TQ_OBJECT public: static KStartupLogo* getInstance(); @@ -46,7 +47,7 @@ public slots: protected: - KStartupLogo(TQWidget *parent=0, const char *name=0); + KStartupLogo(TQWidget *tqparent=0, const char *name=0); ~KStartupLogo(); virtual void paintEvent(TQPaintEvent*); |