From 845281400a4c6124e2cf8ab28174e9c3f0bc2895 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Jan 2024 11:49:24 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit 69e4de2f4cee257151ca13b207dc677b2d958fed) --- kbruch/src/statisticsview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbruch/src/statisticsview.cpp') diff --git a/kbruch/src/statisticsview.cpp b/kbruch/src/statisticsview.cpp index f60b0787..6ac23ca5 100644 --- a/kbruch/src/statisticsview.cpp +++ b/kbruch/src/statisticsview.cpp @@ -117,7 +117,7 @@ StatisticsView::StatisticsView(TQWidget * parent, const char * name): /* the Reset button */ buttonLayout = new TQHBoxLayout(layout1); resetBtn = new TQPushButton(i18n("&Reset"), this); - TQObject::connect(resetBtn, TQT_SIGNAL(clicked()), this, TQT_SLOT(resetStatistics())); + TQObject::connect(resetBtn, TQ_SIGNAL(clicked()), this, TQ_SLOT(resetStatistics())); buttonLayout->addWidget(resetBtn); TQToolTip::add(resetBtn, i18n("Press the button to reset the statistics.")); TQSpacerItem* spacer = new TQSpacerItem(0,0); -- cgit v1.2.3