summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-07-26 12:17:09 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-26 15:59:21 +0200
commitb70c2d352ddb6350ec366b055b28b3d892b54b1c (patch)
treebfe216825573ae62dbf81b4e6ef8d3bdd2270cbf /desktop/inc
parenttubes: move mbChannelReadyHandlerInvoked to pImpl (diff)
downloadcore-b70c2d352ddb6350ec366b055b28b3d892b54b1c.tar.gz
core-b70c2d352ddb6350ec366b055b28b3d892b54b1c.zip
tubes: avoid unnecessary re-building; move the include into source file
Change-Id: Ib45a5fab8d4dc118ac0ae5282d47f46f9f86edc2
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 09f0a4d4e4f1..c31b953170ba 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -41,8 +41,9 @@
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/uno/Reference.h>
#include <osl/mutex.hxx>
+
#ifdef ENABLE_TELEPATHY
-#include <tubes/manager.hxx>
+class TeleManager;
#endif
using namespace com::sun::star::task;