diff options
Diffstat (limited to 'kivio/kiviopart/kivio_dlg_pageshow.h')
-rw-r--r-- | kivio/kiviopart/kivio_dlg_pageshow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/kiviopart/kivio_dlg_pageshow.h b/kivio/kiviopart/kivio_dlg_pageshow.h index 496f4f43..071ec2eb 100644 --- a/kivio/kiviopart/kivio_dlg_pageshow.h +++ b/kivio/kiviopart/kivio_dlg_pageshow.h @@ -32,7 +32,7 @@ class KivioPageShow: public KDialogBase { Q_OBJECT TQ_OBJECT public: - KivioPageShow( KivioView* tqparent, const char* name ); + KivioPageShow( KivioView* parent, const char* name ); public slots: void slotOk(); |