summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/session.cpp')
-rw-r--r--konsole/konsole/session.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/konsole/konsole/session.cpp b/konsole/konsole/session.cpp
index a6103da4f..dcfe9fee4 100644
--- a/konsole/konsole/session.cpp
+++ b/konsole/konsole/session.cpp
@@ -825,6 +825,7 @@ TQString TESession::keytab()
void TESession::setKeytab(const TQString &keytab)
{
setKeymap(keytab);
+ emit updateSessionKeytab(this, keytab);
emit updateSessionConfig(this);
}