diff options
Diffstat (limited to 'tdecore/kapplication.cpp')
-rw-r--r-- | tdecore/kapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kapplication.cpp b/tdecore/kapplication.cpp index 9fdcfbcb9..6fad03069 100644 --- a/tdecore/kapplication.cpp +++ b/tdecore/kapplication.cpp @@ -200,7 +200,7 @@ static int x11_error(Display *dpy, XErrorEvent *ev) { // duplicated from patched Qt, so that there won't be unresolved symbols if Qt gets // replaced by unpatched one -KDECORE_EXPORT bool qt_qclipboard_bailout_hack = false; +TDECORE_EXPORT bool qt_qclipboard_bailout_hack = false; template class TQPtrList<KSessionManaged>; |