summaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/eventeditor/eventeditor.cpp2
-rw-r--r--src/modules/raweditor/raweditor.cpp2
2 files changed, 2 insertions, 2 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;
}
diff --git a/src/modules/raweditor/raweditor.cpp b/src/modules/raweditor/raweditor.cpp
index a1221d7..9b3662c 100644
--- a/src/modules/raweditor/raweditor.cpp
+++ b/src/modules/raweditor/raweditor.cpp
@@ -196,7 +196,7 @@ void KviRawEditor::getUniqueHandlerName(KviRawListViewItem *it,TQString &buffer)
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;
}