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 --- arts/tools/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arts/tools/main.cpp') diff --git a/arts/tools/main.cpp b/arts/tools/main.cpp index 9cff7f4e..3042f46e 100644 --- a/arts/tools/main.cpp +++ b/arts/tools/main.cpp @@ -195,7 +195,7 @@ int main(int argc, char **argv) { aboutData.addAuthor( "Stefan Westerfeld", I18N_NOOP( "Author and aRts maintainer" ), "stefan@space.twc.de" ); aboutData.addAuthor( "Arnold Krille", I18N_NOOP( "Some improvements" ), "arnold@arnoldarts.de" ); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app(argc, argv); -- cgit v1.2.1