From 6538b3d2235fc67aa8722eadcf11dc21ccdf622b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Jan 2025 14:24:12 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- src/kreplacements/kreplacements.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kreplacements/kreplacements.h') diff --git a/src/kreplacements/kreplacements.h b/src/kreplacements/kreplacements.h index cc8c2ab..f822319 100644 --- a/src/kreplacements/kreplacements.h +++ b/src/kreplacements/kreplacements.h @@ -381,13 +381,13 @@ class TDEApplication : public TQApplication TDEIconLoader m_iconLoader; public: TDEApplication(); - static TDEApplication* kApplication(); + static TDEApplication* tdeApplication(); TDEIconLoader* iconLoader(); TDEConfig* config(); bool isRestored(); }; -extern TDEApplication* kapp; +extern TDEApplication* tdeApp; class KLibFactory : public TQObject { -- cgit v1.2.3