summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed/rss/testlibrss.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:59:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:59:48 -0600
commit1c61261489751a320394ea8068fc877dc3e2fb47 (patch)
treec94a83052f518a342534523bebba19aad2b9ad8d /plugins/rssfeed/rss/testlibrss.cpp
parentc5528d18d7870d01c4d8f1b8398db31f68bd7b41 (diff)
downloadktorrent-1c61261489751a320394ea8068fc877dc3e2fb47.tar.gz
ktorrent-1c61261489751a320394ea8068fc877dc3e2fb47.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'plugins/rssfeed/rss/testlibrss.cpp')
-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 f66a53d..721c112 100644
--- a/plugins/rssfeed/rss/testlibrss.cpp
+++ b/plugins/rssfeed/rss/testlibrss.cpp
@@ -61,7 +61,7 @@ int main( int argc, char **argv )
KAboutData aboutData( "testlibrss", "testlibrss", "0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication app;
+ TDEApplication app;
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count() != 1 ) args->usage();