summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:57:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:57:52 -0600
commit5456283a4169e6a94dcb12ea8d1388ed956d3089 (patch)
treeeaf17471652117a837b3c10c61ffa8240c2eb7e8 /plugins
parent341bdc9229803e20af150d0e84af71aebbf558a4 (diff)
downloadktorrent-5456283a4169e6a94dcb12ea8d1388ed956d3089.tar.gz
ktorrent-5456283a4169e6a94dcb12ea8d1388ed956d3089.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'plugins')
-rw-r--r--plugins/rssfeed/rss/testlibrss.cpp2
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;