diff options
Diffstat (limited to 'kdvi/infodialog.h')
-rw-r--r-- | kdvi/infodialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kdvi/infodialog.h b/kdvi/infodialog.h index 8b3ea7d2..d7f37e56 100644 --- a/kdvi/infodialog.h +++ b/kdvi/infodialog.h @@ -20,9 +20,10 @@ class TQWidget; class infoDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - infoDialog( TQWidget* parent = 0 ); + infoDialog( TQWidget* tqparent = 0 ); /** This method is used to set the data coming from the DVI file. Note that 0 is a permissible argument, that just means: |