summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_slideshowlisting.ui.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-30 16:29:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-30 16:29:10 +0900
commitbd78d59d712b6ac594d0bd0b9d4bd7cc3c6af8db (patch)
tree0d06e55abb137dce9a0fec3b4bf0f726d981cd1f /ksquirrel/sq_slideshowlisting.ui.h
parent69c8b6084655e30ef0fd8b0aef498faf8f23bff3 (diff)
downloadksquirrel-bd78d59d712b6ac594d0bd0b9d4bd7cc3c6af8db.tar.gz
ksquirrel-bd78d59d712b6ac594d0bd0b9d4bd7cc3c6af8db.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksquirrel/sq_slideshowlisting.ui.h')
-rw-r--r--ksquirrel/sq_slideshowlisting.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sq_slideshowlisting.ui.h b/ksquirrel/sq_slideshowlisting.ui.h
index 17eea16..f0dd0e5 100644
--- a/ksquirrel/sq_slideshowlisting.ui.h
+++ b/ksquirrel/sq_slideshowlisting.ui.h
@@ -12,7 +12,7 @@
void SQ_SlideShowListing::init()
{
- connect(pushCancel, TQT_SIGNAL(clicked()), this, TQT_SIGNAL(kill()));
+ connect(pushCancel, TQ_SIGNAL(clicked()), this, TQ_SIGNAL(kill()));
}
void SQ_SlideShowListing::setFile(int count, const TQString &f)