diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:43 -0600 |
commit | 8a69eba2f0eddce05cf86e0df8aec6e9f473d485 (patch) | |
tree | a889ac177bfba440878975db41e0a240daee8075 /kjsembed/kjscmd.cpp | |
parent | 1dbcf2f985c1f3d9319f4c46a0da9951551f82c9 (diff) | |
download | tdebindings-8a69eba2f0eddce05cf86e0df8aec6e9f473d485.tar.gz tdebindings-8a69eba2f0eddce05cf86e0df8aec6e9f473d485.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/kjscmd.cpp')
-rw-r--r-- | kjsembed/kjscmd.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kjsembed/kjscmd.cpp b/kjsembed/kjscmd.cpp index 4b6604cf..220a1b50 100644 --- a/kjsembed/kjscmd.cpp +++ b/kjsembed/kjscmd.cpp @@ -88,9 +88,9 @@ int main( int argc, char **argv ) about.addAuthor( "Richard Moore", 0, "rich@kde.org" ); about.addAuthor( "Ian Reinhart Geiser", 0, "geiser@kde.org" ); - KCmdLineArgs::init( argc, argv, &about ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs::init( argc, argv, &about ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // Setup KApplication KApplication *app; |