summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/ksimpleconfigtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/ksimpleconfigtest.cpp')
-rw-r--r--tdecore/tests/ksimpleconfigtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/ksimpleconfigtest.cpp b/tdecore/tests/ksimpleconfigtest.cpp
index 699be34cf..8b0e4ef25 100644
--- a/tdecore/tests/ksimpleconfigtest.cpp
+++ b/tdecore/tests/ksimpleconfigtest.cpp
@@ -6,7 +6,7 @@
// demonstrates use of KSimpleConfig class
#include <ksimpleconfig.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <unistd.h>
#include <stdio.h>
@@ -20,7 +20,7 @@
int main( int argc, char **argv )
{
- KApplication a( argc, argv, "kconfigtest" );
+ TDEApplication a( argc, argv, "tdeconfigtest" );
KSimpleConfig aConfig( _PATH_TMP"/simpleconfig.cfg" );