summaryrefslogtreecommitdiffstats
path: root/kolourpaint/tools/kptoolcolorwasher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kolourpaint/tools/kptoolcolorwasher.cpp')
-rw-r--r--kolourpaint/tools/kptoolcolorwasher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kolourpaint/tools/kptoolcolorwasher.cpp b/kolourpaint/tools/kptoolcolorwasher.cpp
index 6c2d091f..27679276 100644
--- a/kolourpaint/tools/kptoolcolorwasher.cpp
+++ b/kolourpaint/tools/kptoolcolorwasher.cpp
@@ -33,7 +33,7 @@ kpToolColorWasher::kpToolColorWasher (kpMainWindow *mainWindow)
: kpToolPen (kpToolPen::ColorWasher,
i18n ("Color Eraser"),
i18n ("Replaces pixels of the foreground color with the background color"),
- Qt::Key_O,
+ TQt::Key_O,
mainWindow, "tool_color_washer")
{
}