From 427847240b11c1733dd9c259c613d68a6405fe68 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Jan 2013 18:50:21 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kdejava/koala/test/kfontdialog/KFontDialogTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdejava/koala/test/kfontdialog') diff --git a/kdejava/koala/test/kfontdialog/KFontDialogTest.java b/kdejava/koala/test/kfontdialog/KFontDialogTest.java index c94e7b93..156da41d 100644 --- a/kdejava/koala/test/kfontdialog/KFontDialogTest.java +++ b/kdejava/koala/test/kfontdialog/KFontDialogTest.java @@ -52,13 +52,13 @@ public class KFontDialogTest { VERSION, description, KAboutData.License_GPL, "(c) 2002, Kenneth J. Pouncey"); aboutData.addAuthor("Kenneth J. Pouncey",null, "kjpou@hotmail.com"); - 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(); // parse the args - KCmdLineArgs args = KCmdLineArgs.parsedArgs(); + TDECmdLineArgs args = TDECmdLineArgs.parsedArgs(); KConfig aConfig = new KConfig(); aConfig.setGroup( "KFontDialog-test" ); -- cgit v1.2.1