From 8fcac2ddbb95cf50b73f33492c18d61a2d79eb49 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:31 -0600 Subject: [PATCH] Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 81d8846..d43ec75 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ int main( int argc, char *argv[] ) aboutApp.addAuthor( "William Entriken", "Concurrent Ripping, Major UI improvements", "william.entriken@villanova.edu" ); aboutApp.addCredit( "Kevin Krammer", "Assistance"); aboutApp.addCredit( "Jakub Stachowski", "bksys migration, crash fix" ); - KCmdLineArgs::init( argc, argv, &aboutApp ); + TDECmdLineArgs::init( argc, argv, &aboutApp ); KApplication app;