summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_helpwidget.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_helpwidget.ui.h')
-rw-r--r--ksquirrel/sq_helpwidget.ui.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ksquirrel/sq_helpwidget.ui.h b/ksquirrel/sq_helpwidget.ui.h
index 844f327..c0f2673 100644
--- a/ksquirrel/sq_helpwidget.ui.h
+++ b/ksquirrel/sq_helpwidget.ui.h
@@ -2,7 +2,7 @@
** ui.h extension file, included from the uic-generated form implementation.
**
** If you want to add, delete, or rename functions or slots, use
-** Qt Designer to update this file, preserving your code.
+** TQt Designer to update this file, preserving your code.
**
** You should not define a constructor or destructor in this file.
** Instead, write your code in functions called init() and destroy().
@@ -17,7 +17,7 @@
void SQ_HelpWidget::init()
{
- setPalette(QToolTip::palette());
+ setPalette(TQToolTip::palette());
SQ_Config::instance()->setGroup("GL view");
int pg = SQ_Config::instance()->readNumEntry("help_id", 0);
@@ -32,14 +32,14 @@ void SQ_HelpWidget::destroy()
SQ_Config::instance()->writeEntry("help_id", buttonGroup->selectedId());
}
-bool SQ_HelpWidget::event(QEvent *e)
+bool SQ_HelpWidget::event(TQEvent *e)
{
- if(e->type() == QEvent::WindowDeactivate
- || e->type() == QEvent::MouseButtonPress
- || e->type() == QEvent::KeyPress)
+ if(e->type() == TQEvent::WindowDeactivate
+ || e->type() == TQEvent::MouseButtonPress
+ || e->type() == TQEvent::KeyPress)
{
reject();
}
- return QDialog::event(e);
+ return TQDialog::event(e);
}