diff options
Diffstat (limited to 'kformula/kformulawidget.cpp')
| -rw-r--r-- | kformula/kformulawidget.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kformula/kformulawidget.cpp b/kformula/kformulawidget.cpp index 05ada79fb..f921f6567 100644 --- a/kformula/kformulawidget.cpp +++ b/kformula/kformulawidget.cpp @@ -38,10 +38,10 @@ KFormulaWidget::KFormulaWidget(KFormula::Container* doc, : 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*/); |
