summaryrefslogtreecommitdiffstats
path: root/twin/kcmtwin/twinrules/detectwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-21 11:41:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-21 18:14:06 +0900
commit7272c289be1517c4a4b6ccd35c9d64f8a657593d (patch)
treef52030f604018b8af37958df1a289c8c0d2deb11 /twin/kcmtwin/twinrules/detectwidget.cpp
parent4a6f4a17320917d60610036649b6192289c3f4a5 (diff)
downloadtdebase-7272c289be1517c4a4b6ccd35c9d64f8a657593d.tar.gz
tdebase-7272c289be1517c4a4b6ccd35c9d64f8a657593d.zip
Replace various tq* strings with TQt::* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 100f977221b7319815eb9617f56a067cb0383853)
Diffstat (limited to 'twin/kcmtwin/twinrules/detectwidget.cpp')
-rw-r--r--twin/kcmtwin/twinrules/detectwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/kcmtwin/twinrules/detectwidget.cpp b/twin/kcmtwin/twinrules/detectwidget.cpp
index 9dbb29441..546db66db 100644
--- a/twin/kcmtwin/twinrules/detectwidget.cpp
+++ b/twin/kcmtwin/twinrules/detectwidget.cpp
@@ -164,7 +164,7 @@ void DetectDialog::selectWindow()
grabber = new TQDialog( NULL, NULL, true, (WFlags)WX11BypassWM );
grabber->move( -1000, -1000 );
grabber->show();
- grabber->grabMouse( tqcrossCursor );
+ grabber->grabMouse( TQt::crossCursor );
grabber->installEventFilter( this );
}