diff options
Diffstat (limited to 'src/gui/kdeext/KLedButton.cpp')
-rw-r--r-- | src/gui/kdeext/KLedButton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kdeext/KLedButton.cpp b/src/gui/kdeext/KLedButton.cpp index e2f2165..face32a 100644 --- a/src/gui/kdeext/KLedButton.cpp +++ b/src/gui/kdeext/KLedButton.cpp @@ -48,7 +48,7 @@ KLedButton::~KLedButton() void KLedButton::mousePressEvent( TQMouseEvent *e ) { - if (e->button() == Qt::LeftButton) { + if (e->button() == TQt::LeftButton) { toggle(); emit stateChanged( state() ); } |