From ef71f46965855308db367f74956513eccc71bc46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:21:16 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- librss/testlibrss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librss/testlibrss.cpp') diff --git a/librss/testlibrss.cpp b/librss/testlibrss.cpp index 45daf23b..37c78228 100644 --- a/librss/testlibrss.cpp +++ b/librss/testlibrss.cpp @@ -28,7 +28,7 @@ void Tester::slotLoadingComplete( Loader *loader, Document doc, Status status ) int main( int argc, char **argv ) { - KAboutData aboutData( "testlibrss", "testlibrss", "0.1" ); + TDEAboutData aboutData( "testlibrss", "testlibrss", "0.1" ); TDECmdLineArgs::init( argc, argv, &aboutData ); TDEApplication app; -- cgit v1.2.1