summaryrefslogtreecommitdiffstats
path: root/kplato/kptrelationdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-04 10:30:32 +0900
committerMichele Calgaro <[email protected]>2024-01-13 20:22:52 +0900
commite1b37ac1936f81994a2c1aa2778298fbc757531f (patch)
tree2e2df5ea5786d581b10e51e0cbde9f4921697b2f /kplato/kptrelationdialog.cpp
parentd08f80f854355e446d1c6be0eb50166646f7f291 (diff)
downloadkoffice-e1b37ac1936f81994a2c1aa2778298fbc757531f.tar.gz
koffice-e1b37ac1936f81994a2c1aa2778298fbc757531f.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf)
Diffstat (limited to 'kplato/kptrelationdialog.cpp')
-rw-r--r--kplato/kptrelationdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptrelationdialog.cpp b/kplato/kptrelationdialog.cpp
index 4de50c11..2b91b456 100644
--- a/kplato/kptrelationdialog.cpp
+++ b/kplato/kptrelationdialog.cpp
@@ -61,8 +61,8 @@ AddRelationDialog::AddRelationDialog(Relation *rel, TQWidget *p, TQString captio
m_panel->relationType->setFocus();
enableButtonOK(true);
- connect(m_panel->relationType, TQT_SIGNAL(clicked(int)), TQT_SLOT(typeClicked(int)));
- connect(m_panel->lag, TQT_SIGNAL(valueChanged()), TQT_SLOT(lagChanged()));
+ connect(m_panel->relationType, TQ_SIGNAL(clicked(int)), TQ_SLOT(typeClicked(int)));
+ connect(m_panel->lag, TQ_SIGNAL(valueChanged()), TQ_SLOT(lagChanged()));
}
KCommand *AddRelationDialog::buildCommand(Part *part) {