From cd4b0ac22608120ad003f575a1640e1ddc7703df Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- akregator/src/akregator_run.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'akregator/src/akregator_run.h') diff --git a/akregator/src/akregator_run.h b/akregator/src/akregator_run.h index 4d22ca82c..82b46db9e 100644 --- a/akregator/src/akregator_run.h +++ b/akregator/src/akregator_run.h @@ -34,7 +34,7 @@ class Viewer; class BrowserRun : public KParts::BrowserRun { - Q_OBJECT + TQ_OBJECT public: /** indicates how HTML pages should be opened. It is passed in the constructor and sent back via the openInViewer signal. This is a workaround to fix opening of non-HTML mimetypes in 3.5, which will be refactored for KDE4 anyway. For 3.5.x it's the easiest way to fix the problem without changing too much code TODO KDE4: refactor, remove this enum */ -- cgit v1.2.1