diff options
Diffstat (limited to 'src/itemlibrary.cpp')
-rw-r--r-- | src/itemlibrary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemlibrary.cpp b/src/itemlibrary.cpp index 720c5c7..4d955d2 100644 --- a/src/itemlibrary.cpp +++ b/src/itemlibrary.cpp @@ -381,7 +381,7 @@ TQImage ItemLibrary::itemImage( Item *item, const uint maxSize ) p.setPen( item->pen() ); p.setBrush( item->brush() ); - // Now draw the shape :-) + // Now draw the tqshape :-) const bool sel = item->isSelected(); if (sel) { |