From 634845c7a257ece46caaf3d46d8e28c8c091cbf4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:44 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kpercentage/kpercentage/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpercentage') diff --git a/kpercentage/kpercentage/main.cpp b/kpercentage/kpercentage/main.cpp index b52bd324..10b11c3f 100644 --- a/kpercentage/kpercentage/main.cpp +++ b/kpercentage/kpercentage/main.cpp @@ -54,8 +54,8 @@ int main( int argc, char *argv[] ) aboutData.addCredit( "Primoz Anzur", I18N_NOOP( "Cleaning and bugfixing code" ), "zerokode@gmx.net" ); aboutData.addCredit("David Vignoni", I18N_NOOP("SVG icon"), "david80v@tin.it"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. KApplication a; KPercentage *kpercentage = new KPercentage( "kpercentage" ); -- cgit v1.2.1