summaryrefslogtreecommitdiffstats
path: root/ksquirrel/imageedit/sq_imageeditoptions.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/imageedit/sq_imageeditoptions.ui.h')
-rw-r--r--ksquirrel/imageedit/sq_imageeditoptions.ui.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ksquirrel/imageedit/sq_imageeditoptions.ui.h b/ksquirrel/imageedit/sq_imageeditoptions.ui.h
index 5d73d15..cb39e41 100644
--- a/ksquirrel/imageedit/sq_imageeditoptions.ui.h
+++ b/ksquirrel/imageedit/sq_imageeditoptions.ui.h
@@ -2,7 +2,7 @@
** ui.h extension file, included from the uic-generated form implementation.
**
** If you wish to add, delete or rename functions or slots use
-** Qt Designer which will update this file, preserving your code. Create an
+** TQt Designer which will update this file, preserving your code. Create an
** init() function in place of a constructor, and a destroy() function in
** place of a destructor.
*****************************************************************************/
@@ -17,7 +17,7 @@ int SQ_ImageEditOptions::exec(SQ_ImageOptions *o)
{
kurl->setURL(o->putto);
- QButton *b = buttonGroup1->find(o->where_to_put);
+ TQButton *b = buttonGroup1->tqfind(o->where_to_put);
if(b)
b->animateClick();
@@ -29,11 +29,11 @@ int SQ_ImageEditOptions::exec(SQ_ImageOptions *o)
checkClose->setChecked(o->close);
- int result = QDialog::exec();
+ int result = TQDialog::exec();
- if(result == QDialog::Accepted)
+ if(result == TQDialog::Accepted)
{
- o->putto = (kurl->isEnabled()) ? kurl->url() : QString::null;
+ o->putto = (kurl->isEnabled()) ? kurl->url() : TQString();
o->where_to_put = buttonGroup1->selectedId();
o->close = checkClose->isChecked();
@@ -46,7 +46,7 @@ int SQ_ImageEditOptions::exec(SQ_ImageOptions *o)
return result;
}
-void SQ_ImageEditOptions::setConfigPrefix( const QString &pr )
+void SQ_ImageEditOptions::setConfigPrefix( const TQString &pr )
{
prefix = pr;
}