diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-13 00:46:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-13 00:46:47 +0000 |
commit | 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 (patch) | |
tree | 5f52a9eada2e9f3654fc327d7c14dfef570a6ecb /kontact/plugins/newsticker/newsfeeds.h | |
parent | 2ee4bf4fd5eff93b2fbef0ff8e8063edffc5da5c (diff) | |
download | tdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.tar.gz tdepim-67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7.zip |
Initial conversion of kdepim to TQt
This will probably require some tweaking before it will build under Qt4,
however Qt3 builds are OK. Any alterations this commit makes to kdepim
behaviour under Qt3 are unintentional and should be fixed.
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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"), |