diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-19 19:03:33 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-19 19:03:33 +0000 |
commit | e69e8b1d09fb579316595b4e6a850e717358a8b1 (patch) | |
tree | a24fc20865f65772f530d16177520190594ffdd2 /libkscan/imgscaledialog.cpp | |
parent | eecec9afb81fdebb0f22e9da22635874c403f854 (diff) | |
download | tdegraphics-e69e8b1d09fb579316595b4e6a850e717358a8b1.tar.gz tdegraphics-e69e8b1d09fb579316595b4e6a850e717358a8b1.zip |
TQt4 port kdegraphics
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkscan/imgscaledialog.cpp')
-rw-r--r-- | libkscan/imgscaledialog.cpp | 6 |
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 ) { |