summaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/eventeditor')
-rw-r--r--src/modules/eventeditor/eventeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/eventeditor/eventeditor.cpp b/src/modules/eventeditor/eventeditor.cpp
index 06d6e3e..6b58280 100644
--- a/src/modules/eventeditor/eventeditor.cpp
+++ b/src/modules/eventeditor/eventeditor.cpp
@@ -193,7 +193,7 @@ void KviEventEditor::getUniqueHandlerName(KviEventListViewItem *it,TQString &buf
if(KviTQString::equalCI(newName,ch->m_szName))
{
bFound = true;
- KviTQString::sprintf(newName,"%TQ_%d",&buffer,idx);
+ KviTQString::sprintf(newName,"%Q_%d",&buffer,idx);
idx++;
break;
}