diff options
Diffstat (limited to 'konsole/terminalhere/terminalhere.cpp')
-rw-r--r-- | konsole/terminalhere/terminalhere.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |