diff options
Diffstat (limited to 'kdvi/dviWidget.h')
-rw-r--r-- | kdvi/dviWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdvi/dviWidget.h b/kdvi/dviWidget.h index 864bb526..7f37c44c 100644 --- a/kdvi/dviWidget.h +++ b/kdvi/dviWidget.h @@ -26,7 +26,7 @@ class DVIWidget : public DocumentWidget TQ_OBJECT public: - DVIWidget(TQWidget* tqparent, PageView* sv, DocumentPageCache* cache, const char* name); + DVIWidget(TQWidget* parent, PageView* sv, DocumentPageCache* cache, const char* name); signals: void SRCLink(const TQString&, TQMouseEvent* e, DocumentWidget*); |