diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:57:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:57:52 -0600 |
commit | 5456283a4169e6a94dcb12ea8d1388ed956d3089 (patch) | |
tree | eaf17471652117a837b3c10c61ffa8240c2eb7e8 /plugins/rssfeed/rss/testlibrss.cpp | |
parent | 341bdc9229803e20af150d0e84af71aebbf558a4 (diff) | |
download | ktorrent-5456283a4169e6a94dcb12ea8d1388ed956d3089.tar.gz ktorrent-5456283a4169e6a94dcb12ea8d1388ed956d3089.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'plugins/rssfeed/rss/testlibrss.cpp')
-rw-r--r-- | plugins/rssfeed/rss/testlibrss.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rssfeed/rss/testlibrss.cpp b/plugins/rssfeed/rss/testlibrss.cpp index 721c112..154facb 100644 --- a/plugins/rssfeed/rss/testlibrss.cpp +++ b/plugins/rssfeed/rss/testlibrss.cpp @@ -58,7 +58,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 ); TDECmdLineArgs::addCmdLineOptions( options ); TDEApplication app; |