summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-05-16 12:46:06 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-05-16 12:48:01 +0200
commit32bfe7fe3da6ee7b4bae6e50c03b9da8bc4d31f5 (patch)
treedfc4ec59e22c01ca25c14c50787789ea2eabe7e8
parent36f24a89f8b3b58781089f4e4c67a30454c76664 (diff)
downloadkopete-otr-32bfe7fe3da6ee7b4bae6e50c03b9da8bc4d31f5.tar.gz
kopete-otr-32bfe7fe3da6ee7b4bae6e50c03b9da8bc4d31f5.zip
Fix OtrlChatInterface visibility
This resolves bug 2472 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit bbbc786294923b79b892a41e1185f1fe7c55297b)
-rw-r--r--src/otrlchatinterface.cpp1
1 files changed, 1 insertions, 0 deletions
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"