diff options
Diffstat (limited to 'lib/compatibility/knewstuff/providerdialog.h')
| -rw-r--r-- | lib/compatibility/knewstuff/providerdialog.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/lib/compatibility/knewstuff/providerdialog.h b/lib/compatibility/knewstuff/providerdialog.h index 3e02e30a..7a9f8884 100644 --- a/lib/compatibility/knewstuff/providerdialog.h +++ b/lib/compatibility/knewstuff/providerdialog.h @@ -43,14 +43,15 @@ class Engine;  class ProviderDialog : public KDialogBase  {      Q_OBJECT +  TQ_OBJECT    public:      /**        Constructor.        @param engine a KNewStuff engine object -      @param parent the parent window +      @param tqparent the tqparent window      */ -    ProviderDialog( Engine *engine, TQWidget *parent ); +    ProviderDialog( Engine *engine, TQWidget *tqparent );      /**        Clears the list of providers. | 
