diff options
Diffstat (limited to 'karbon/plugins/insertknots/insertknotsplugin.h')
-rw-r--r-- | karbon/plugins/insertknots/insertknotsplugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/plugins/insertknots/insertknotsplugin.h b/karbon/plugins/insertknots/insertknotsplugin.h index 4bd2b212..f8ea9a77 100644 --- a/karbon/plugins/insertknots/insertknotsplugin.h +++ b/karbon/plugins/insertknots/insertknotsplugin.h @@ -32,7 +32,7 @@ class InsertKnotsPlugin : public KParts::Plugin Q_OBJECT TQ_OBJECT public: - InsertKnotsPlugin( KarbonView *tqparent, const char* name, const TQStringList & ); + InsertKnotsPlugin( KarbonView *parent, const char* name, const TQStringList & ); virtual ~InsertKnotsPlugin() {} private slots: @@ -50,7 +50,7 @@ class VInsertKnotsDlg : public KDialogBase TQ_OBJECT public: - VInsertKnotsDlg( TQWidget* tqparent = 0L, const char* name = 0L ); + VInsertKnotsDlg( TQWidget* parent = 0L, const char* name = 0L ); uint knots() const; void setKnots( uint value ); |