summaryrefslogtreecommitdiffstats
path: root/src/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.cpp')
-rw-r--r--src/core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.cpp b/src/core.cpp
index ccdd0ace..0ee37fa1 100644
--- a/src/core.cpp
+++ b/src/core.cpp
@@ -7,7 +7,7 @@
#include <tdemainwindow.h>
#include <tdeconfig.h>
#include <tdeversion.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeglobal.h>
#include <tdeactioncollection.h>
@@ -71,7 +71,7 @@ Core::~Core()
bool Core::queryClose()
{
// save the the project to open it automaticly on startup if needed
- TDEConfig* config = kapp->config();
+ TDEConfig* config = tdeApp->config();
config->setGroup("General Options");
config->writePathEntry("Last Project",ProjectManager::getInstance()->projectFile().url());