diff options
Diffstat (limited to 'src/translators/freedbimporter.h')
-rw-r--r-- | src/translators/freedbimporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/freedbimporter.h b/src/translators/freedbimporter.h index 22003ee..22c7036 100644 --- a/src/translators/freedbimporter.h +++ b/src/translators/freedbimporter.h @@ -45,7 +45,7 @@ public: virtual Data::CollPtr collection(); /** */ - virtual TQWidget* widget(TQWidget* tqparent, const char* name=0); + virtual TQWidget* widget(TQWidget* parent, const char* name=0); virtual bool canImport(int type) const; public slots: |