diff options
Diffstat (limited to 'konsole/terminalhere/terminalhere.cpp')
-rw-r--r-- | konsole/terminalhere/terminalhere.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konsole/terminalhere/terminalhere.cpp b/konsole/terminalhere/terminalhere.cpp index ece2ac30e..0fffd7538 100644 --- a/konsole/terminalhere/terminalhere.cpp +++ b/konsole/terminalhere/terminalhere.cpp @@ -21,7 +21,7 @@ #include <tdelocale.h> #include <tdeconfig.h> #include <tdeglobal.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdestartupinfo.h> #include <stdlib.h> @@ -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"); |