From 814bf5fc4f403c13b0d8274c7f13fbef183c5c84 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:42 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kcontrol/tdefontinst/kcmfontinst/KCmFontInst.h | 2 +- kcontrol/tdefontinst/kcmfontinst/KFileFontView.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/tdefontinst/kcmfontinst') diff --git a/kcontrol/tdefontinst/kcmfontinst/KCmFontInst.h b/kcontrol/tdefontinst/kcmfontinst/KCmFontInst.h index a5dccb161..8708ef1c0 100644 --- a/kcontrol/tdefontinst/kcmfontinst/KCmFontInst.h +++ b/kcontrol/tdefontinst/kcmfontinst/KCmFontInst.h @@ -58,7 +58,7 @@ namespace KFI class CKCmFontInst : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/kcontrol/tdefontinst/kcmfontinst/KFileFontView.h b/kcontrol/tdefontinst/kcmfontinst/KFileFontView.h index 646359280..a741fead8 100644 --- a/kcontrol/tdefontinst/kcmfontinst/KFileFontView.h +++ b/kcontrol/tdefontinst/kcmfontinst/KFileFontView.h @@ -115,7 +115,7 @@ class CFontListViewItem : public TDEListViewItem */ class CKFileFontView : public TDEListView, public KFileView { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1