diff options
Diffstat (limited to 'src/newbasketdialog.h')
-rw-r--r-- | src/newbasketdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newbasketdialog.h b/src/newbasketdialog.h index 579077a..c8e4d5c 100644 --- a/src/newbasketdialog.h +++ b/src/newbasketdialog.h @@ -80,7 +80,7 @@ class NewBasketDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - NewBasketDialog(Basket *tqparentBasket, const NewBasketDefaultProperties &defaultProperties, TQWidget *tqparent = 0); + NewBasketDialog(Basket *parentBasket, const NewBasketDefaultProperties &defaultProperties, TQWidget *tqparent = 0); ~NewBasketDialog(); void polish(); protected slots: |