summaryrefslogtreecommitdiffstats
path: root/src/colorpicker.cpp
diff options
context:
space:
mode:
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;
}