From 834496cf73084adeb3959b6e2c11f104955bb69a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 14 Jan 2025 15:08:54 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- konsole/terminalhere/terminalhere.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konsole/terminalhere/terminalhere.cpp') diff --git a/konsole/terminalhere/terminalhere.cpp b/konsole/terminalhere/terminalhere.cpp index 7b178c846..0fffd7538 100644 --- a/konsole/terminalhere/terminalhere.cpp +++ b/konsole/terminalhere/terminalhere.cpp @@ -32,7 +32,7 @@ TerminalHere::TerminalHere() : TDEApplication() { TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("General"); TQString term = config->readPathEntry("TerminalApplication", "konsole"); -- cgit v1.2.3