diff options
Diffstat (limited to 'kbabel/kbabeldict/kbabelsplash.h')
-rw-r--r-- | kbabel/kbabeldict/kbabelsplash.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kbabel/kbabeldict/kbabelsplash.h b/kbabel/kbabeldict/kbabelsplash.h index c10b4fec..c381d11b 100644 --- a/kbabel/kbabeldict/kbabelsplash.h +++ b/kbabel/kbabeldict/kbabelsplash.h @@ -30,7 +30,7 @@ #ifndef KBABELSPLASH_H #define KBABELSPLASH_H -#include <qvbox.h> +#include <tqvbox.h> class QLabel; class QMouseEvent; @@ -43,13 +43,13 @@ class KBabelSplash : public QVBox Q_OBJECT public: - KBabelSplash( QWidget* parent = 0, const char* name = 0 ); + KBabelSplash( TQWidget* parent = 0, const char* name = 0 ); ~KBabelSplash() { instance = 0; } static KBabelSplash* instance; protected: - void mousePressEvent( QMouseEvent* ); + void mousePressEvent( TQMouseEvent* ); }; #endif |