diff options
Diffstat (limited to 'karbon/widgets/vsmallpreview.cc')
-rw-r--r-- | karbon/widgets/vsmallpreview.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/widgets/vsmallpreview.cc b/karbon/widgets/vsmallpreview.cc index ab1b9261..6e35d921 100644 --- a/karbon/widgets/vsmallpreview.cc +++ b/karbon/widgets/vsmallpreview.cc @@ -39,8 +39,8 @@ #define FRAMEWIDTH 40 -VSmallPreview::VSmallPreview( TQWidget* tqparent, const char* name ) - : TQWidget( tqparent, name ) +VSmallPreview::VSmallPreview( TQWidget* parent, const char* name ) + : TQWidget( parent, name ) { /* Create widget tqlayout */ TQHBoxLayout *tqlayout = new TQHBoxLayout( this, 4 ); |