Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/19/head
Michele Calgaro 6 months ago
parent 38f84cb09b
commit 0bd30c3c2e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

Loading…
Cancel
Save