diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:33 -0600 |
commit | db480047d0ad5a6939a8591b76a6827b851cb030 (patch) | |
tree | 55befbbb2a97bb8535336978ff59d9a31bc49f38 | |
parent | 41e561c3697c95befa1922a9489dec159c672cf8 (diff) | |
download | smb4k-db480047d0ad5a6939a8591b76a6827b851cb030.tar.gz smb4k-db480047d0ad5a6939a8591b76a6827b851cb030.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r-- | smb4k/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smb4k/main.cpp b/smb4k/main.cpp index c000af4..2e5b0d9 100644 --- a/smb4k/main.cpp +++ b/smb4k/main.cpp @@ -99,8 +99,8 @@ int main( int argc, char *argv[] ) aboutData.addCredit( "Rashid N. Achilov", I18N_NOOP( "Testing of Smb4K under FreeBSD" ), "shelton@sentry.granch.ru" ); aboutData.addCredit( "Jerzy Trzeciak", I18N_NOOP( "Polish translation" ), "artusek@wp.pl" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. KUniqueApplication::addCmdLineOptions(); |