diff options
Diffstat (limited to 'kopete/libkopete/webcamwidget.h')
-rw-r--r-- | kopete/libkopete/webcamwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/webcamwidget.h b/kopete/libkopete/webcamwidget.h index 663c7723..8b217897 100644 --- a/kopete/libkopete/webcamwidget.h +++ b/kopete/libkopete/webcamwidget.h @@ -35,10 +35,10 @@ Q_OBJECT public: /** * @brief WebcamWidget constructor. - * @param tqparent The tqparent widget of this widget + * @param parent The parent widget of this widget * @param name The name for this TQObject */ - WebcamWidget( TQWidget* tqparent = 0, const char* name = 0 ); + WebcamWidget( TQWidget* parent = 0, const char* name = 0 ); ~WebcamWidget(); /** |