From f62530716f0d09d8eea1027ce8619e164a8d8785 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:57:12 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- plugin/smb4k_konqplugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin') diff --git a/plugin/smb4k_konqplugin.h b/plugin/smb4k_konqplugin.h index f90b8bf..aa1c7f2 100644 --- a/plugin/smb4k_konqplugin.h +++ b/plugin/smb4k_konqplugin.h @@ -42,7 +42,7 @@ class smb4kWidget : public TQVBox { -Q_OBJECT +TQ_OBJECT public: smb4kWidget( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); @@ -53,7 +53,7 @@ private: class KonqSidebar_Smb4K : public KonqSidebarPlugin { - Q_OBJECT + TQ_OBJECT public: /** -- cgit v1.2.1