summaryrefslogtreecommitdiffstats
path: root/src/kbfxspinxmenu.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-05 15:23:04 +0900
committerMichele Calgaro <[email protected]>2023-11-05 15:23:04 +0900
commit67a9fd3225cb598a4731ae04d41f254fc3d1a255 (patch)
tree11521abbd9f4c23c60e07161b82ba536d0b902ec /src/kbfxspinxmenu.cpp
parent9119aa80e2361c34c3e03919f97262a068c4d5d8 (diff)
downloadkbfx-67a9fd3225cb598a4731ae04d41f254fc3d1a255.tar.gz
kbfx-67a9fd3225cb598a4731ae04d41f254fc3d1a255.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kbfxspinxmenu.cpp')
-rw-r--r--src/kbfxspinxmenu.cpp2
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();