diff options
Diffstat (limited to 'src/modules/window/userwindow.h')
-rw-r--r-- | src/modules/window/userwindow.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/modules/window/userwindow.h b/src/modules/window/userwindow.h index 333b7edb..e120410e 100644 --- a/src/modules/window/userwindow.h +++ b/src/modules/window/userwindow.h @@ -30,6 +30,7 @@ class KviUserWindow : public KviWindow { Q_OBJECT + TQ_OBJECT public: enum CreationFlags { HasInput = 1 }; public: @@ -38,11 +39,11 @@ public: protected: int m_iIcon; protected: - virtual void resizeEvent(QResizeEvent *e); - virtual QPixmap * myIconPtr(); + virtual void resizeEvent(TQResizeEvent *e); + virtual TQPixmap * myIconPtr(); virtual void fillCaptionBuffers(); public: - void setCaptionStrings(const QString &szPlainText,const QString &szHtmlInactive,const QString &szHtmlActive); + void setCaptionStrings(const TQString &szPlainText,const TQString &szHtmlInactive,const TQString &szHtmlActive); }; #endif //!_USERWINDOW_H_ |