summaryrefslogtreecommitdiffstats
path: root/src/colorpicker.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-14 21:19:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-15 11:44:14 +0900
commit50245e3df9d78cdd42e9551fb32a3ea032434b0e (patch)
treefc0ca43d4b1e690730e54765a97263c0c25f290e /src/colorpicker.cpp
parentb70474e0dea4405c89c44d798dad759bd7e5d7a9 (diff)
downloadbasket-50245e3df9d78cdd42e9551fb32a3ea032434b0e.tar.gz
basket-50245e3df9d78cdd42e9551fb32a3ea032434b0e.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7b0920cd4180823f7a42350d1bdb914d697f4b9c)
Diffstat (limited to 'src/colorpicker.cpp')
-rw-r--r--src/colorpicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colorpicker.cpp b/src/colorpicker.cpp
index 52fe4c5..82b2076 100644
--- a/src/colorpicker.cpp
+++ b/src/colorpicker.cpp
@@ -37,7 +37,7 @@
DesktopColorPicker::DesktopColorPicker()
: TQDesktopWidget()
{
- TQT_TQWIDGET(this)->setName("DesktopColorPicker");
+ this->setName("DesktopColorPicker");
m_gettingColorFromScreen = false;
}