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>
(cherry picked from commit 1342053390)
r14.0.x
Ray-V 3 years ago committed by Michele Calgaro
parent 32fa93d06a
commit abbc87ec02
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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)
{

Loading…
Cancel
Save