|
|
@ -991,7 +991,7 @@ KbdTray::KbdTray(TQWidget *parent, const char *name) : KSystemTray(parent,name)
|
|
|
|
|
|
|
|
|
|
|
|
void KbdTray::mousePressEvent(TQMouseEvent *e)
|
|
|
|
void KbdTray::mousePressEvent(TQMouseEvent *e)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (e->button()==Qt::LeftButton) {
|
|
|
|
if (e->button()==TQt::LeftButton) {
|
|
|
|
TQWidget *p = parentWidget();
|
|
|
|
TQWidget *p = parentWidget();
|
|
|
|
if (p){
|
|
|
|
if (p){
|
|
|
|
if (p->isShown()){
|
|
|
|
if (p->isShown()){
|
|
|
|