diff options
Diffstat (limited to 'digikam/imageplugins/texture/texture.cpp')
-rw-r--r-- | digikam/imageplugins/texture/texture.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/imageplugins/texture/texture.cpp b/digikam/imageplugins/texture/texture.cpp index 42477d5d..a056c912 100644 --- a/digikam/imageplugins/texture/texture.cpp +++ b/digikam/imageplugins/texture/texture.cpp @@ -100,7 +100,7 @@ void Texture::filterImage(void) else blendGain = m_blendGain; - // Make textured transparent layout. + // Make textured transparent tqlayout. for (int x = 0; !m_cancel && x < w; x++) { @@ -139,7 +139,7 @@ void Texture::filterImage(void) postProgress(progress); } - // Merge layout and image using overlay method. + // Merge tqlayout and image using overlay method. for (int x = 0; !m_cancel && x < w; x++) { |