diff options
Diffstat (limited to 'kopete/libkopete/kopeteeventpresentation.h')
-rw-r--r-- | kopete/libkopete/kopeteeventpresentation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopeteeventpresentation.h b/kopete/libkopete/kopeteeventpresentation.h index 0576a9b1..07ea1213 100644 --- a/kopete/libkopete/kopeteeventpresentation.h +++ b/kopete/libkopete/kopeteeventpresentation.h @@ -31,7 +31,7 @@ public: enum PresentationType { Sound, Message, Chat }; EventPresentation( const PresentationType type ); EventPresentation( const PresentationType type, - const TQString &content = TQString::null, + const TQString &content = TQString(), const bool singleShot = false, const bool enabled = false ); ~EventPresentation(); |