diff options
Diffstat (limited to 'src/kbfxspinxmenu.cpp')
| -rw-r--r-- | src/kbfxspinxmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinxmenu.cpp b/src/kbfxspinxmenu.cpp index 4506da0..f881de4 100644 --- a/src/kbfxspinxmenu.cpp +++ b/src/kbfxspinxmenu.cpp @@ -212,7 +212,7 @@ KbfxSpinxMenuWidget::~KbfxSpinxMenuWidget () void KbfxSpinxMenuWidget::search_clear ( const ButtonState & _btn ) { - if ( _btn == Qt::LeftButton ) + if ( _btn == TQt::LeftButton ) { /* Clear the search box */ m_search->clear(); |
