diff options
Diffstat (limited to 'tqtinterface/qt4/tools/qvfb/qvfbratedlg.cpp')
-rw-r--r-- | tqtinterface/qt4/tools/qvfb/qvfbratedlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/tools/qvfb/qvfbratedlg.cpp b/tqtinterface/qt4/tools/qvfb/qvfbratedlg.cpp index 9a61c37..23020f0 100644 --- a/tqtinterface/qt4/tools/qvfb/qvfbratedlg.cpp +++ b/tqtinterface/qt4/tools/qvfb/qvfbratedlg.cpp @@ -38,9 +38,9 @@ #include <tqslider.h> #include <tqpushbutton.h> -TQVFbRateDialog::TQVFbRateDialog( int rate, TQWidget *tqparent, const char *name, +TQVFbRateDialog::TQVFbRateDialog( int rate, TQWidget *parent, const char *name, bool modal ) - : TQDialog( tqparent, name, modal ) + : TQDialog( parent, name, modal ) { oldRate = rate; |