diff options
Diffstat (limited to 'src/optiondialog.h')
-rw-r--r-- | src/optiondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optiondialog.h b/src/optiondialog.h index 0d4c372..697dfe3 100644 --- a/src/optiondialog.h +++ b/src/optiondialog.h @@ -53,7 +53,7 @@ class OptionDialog : public KDialogBase public: - OptionDialog( bool bShowDirMergeSettings, TQWidget *tqparent = 0, char *name = 0 ); + OptionDialog( bool bShowDirMergeSettings, TQWidget *parent = 0, char *name = 0 ); ~OptionDialog( void ); TQString parseOptions( const QCStringList& optionList ); TQString calcOptionHelp(); |