From 8114410a311b64cba3de27fc60ac59ce3322eaab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 14 Jan 2024 14:04:47 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro (cherry picked from commit cb5e787fde24bc986f17de4c78b5840f8ed85856) --- kmoon/kmoonapplet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmoon/kmoonapplet.cpp') diff --git a/kmoon/kmoonapplet.cpp b/kmoon/kmoonapplet.cpp index e4f5509..7ece643 100644 --- a/kmoon/kmoonapplet.cpp +++ b/kmoon/kmoonapplet.cpp @@ -62,9 +62,9 @@ MoonPAWidget::MoonPAWidget(const TQString& configFile, Type type, int actions, popup = new TQPopupMenu(); popup->insertItem(SmallIcon("kmoon"), i18n("&About"), this, - TQT_SLOT(showAbout())); + TQ_SLOT(showAbout())); popup->insertItem(SmallIcon("configure"), i18n("&Configure..."), this, - TQT_SLOT(settings())); + TQ_SLOT(settings())); // missuse timerEvent for initialising timerEvent(0); -- cgit v1.2.1