summaryrefslogtreecommitdiffstats
path: root/ark/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-10 17:13:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-10 17:13:18 +0900
commitfcf98b70b8664d991f5c31062aba4947d404ed41 (patch)
tree74cc56c6a97749a357137aeab4dc9243a1f60d40 /ark/main.cpp
parent9223e1c194eea392ce07a7909afcc2e3b3713c95 (diff)
downloadtdeutils-feat/use-tdeuniqueapplication.tar.gz
tdeutils-feat/use-tdeuniqueapplication.zip
Rename KUniqueApplication to TDEUniqueApplicationfeat/use-tdeuniqueapplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark/main.cpp')
-rw-r--r--ark/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/main.cpp b/ark/main.cpp
index 3ec8593..3fd5e1e 100644
--- a/ark/main.cpp
+++ b/ark/main.cpp
@@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
//
-// Note: This is a KUniqueApplication.
+// Note: This is a TDEUniqueApplication.
// To debug add --nofork to the command line.
// Be aware that newInstance() will not be called in this case, but you
// can run ark from a console, and that will invoke it in the debugger.