From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: 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 --- libkcal/customproperties.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libkcal/customproperties.h') diff --git a/libkcal/customproperties.h b/libkcal/customproperties.h index 46814ca05..d43473890 100644 --- a/libkcal/customproperties.h +++ b/libkcal/customproperties.h @@ -56,7 +56,7 @@ class LIBKCAL_EXPORT CustomProperties @param app Application name as it appears in the custom property name. @param key Property identifier specific to the application. - @param value The property's value. A call with a value of TQString::null + @param value The property's value. A call with a value of TQString() will be ignored. */ void setCustomProperty( const TQCString &app, const TQCString &key, @@ -73,7 +73,7 @@ class LIBKCAL_EXPORT CustomProperties @param app Application name as it appears in the custom property name. @param key Property identifier specific to the application. - @return Property value, or TQString::null if (and only if) the property + @return Property value, or TQString() if (and only if) the property does not exist. */ TQString customProperty( const TQCString &app, const TQCString &key ) const; @@ -82,7 +82,7 @@ class LIBKCAL_EXPORT CustomProperties Create or modify a non-KDE or non-standard custom calendar property. @param name Full property name - @param value The property's value. A call with a value of TQString::null + @param value The property's value. A call with a value of TQString() will be ignored. */ void setNonKDECustomProperty( const TQCString &name, const TQString &value ); @@ -96,7 +96,7 @@ class LIBKCAL_EXPORT CustomProperties Return the value of a non-KDE or non-standard custom calendar property. @param name Full property name - @return Property value, or TQString::null if (and only if) the property + @return Property value, or TQString() if (and only if) the property does not exist. */ TQString nonKDECustomProperty( const TQCString& name ) const; -- cgit v1.2.1