From b53c83209a6b927b27600899a780db1efc985ecb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 9 Nov 2023 10:36:57 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- kopete/plugins/history/historydialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/plugins/history/historydialog.cpp') diff --git a/kopete/plugins/history/historydialog.cpp b/kopete/plugins/history/historydialog.cpp index 0ce07aad..7a4e1795 100644 --- a/kopete/plugins/history/historydialog.cpp +++ b/kopete/plugins/history/historydialog.cpp @@ -74,7 +74,7 @@ private: TDEListViewDateItem::TDEListViewDateItem(TDEListView* parent, TQDate date, Kopete::MetaContact *mc) - : TDEListViewItem(parent, date.toString(Qt::ISODate), mc->displayName()) + : TDEListViewItem(parent, date.toString(TQt::ISODate), mc->displayName()) { mDate = date; mMetaContact = mc; -- cgit v1.2.1