summaryrefslogtreecommitdiffstats
path: root/src/flowparts/interrupt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/flowparts/interrupt.cpp')
-rw-r--r--src/flowparts/interrupt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flowparts/interrupt.cpp b/src/flowparts/interrupt.cpp
index 14a783f..9325c33 100644
--- a/src/flowparts/interrupt.cpp
+++ b/src/flowparts/interrupt.cpp
@@ -55,7 +55,7 @@ Interrupt::~Interrupt()
void Interrupt::dataChanged()
{
- setCaption( i18n("Interrupt %1").tqarg(dataString("interrupt")) );
+ setCaption( i18n("Interrupt %1").arg(dataString("interrupt")) );
}
void Interrupt::generateMicrobe( FlowCode *code )