diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:43 -0600 |
commit | 8e73bcd377e01a1cbcc9def16ec1d453401aacf2 (patch) | |
tree | b30ccce6969963cd79df4a4dee3b1f8c3fba2ecc /plugins/rssfeed | |
parent | a299dec290bd1467c66df3f2dd82f2b6bbe32cbd (diff) | |
download | ktorrent-8e73bcd377e01a1cbcc9def16ec1d453401aacf2.tar.gz ktorrent-8e73bcd377e01a1cbcc9def16ec1d453401aacf2.zip |
Rename additional global TQt functions
Diffstat (limited to 'plugins/rssfeed')
-rw-r--r-- | plugins/rssfeed/rssfeed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rssfeed/rssfeed.cpp b/plugins/rssfeed/rssfeed.cpp index 2b70193..a067edd 100644 --- a/plugins/rssfeed/rssfeed.cpp +++ b/plugins/rssfeed/rssfeed.cpp @@ -303,7 +303,7 @@ namespace kt emit articlesChanged(m_articles); } } else { - qDebug( "There was and error loading the feed\n"); + tqDebug( "There was and error loading the feed\n"); } disconnect( feedLoader, TQT_SIGNAL( loadingComplete( Loader *, Document, Status ) ), |