From 9a03aa40e3110a537b19f8a708d6782c69526f30 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:47:05 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kopete/libkopete/tests/kopetewallettest_program.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/libkopete/tests/kopetewallettest_program.cpp') 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" ); -- cgit v1.2.1