From 545d48dc2acbfb766a1c277b6f82ae54eea3754f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:48 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kodo/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kodo/main.cpp') diff --git a/kodo/main.cpp b/kodo/main.cpp index 72f8802..92eb543 100644 --- a/kodo/main.cpp +++ b/kodo/main.cpp @@ -76,7 +76,7 @@ int main(int argc, char *argv[]) aboutData->addCredit("Gioele Barabucci", I18N_NOOP("KDE 2 porting and some code cleanups"), "dev@gioelebarabucci.com", "http://www.gioelebarabucci.com"); - KCmdLineArgs::init( argc, argv, aboutData ); + TDECmdLineArgs::init( argc, argv, aboutData ); if (!KUniqueApplication::start()) exit(0); -- cgit v1.2.1