diff options
Diffstat (limited to 'src/dolphin.cpp')
| -rw-r--r-- | src/dolphin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphin.cpp b/src/dolphin.cpp index f3ebab9..4966fdb 100644 --- a/src/dolphin.cpp +++ b/src/dolphin.cpp @@ -295,7 +295,7 @@ void Dolphin::slotSelectionChanged() void Dolphin::closeEvent(TQCloseEvent* event) { - TDEConfig* config = kapp->config(); + TDEConfig* config = tdeApp->config(); config->setGroup("General"); config->writeEntry("First Run", false); @@ -922,7 +922,7 @@ void Dolphin::goHome() void Dolphin::openTerminal() { - TDEConfig * config = kapp->config(); + TDEConfig * config = tdeApp->config(); config->setGroup("General"); TQString term = config->readPathEntry("TerminalApplication", "konsole"); @@ -1092,7 +1092,7 @@ void Dolphin::init() { // Check whether Dolphin runs the first time. If yes then // a proper default window size is given at the end of Dolphin::init(). - TDEConfig* config = kapp->config(); + TDEConfig* config = tdeApp->config(); config->setGroup("General"); const bool firstRun = config->readBoolEntry("First Run", true); |
