aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-10-17 17:26:48 +0000
committerGravatar Fabio Bas2010-10-17 17:26:48 +0000
commitc7a65f68f29871b6459a37ed502b9ad230efe390 (patch)
tree6e4a28d49bb5ad6422f29c26f076649d920356fc /src
parentprobable compilation fix (diff)
downloadKVIrc-c7a65f68f29871b6459a37ed502b9ad230efe390.tar.gz
KVIrc-c7a65f68f29871b6459a37ed502b9ad230efe390.tar.bz2
KVIrc-c7a65f68f29871b6459a37ed502b9ad230efe390.zip
porbable compilation fix for msvc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5087 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/modules/notifier/notifierwindowtab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/notifier/notifierwindowtab.cpp b/src/modules/notifier/notifierwindowtab.cpp
index 8ac220a84..0004fd701 100644
--- a/src/modules/notifier/notifierwindowtab.cpp
+++ b/src/modules/notifier/notifierwindowtab.cpp
@@ -44,7 +44,7 @@
#ifdef COMPILE_PSEUDO_TRANSPARENCY
#include <QPixmap>
- extern QPixmap * g_pShadedChildGlobalDesktopBackground;
+ extern KVIRC_API QPixmap * g_pShadedChildGlobalDesktopBackground;
#endif
extern KviNotifierWindow * g_pNotifierWindow;