diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:47:05 -0600 |
commit | 9a03aa40e3110a537b19f8a708d6782c69526f30 (patch) | |
tree | 4e474833681c23cc05f07959bef63fdb7453a848 /kopete/libkopete/tests/kopetewallettest_program.cpp | |
parent | 516ce728ff4ffd1d1d78db856f167d180347dc02 (diff) | |
download | tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.tar.gz tdenetwork-9a03aa40e3110a537b19f8a708d6782c69526f30.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kopete/libkopete/tests/kopetewallettest_program.cpp')
-rw-r--r-- | kopete/libkopete/tests/kopetewallettest_program.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/tests/kopetewallettest_program.cpp b/kopete/libkopete/tests/kopetewallettest_program.cpp index 74380115..953124b0 100644 --- a/kopete/libkopete/tests/kopetewallettest_program.cpp +++ b/kopete/libkopete/tests/kopetewallettest_program.cpp @@ -63,7 +63,7 @@ int main( int argc, char *argv[] ) { TDEAboutData aboutData( "kopetewallettest", "kopetewallettest", "version" ); TDECmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineOptions opts[] = { {"+action",0,0}, KCmdLineLastOption }; + TDECmdLineOptions opts[] = { {"+action",0,0}, TDECmdLineLastOption }; TDECmdLineArgs::addCmdLineOptions( opts ); TDEApplication app( "kopetewallettest" ); |