From 98d99130f243fb128eb4db0386d01ff8622940a5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:05 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 826b1b771cc20f515acf936bd3a2dcd83ce353b8) --- konq-plugins/searchbar/searchbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konq-plugins/searchbar') diff --git a/konq-plugins/searchbar/searchbar.h b/konq-plugins/searchbar/searchbar.h index 6baf33f..8f05c85 100644 --- a/konq-plugins/searchbar/searchbar.h +++ b/konq-plugins/searchbar/searchbar.h @@ -41,7 +41,7 @@ class TQTimer; */ class SearchBarCombo : public KHistoryCombo { - Q_OBJECT + TQ_OBJECT public: @@ -106,7 +106,7 @@ class SearchBarCombo : public KHistoryCombo */ class SearchBarPlugin : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1