diff options
Diffstat (limited to 'src/fetchdialog.h')
| -rw-r--r-- | src/fetchdialog.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/fetchdialog.h b/src/fetchdialog.h index d690515..40f77c8 100644 --- a/src/fetchdialog.h +++ b/src/fetchdialog.h @@ -59,7 +59,7 @@ public:    /**     * Constructor     */ -  FetchDialog(TQWidget* tqparent, const char* name = 0); +  FetchDialog(TQWidget* parent, const char* name = 0);    ~FetchDialog();  public slots: | 
