diff options
Diffstat (limited to 'kexi/migration/importwizard.h')
-rw-r--r-- | kexi/migration/importwizard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/migration/importwizard.h b/kexi/migration/importwizard.h index 95da22cd..8d3a82b0 100644 --- a/kexi/migration/importwizard.h +++ b/kexi/migration/importwizard.h @@ -69,7 +69,7 @@ public: \a args contains arguments that can be parsed by parseArguments(). \a *arg will be also set to imported project's filename on success and to null value on failure or cancellation. */ - ImportWizard(TQWidget *tqparent = 0, TQMap<TQString,TQString>* args = 0); + ImportWizard(TQWidget *parent = 0, TQMap<TQString,TQString>* args = 0); virtual ~ImportWizard(); public slots: |