From 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:46 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- librss/testlibrss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librss') diff --git a/librss/testlibrss.cpp b/librss/testlibrss.cpp index 2cbbe913..5ef95531 100644 --- a/librss/testlibrss.cpp +++ b/librss/testlibrss.cpp @@ -29,7 +29,7 @@ void Tester::slotLoadingComplete( Loader *loader, Document doc, Status status ) int main( int argc, char **argv ) { KAboutData aboutData( "testlibrss", "testlibrss", "0.1" ); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; Tester tester; -- cgit v1.2.1