summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-02 15:54:11 +0900
committerMichele Calgaro <[email protected]>2023-09-04 10:31:26 +0900
commitd5e7a8219589dc8cbb928685b513aaad93a95775 (patch)
tree90bd24290e66f07a5349f9b818d1ae98cf3402c7 /kbugbuster/gui
parent854ae8e07b5b84b8814546c46c59d050101a586b (diff)
downloadtdesdk-d5e7a8219589dc8cbb928685b513aaad93a95775.tar.gz
tdesdk-d5e7a8219589dc8cbb928685b513aaad93a95775.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4419ae48793b07591929aff8c69a381e7a5bbb32)
Diffstat (limited to 'kbugbuster/gui')
-rw-r--r--kbugbuster/gui/packageselectdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/packageselectdialog.cpp b/kbugbuster/gui/packageselectdialog.cpp
index 19fb36de..d228cf86 100644
--- a/kbugbuster/gui/packageselectdialog.cpp
+++ b/kbugbuster/gui/packageselectdialog.cpp
@@ -17,7 +17,7 @@
PackageListView::PackageListView( TQWidget *parent ) :
TQListView( parent )
{
- setFocusPolicy( TQ_StrongFocus );
+ setFocusPolicy( TQWidget::StrongFocus );
}
void PackageListView::resetTyped()