From 7e9d8ea45280ad6657796da9536ccf6218111f22 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 11 Jan 2024 10:35:25 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- konq-plugins/webarchiver/plugin_webarchiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konq-plugins/webarchiver/plugin_webarchiver.cpp') diff --git a/konq-plugins/webarchiver/plugin_webarchiver.cpp b/konq-plugins/webarchiver/plugin_webarchiver.cpp index eaeaadc..eee557c 100644 --- a/konq-plugins/webarchiver/plugin_webarchiver.cpp +++ b/konq-plugins/webarchiver/plugin_webarchiver.cpp @@ -56,7 +56,7 @@ PluginWebArchiver::PluginWebArchiver( TQObject* parent, const char* name, { (void) new TDEAction( i18n("Archive &Web Page..."), "webarchiver", 0, - this, TQT_SLOT(slotSaveToArchive()), + this, TQ_SLOT(slotSaveToArchive()), actionCollection(), "archivepage" ); } -- cgit v1.2.3