From e1b37ac1936f81994a2c1aa2778298fbc757531f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 4 Jan 2024 10:30:32 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf) --- kformula/kformula_doc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kformula/kformula_doc.cpp') diff --git a/kformula/kformula_doc.cpp b/kformula/kformula_doc.cpp index 61b84d517..2ce07d1f5 100644 --- a/kformula/kformula_doc.cpp +++ b/kformula/kformula_doc.cpp @@ -72,8 +72,8 @@ KFormulaDoc::KFormulaDoc(TQWidget *parentWidget, const char *widgetName, TQObjec document->setEnabled( true ); // the modify flag - connect(history, TQT_SIGNAL(commandExecuted()), this, TQT_SLOT(commandExecuted())); - connect(history, TQT_SIGNAL(documentRestored()), this, TQT_SLOT(documentRestored())); + connect(history, TQ_SIGNAL(commandExecuted()), this, TQ_SLOT(commandExecuted())); + connect(history, TQ_SIGNAL(documentRestored()), this, TQ_SLOT(documentRestored())); dcopObject(); } -- cgit v1.2.3