summaryrefslogtreecommitdiffstats
path: root/kformula/kformula_doc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kformula/kformula_doc.cpp')
-rw-r--r--kformula/kformula_doc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kformula/kformula_doc.cpp b/kformula/kformula_doc.cpp
index 61b84d51..2ce07d1f 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();
}