diff options
Diffstat (limited to 'src/projects/k3bbootimageview.h')
-rw-r--r-- | src/projects/k3bbootimageview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/projects/k3bbootimageview.h b/src/projects/k3bbootimageview.h index cf41de1..102cedd 100644 --- a/src/projects/k3bbootimageview.h +++ b/src/projects/k3bbootimageview.h @@ -26,9 +26,10 @@ class K3bBootItem; class K3bBootImageView : public base_K3bBootImageView { Q_OBJECT + TQ_OBJECT public: - K3bBootImageView( K3bDataDoc* doc, QWidget* parent = 0, const char* name = 0 ); + K3bBootImageView( K3bDataDoc* doc, TQWidget* tqparent = 0, const char* name = 0 ); ~K3bBootImageView(); private slots: |