diff options
author | Ray-V <[email protected]> | 2021-02-17 10:41:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-02-17 10:45:49 +0900 |
commit | abbc87ec028408e10b7e63976ceaaae2e49e69df (patch) | |
tree | 70a56abeed2f91a1b862e9264ae6e8007062395f | |
parent | 32fa93d06ab03439b62ebcbd6068f3a9690dbc7d (diff) | |
download | kvkbd-abbc87ec028408e10b7e63976ceaaae2e49e69df.tar.gz kvkbd-abbc87ec028408e10b7e63976ceaaae2e49e69df.zip |
Added tooltip for the system tray icon.
Signed-off-by: Ray-V <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 134205339095da28318a6a2238e232ce836a2a4b)
-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) { |