diff options
Diffstat (limited to 'libkscan/sizeindicator.cpp')
-rw-r--r-- | libkscan/sizeindicator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkscan/sizeindicator.cpp b/libkscan/sizeindicator.cpp index 3b0a2a18..582f2330 100644 --- a/libkscan/sizeindicator.cpp +++ b/libkscan/sizeindicator.cpp @@ -29,8 +29,8 @@ -SizeIndicator::SizeIndicator( TQWidget *tqparent, long thres, long crit ) - :TQLabel( tqparent ) +SizeIndicator::SizeIndicator( TQWidget *parent, long thres, long crit ) + :TQLabel( parent ) { sizeInByte = -1; setFrameStyle( TQFrame::Box | TQFrame::Sunken ); |