summaryrefslogtreecommitdiffstats
path: root/lib/widgets/processwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-04 10:31:12 +0900
commite8e8e54254ec3786edbbc149be5a7a7109e6541d (patch)
tree6684b76c8005878e39139bc706e1653cbf311fb9 /lib/widgets/processwidget.cpp
parentda6192de80b02052d30576401e06deb228ad84e6 (diff)
downloadtdevelop-e8e8e54254ec3786edbbc149be5a7a7109e6541d.tar.gz
tdevelop-e8e8e54254ec3786edbbc149be5a7a7109e6541d.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 88de09b6cc82c3c1592f1a71415cb962e39eb60b)
Diffstat (limited to 'lib/widgets/processwidget.cpp')
-rw-r--r--lib/widgets/processwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/processwidget.cpp b/lib/widgets/processwidget.cpp
index a4188643..f3088c88 100644
--- a/lib/widgets/processwidget.cpp
+++ b/lib/widgets/processwidget.cpp
@@ -106,7 +106,7 @@ void ProcessListBoxItem::paint(TQPainter *p)
ProcessWidget::ProcessWidget(TQWidget *parent, const char *name)
: TDEListBox(parent, name)
{
- setFocusPolicy(TQ_NoFocus);
+ setFocusPolicy(TQWidget::NoFocus);
// Don't override the palette, as that can mess up styles. Instead, draw
// the background ourselves (see ProcessListBoxItem::paint).