summaryrefslogtreecommitdiffstats
path: root/kpdf/core/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/core/link.h')
-rw-r--r--kpdf/core/link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/core/link.h b/kpdf/core/link.h
index eff3573e..839292fd 100644
--- a/kpdf/core/link.h
+++ b/kpdf/core/link.h
@@ -27,7 +27,7 @@ class KPDFLink
// get link type (inherited classes mustreturn an unique identifier)
enum LinkType { Goto, Execute, Browse, Action, Movie };
virtual LinkType linkType() const = 0;
- virtual TQString linkTip() const { return TQString::null; }
+ virtual TQString linkTip() const { return TQString(); }
// virtual destructor (remove warnings)
virtual ~KPDFLink();