From 58646ccdcdc8ee08b081edba54e1460ff3295166 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- krec/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'krec') diff --git a/krec/main.cpp b/krec/main.cpp index 98ebddb6..bbbdc2a4 100644 --- a/krec/main.cpp +++ b/krec/main.cpp @@ -51,8 +51,8 @@ extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] ) aboutData.addCredit( "Matthias Kretz", I18N_NOOP( "Helped where he was asked" ), "kretz@kde.org" ); aboutData.addCredit( "Stefan Asserhaell", I18N_NOOP( "Made some minor improvements" ) ); aboutData.addCredit( "Stefan Asserhaell & Nikolas Zimmermann", I18N_NOOP( "They indirectly wrote the exports. At least I learned from their files and patches." ) ); - 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 app; KRecord *w = new KRecord(); -- cgit v1.2.1