From ed70cd1b539ac2e02319b55183a5be7a28f2d116 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Jan 2013 18:56:21 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- ark/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ark/ChangeLog b/ark/ChangeLog index ace4da3..bca2e19 100644 --- a/ark/ChangeLog +++ b/ark/ChangeLog @@ -229,7 +229,7 @@ * add dialog still doesn't work. Problem with KFileView? 2000-01-18: Emily Ezust - * KUniqueApplication stuff was enabled by waba, with KCmdLineArgs + * KUniqueApplication stuff was enabled by waba, with TDECmdLineArgs code. Modified it to work according to Cooperating-SDI model. * Moved windowList to ArkApplication (accessed through a static function). ArkApplication is now modelled on the singleton pattern.