diff options
Diffstat (limited to 'lib/kformula/kformulawidget.cpp')
-rw-r--r-- | lib/kformula/kformulawidget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kformula/kformulawidget.cpp b/lib/kformula/kformulawidget.cpp index e827537e..8877b628 100644 --- a/lib/kformula/kformulawidget.cpp +++ b/lib/kformula/kformulawidget.cpp @@ -39,10 +39,10 @@ KFormulaWidget::KFormulaWidget(Container* doc, TQWidget* parent, const char* nam : TQWidget(parent, name, f | WRepaintNoErase | WResizeNoErase), formulaView(doc) { - connect(doc, TQT_SIGNAL(formulaChanged(int, int)), - this, TQT_SLOT(slotFormulaChanged(int, int))); - connect(&formulaView, TQT_SIGNAL(cursorChanged(bool, bool)), - this, TQT_SLOT(slotCursorChanged(bool, bool))); + connect(doc, TQ_SIGNAL(formulaChanged(int, int)), + this, TQ_SLOT(slotFormulaChanged(int, int))); + connect(&formulaView, TQ_SIGNAL(cursorChanged(bool, bool)), + this, TQ_SLOT(slotCursorChanged(bool, bool))); setFocusPolicy(TQWidget::StrongFocus); setBackgroundMode(NoBackground/*TQWidget::PaletteBase*/); |