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:46:06 +0200
commitbbbc786294923b79b892a41e1185f1fe7c55297b (patch)
tree8dc553ff7d9c2cdfc14b1447ad2a2c248f8baa4e
parent081524e39e93ca91bddce883cd26ee28ed4afc90 (diff)
downloadkopete-otr-bbbc786294923b79b892a41e1185f1fe7c55297b.tar.gz
kopete-otr-bbbc786294923b79b892a41e1185f1fe7c55297b.zip
Fix OtrlChatInterface visibility
This resolves bug 2472 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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"