From 427847240b11c1733dd9c259c613d68a6405fe68 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Mon, 21 Jan 2013 18:50:21 -0600
Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

---
 kdejava/koala/test/khelpers/Main.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'kdejava/koala/test/khelpers')

diff --git a/kdejava/koala/test/khelpers/Main.java b/kdejava/koala/test/khelpers/Main.java
index a43fb15b..28ccca14 100644
--- a/kdejava/koala/test/khelpers/Main.java
+++ b/kdejava/koala/test/khelpers/Main.java
@@ -11,7 +11,7 @@ import org.kde.koala.*;
  *  ToolTips, What's This?, and More
  *
  * @see TDEApplication
- * @see KCmdLineArgs
+ * @see TDECmdLineArgs
  *
  * @author java translation Kenneth J. Pouncey, kjpou@hotmail.com
  * @version 0.1
@@ -32,8 +32,8 @@ static String VERSION = "0.1";
       KAboutData aboutData = new KAboutData( "KHelpers", "KHelpers",
          VERSION, description, KAboutData.License_GPL,
          "KDE 2 Development");
-      KCmdLineArgs.init( cmdLineArgs, aboutData );
-      KCmdLineArgs.addCmdLineOptions( options ); // Add our own options.
+      TDECmdLineArgs.init( cmdLineArgs, aboutData );
+      TDECmdLineArgs.addCmdLineOptions( options ); // Add our own options.
 
       TDEApplication app = new TDEApplication();
       KHelpers khelpers = new KHelpers();
-- 
cgit v1.2.1