diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-06-27 15:02:37 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-06-27 15:03:02 +0200 |
commit | bdc3d0f043ce4dbcf25867cb79b097e8d433f64f (patch) | |
tree | 03595ff3e53350f7dc552c5a3d548e774c4fa8dc /superkaramba | |
parent | 71d690a88f1fbbf94df42a9e479fabd036c676f7 (diff) | |
download | tdeutils-bdc3d0f043ce4dbcf25867cb79b097e8d433f64f.tar.gz tdeutils-bdc3d0f043ce4dbcf25867cb79b097e8d433f64f.zip |
Fix build on freebsd
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 421c249f1ff8e75ce646b6d94c0e0a141b30f2a8)
Diffstat (limited to 'superkaramba')
-rw-r--r-- | superkaramba/src/CMakeLists.txt | 1 | ||||
-rw-r--r-- | superkaramba/src/imagelabel.h | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/superkaramba/src/CMakeLists.txt b/superkaramba/src/CMakeLists.txt index b0f9a4e..8f560b6 100644 --- a/superkaramba/src/CMakeLists.txt +++ b/superkaramba/src/CMakeLists.txt @@ -56,6 +56,7 @@ tde_add_executable( superkaramba AUTOMOC svcgrp_python.cpp LINK tdeio-shared ${PYTHON_LIBRARIES} ${TDENEWSTUFF_LIBRARIES} + ${LIBKVM_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/superkaramba/src/imagelabel.h b/superkaramba/src/imagelabel.h index 9ed9672..1346c2e 100644 --- a/superkaramba/src/imagelabel.h +++ b/superkaramba/src/imagelabel.h @@ -38,7 +38,9 @@ #include "karamba.h" class ImageLabel; -class TDEIO::CopyJob; +namespace TDEIO { + class CopyJob; +} // Abstract Effects Baseclass class Effect : public TQObject |