diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-06 11:29:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-07 09:56:56 +0900 |
commit | 16c7639b7aa81b924da8b4edc1d4212860b8f00d (patch) | |
tree | 64c03f99f28faf0fdc74e420a6a48cfc7b95a07f /ksysv/ksvdraglist.cpp | |
parent | 7dede5a42269fdc0139308cd28343ece65c52b8e (diff) | |
download | tdeadmin-16c7639b7aa81b924da8b4edc1d4212860b8f00d.tar.gz tdeadmin-16c7639b7aa81b924da8b4edc1d4212860b8f00d.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 65a06ba9047c5b3bbe201d2e453f30868bd3fad3)
Diffstat (limited to 'ksysv/ksvdraglist.cpp')
-rw-r--r-- | ksysv/ksvdraglist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/ksvdraglist.cpp b/ksysv/ksvdraglist.cpp index 6b3c41f..e5798ae 100644 --- a/ksysv/ksvdraglist.cpp +++ b/ksysv/ksvdraglist.cpp @@ -229,7 +229,7 @@ TQPixmap KSVItem::paintDragIcon (const TQFont& font, const TQColorGroup&) const label()); TQBrush brush (color0); - brush.setStyle(Qt::Dense5Pattern); + brush.setStyle(TQt::Dense5Pattern); p.fillRect (0, 0, width, height, brush); p.end(); |