diff options
Diffstat (limited to 'src/translators/bibteximporter.h')
-rw-r--r-- | src/translators/bibteximporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/bibteximporter.h b/src/translators/bibteximporter.h index e0d248c..4d9fe2b 100644 --- a/src/translators/bibteximporter.h +++ b/src/translators/bibteximporter.h @@ -64,7 +64,7 @@ public: * @return A pointer to a @ref BibtexCollection, or 0 if none can be created. */ 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: |