summaryrefslogtreecommitdiffstats
path: root/kommander/editor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/main.cpp')
-rw-r--r--kommander/editor/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/main.cpp b/kommander/editor/main.cpp
index 78936267..a9cdb783 100644
--- a/kommander/editor/main.cpp
+++ b/kommander/editor/main.cpp
@@ -57,7 +57,7 @@ int main( int argc, char *argv[] )
TDELocale::setMainCatalogue("kommander");
TDEApplication a(true, true);
- TDEConfig *config = kapp->config();
+ TDEConfig *config = tdeApp->config();
config->setGroup("General");
bool splashScreen = config->readBoolEntry("SplashScreen", true);
KSplashScreen* splash = 0;