aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Noldor2008-10-14 16:26:58 +0000
committerGravatar Noldor2008-10-14 16:26:58 +0000
commitc12217a671007d5b2d7257609c0c4da1672f2fba (patch)
tree39ecac525368651670d3debeb7bafaa772b1ddc0
parentmerged kvi_tal_(mainwindow|menubar)_(qt|kde).h; (diff)
downloadKVIrc-c12217a671007d5b2d7257609c0c4da1672f2fba.tar.gz
KVIrc-c12217a671007d5b2d7257609c0c4da1672f2fba.tar.bz2
KVIrc-c12217a671007d5b2d7257609c0c4da1672f2fba.zip
fixed compilation on win
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2728 17fca916-40b9-46aa-a4ea-0a15b648b75c
-rw-r--r--src/modules/iograph/iograph_QT4_vc05.vcproj4
-rw-r--r--src/modules/iograph/libkviiograph.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/iograph/iograph_QT4_vc05.vcproj b/src/modules/iograph/iograph_QT4_vc05.vcproj
index 03790ce26..42a79ba6c 100644
--- a/src/modules/iograph/iograph_QT4_vc05.vcproj
+++ b/src/modules/iograph/iograph_QT4_vc05.vcproj
@@ -226,7 +226,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="$(QTDIR)\bin\moc -DCOMPILE_CRYPT_SUPPORT -o &quot;$(InputDir)\$(InputName).moc&quot; &quot;$(InputDir)\$(InputFileName)&quot;"
+ CommandLine="$(QTDIR)\bin\moc -DCOMPILE_CRYPT_SUPPORT -o &quot;$(InputDir)\$(InputName).moc&quot; &quot;$(InputDir)\$(InputFileName)&quot;&#x0D;&#x0A;"
Outputs="$(InputDir)\$(InputName).moc"
/>
</FileConfiguration>
@@ -235,7 +235,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="$(QTDIR)\bin\moc -DCOMPILE_CRYPT_SUPPORT -o &quot;$(InputDir)\$(InputName).moc&quot; &quot;$(InputDir)\$(InputFileName)&quot;"
+ CommandLine="$(QTDIR)\bin\moc -DCOMPILE_CRYPT_SUPPORT -o &quot;$(InputDir)\$(InputName).moc&quot; &quot;$(InputDir)\$(InputFileName)&quot;&#x0D;&#x0A;"
Outputs="$(InputDir)\$(InputName).moc"
/>
</FileConfiguration>
diff --git a/src/modules/iograph/libkviiograph.cpp b/src/modules/iograph/libkviiograph.cpp
index b8646f756..29267ad61 100644
--- a/src/modules/iograph/libkviiograph.cpp
+++ b/src/modules/iograph/libkviiograph.cpp
@@ -36,7 +36,7 @@
#include <QPaintEvent>
#ifdef COMPILE_PSEUDO_TRANSPARENCY
- extern QPixmap * g_pShadedChildGlobalDesktopBackground;
+ extern KVIRC_API QPixmap * g_pShadedChildGlobalDesktopBackground;
#endif
KviIOGraphWindow* g_pIOGraphWindow = 0;