diff options
author | Ray-V <ray-v@inbox.lv> | 2021-02-17 10:41:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-17 10:45:30 +0900 |
commit | 134205339095da28318a6a2238e232ce836a2a4b (patch) | |
tree | f73960a878052e256c60b96b244c92d5e2079ee7 /src | |
parent | a271d251e8564833fd002a6c7e8396b2c67b895c (diff) | |
download | kvkbd-134205339095da28318a6a2238e232ce836a2a4b.tar.gz kvkbd-134205339095da28318a6a2238e232ce836a2a4b.zip |
Added tooltip for the system tray icon.
Signed-off-by: Ray-V <ray-v@inbox.lv>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/MainWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWidget.cpp b/src/MainWidget.cpp index 6ee1fa1..0d95146 100644 --- a/src/MainWidget.cpp +++ b/src/MainWidget.cpp @@ -1830,7 +1830,7 @@ long MainWidget::keysym2ucs(KeySym keysym) KbdTray::KbdTray(TQWidget *parent, const char *name) : KSystemTray(parent,name) { - + TQToolTip::add ( this, i18n ("Virtual keyboard") ); } void KbdTray::mousePressEvent(TQMouseEvent *e) { |