From bbbc786294923b79b892a41e1185f1fe7c55297b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 16 May 2018 12:46:06 +0200 Subject: Fix OtrlChatInterface visibility This resolves bug 2472 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/otrlchatinterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/otrlchatinterface.cpp b/src/otrlchatinterface.cpp index 135377b..5c1e352 100644 --- a/src/otrlchatinterface.cpp +++ b/src/otrlchatinterface.cpp @@ -1069,3 +1069,4 @@ void KeyGenThread::run() OtrlChatInterface::self()->checkFilePermissions( TQString(TDEGlobal::dirs()->saveLocation("data", "kopete_otr/", true )) + "privkeys" ); } +#include "otrlchatinterface.moc" -- cgit v1.2.3