summaryrefslogtreecommitdiffstats
path: root/libkscan/imgscaledialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkscan/imgscaledialog.cpp')
-rw-r--r--libkscan/imgscaledialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkscan/imgscaledialog.cpp b/libkscan/imgscaledialog.cpp
index 2deb4544..85c793e3 100644
--- a/libkscan/imgscaledialog.cpp
+++ b/libkscan/imgscaledialog.cpp
@@ -27,9 +27,9 @@
/* ############################################################################## */
-ImgScaleDialog::ImgScaleDialog( TQWidget *parent, int curr_sel,
+ImgScaleDialog::ImgScaleDialog( TQWidget *tqparent, int curr_sel,
const char *name )
- :KDialogBase( parent, name , true, i18n("Zoom"),
+ :KDialogBase( tqparent, name , true, i18n("Zoom"),
Ok|Cancel, Ok, true )
{
// setCaption (i18n ("Image Zoom"));
@@ -134,7 +134,7 @@ void ImgScaleDialog::customChanged( const TQString& s )
// in the button group. The value val is the index of the active
// button which is translated to the Scale-Size in percent.
// If custom size is selected, the ScaleSize is read from the
-// QLineedit.
+// TQLineedit.
//
void ImgScaleDialog::setSelValue( int val )
{