summaryrefslogtreecommitdiffstats
path: root/kresources/blogging/API_Blog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/blogging/API_Blog.cpp')
-rw-r--r--kresources/blogging/API_Blog.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kresources/blogging/API_Blog.cpp b/kresources/blogging/API_Blog.cpp
index b6ac3752..2ad11c1d 100644
--- a/kresources/blogging/API_Blog.cpp
+++ b/kresources/blogging/API_Blog.cpp
@@ -12,9 +12,9 @@
using namespace KBlog;
-APIBlog::APIBlog( const KURL &url, TQObject *parent, const char *name ) :
- TQObject( parent, name ),
- mServerURL( url ), mAppID( TQString::null ), mDownloadCount( 20 )
+APIBlog::APIBlog( const KURL &url, TQObject *tqparent, const char *name ) :
+ TQObject( tqparent, name ),
+ mServerURL( url ), mAppID( TQString() ), mDownloadCount( 20 )
{}
APIBlog::~APIBlog()
@@ -70,9 +70,9 @@ KCal::Journal *APIBlog::journalFromPosting( KBlog::BlogPosting *blog )
TQDateTime dt = blog->dateTime();
TQDateTime creationDt = blog->creationDateTime();
TQDateTime modificationDt = blog->modificationDateTime();
-kdDebug() << "dt ="<<dt.toString( Qt::ISODate ) << endl;
-kdDebug() << "creationDt ="<<creationDt.toString( Qt::ISODate ) << endl;
-kdDebug() << "modificationDt="<<modificationDt.toString( Qt::ISODate ) << endl;
+kdDebug() << "dt ="<<dt.toString( TQt::ISODate ) << endl;
+kdDebug() << "creationDt ="<<creationDt.toString( TQt::ISODate ) << endl;
+kdDebug() << "modificationDt="<<modificationDt.toString( TQt::ISODate ) << endl;
if ( dt.isValid() && !dt.isNull() ) {
j->setDtStart( dt );
} else if ( creationDt.isValid() && !creationDt.isNull() ) {