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