From 64df902cf71a8ee258fb85f6be26248f399aa01f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:15 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kmail/kmfolder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/kmfolder.cpp') diff --git a/kmail/kmfolder.cpp b/kmail/kmfolder.cpp index 5c4af405..88338a05 100644 --- a/kmail/kmfolder.cpp +++ b/kmail/kmfolder.cpp @@ -715,7 +715,7 @@ TQString KMFolder::idString() const if (!relativePath.isEmpty()) relativePath = relativePath.right( relativePath.length() - 1 ) + "/"; TQString escapedName = name(); - /* Escape [ and ] as they are disallowed for kconfig sections and that is + /* Escape [ and ] as they are disallowed for tdeconfig sections and that is what the idString is primarily used for. */ escapedName.replace( "[", "%(" ); escapedName.replace( "]", "%)" ); -- cgit v1.2.3