diff options
Diffstat (limited to 'kopete/libkopete/kopeteglobal.h')
-rw-r--r-- | kopete/libkopete/kopeteglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopeteglobal.h b/kopete/libkopete/kopeteglobal.h index 395d0eae..7ecc6f5b 100644 --- a/kopete/libkopete/kopeteglobal.h +++ b/kopete/libkopete/kopeteglobal.h @@ -160,7 +160,7 @@ namespace Global void unregisterTemplate(const TQString &key); const ContactPropertyTmpl &createProp(const TQString &key, - const TQString &label, const TQString &icon=TQString::null, + const TQString &label, const TQString &icon=TQString(), bool persistent = false) const; private: |