diff options
Diffstat (limited to 'kontact/plugins/newsticker/newsfeeds.h')
-rw-r--r-- | kontact/plugins/newsticker/newsfeeds.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/kontact/plugins/newsticker/newsfeeds.h b/kontact/plugins/newsticker/newsfeeds.h index 6f8e7fa48..b092469aa 100644 --- a/kontact/plugins/newsticker/newsfeeds.h +++ b/kontact/plugins/newsticker/newsfeeds.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef NEWSFEEDS_H @@ -37,8 +37,8 @@ class NewsSourceData Recreation, Society }; NewsSourceData( const TQString &name = I18N_NOOP( "Unknown" ), - const TQString &url = TQString::null, - const TQString &icon = TQString::null, + const TQString &url = TQString(), + const TQString &icon = TQString(), const Category category= Computers ) : mName( name ), mURL( url ), mIcon( icon ), mCategory( category ) { @@ -71,12 +71,12 @@ static NewsSourceData NewsSourceDefault[DEFAULT_NEWSSOURCES] = { NewsSourceData( TQString::tqfromLatin1("Internet.com Business"), TQString::tqfromLatin1("http://headlines.internet.com/internetnews/bus-news/news.rss"), - TQString::null, + TQString(), NewsSourceData::Business ), NewsSourceData( TQString::tqfromLatin1("TradeSims"), TQString::tqfromLatin1("http://www.tradesims.com/AEX.rdf"), - TQString::null, + TQString(), NewsSourceData::Business ), // Computers ---------- NewsSourceData( @@ -87,7 +87,7 @@ static NewsSourceData NewsSourceDefault[DEFAULT_NEWSSOURCES] = { NewsSourceData( TQString::tqfromLatin1("KDE France"), TQString::tqfromLatin1("http://www.kde-france.org/backend-breves.php3"), - TQString::null, + TQString(), NewsSourceData::Computers ), NewsSourceData( TQString::tqfromLatin1("FreeBSD Project News"), @@ -119,7 +119,7 @@ static NewsSourceData NewsSourceDefault[DEFAULT_NEWSSOURCES] = { NewsSourceData( TQString::tqfromLatin1("GNOME News"), TQString::tqfromLatin1("http://www.gnomedesktop.org/node/feed"), - TQString::null, + TQString(), NewsSourceData::Computers ), NewsSourceData( TQString::tqfromLatin1("Slashdot"), @@ -149,7 +149,7 @@ static NewsSourceData NewsSourceDefault[DEFAULT_NEWSSOURCES] = { NewsSourceData( TQString::tqfromLatin1("Jabber News"), TQString::tqfromLatin1("http://www.jabber.org/news/rss.xml"), - TQString::null, + TQString(), NewsSourceData::Computers ), NewsSourceData( TQString::tqfromLatin1("Freshmeat"), @@ -194,7 +194,7 @@ static NewsSourceData NewsSourceDefault[DEFAULT_NEWSSOURCES] = { NewsSourceData( TQString::tqfromLatin1("Linux Game Tome"), TQString::tqfromLatin1("http://happypenguin.org/html/news.rdf"), - TQString::null, + TQString(), NewsSourceData::Computers ), NewsSourceData( TQString::tqfromLatin1("Mozilla"), @@ -209,12 +209,12 @@ static NewsSourceData NewsSourceDefault[DEFAULT_NEWSSOURCES] = { NewsSourceData( TQString::tqfromLatin1("Daemon News"), TQString::tqfromLatin1("http://daily.daemonnews.org/ddn.rdf.php3"), - TQString::null, + TQString(), NewsSourceData::Computers ), NewsSourceData( TQString::tqfromLatin1("use Perl;"), TQString::tqfromLatin1("http://use.perl.org/useperl.rdf"), - TQString::null, + TQString(), NewsSourceData::Computers ), NewsSourceData( TQString::tqfromLatin1("Root prompt"), @@ -249,7 +249,7 @@ static NewsSourceData NewsSourceDefault[DEFAULT_NEWSSOURCES] = { NewsSourceData( TQString::tqfromLatin1("zez.org - about code "), TQString::tqfromLatin1("http://zez.org/article/rssheadlines"), - TQString::null, + TQString(), NewsSourceData::Computers ), NewsSourceData( TQString::tqfromLatin1("BSDatwork.com"), |