summaryrefslogtreecommitdiffstats
path: root/libtdepim/cfgc
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/cfgc')
-rw-r--r--libtdepim/cfgc/autoexample.cpp2
-rw-r--r--libtdepim/cfgc/example.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/cfgc/autoexample.cpp b/libtdepim/cfgc/autoexample.cpp
index 85ce92ed..fa9e9b52 100644
--- a/libtdepim/cfgc/autoexample.cpp
+++ b/libtdepim/cfgc/autoexample.cpp
@@ -43,7 +43,7 @@ int main( int argc, char **argv )
TDECmdLineArgs::init( argc, argv, &aboutData );
- KApplication app;
+ TDEApplication app;
// Create a new dialog with the same name as the above checking code.
KAutoConfigDialog *dialog = new KAutoConfigDialog(0, "settings");
diff --git a/libtdepim/cfgc/example.cpp b/libtdepim/cfgc/example.cpp
index bb3bd394..183b4f26 100644
--- a/libtdepim/cfgc/example.cpp
+++ b/libtdepim/cfgc/example.cpp
@@ -39,7 +39,7 @@ int main( int argc, char **argv )
TDECmdLineArgs::init( argc, argv, &aboutData );
- KApplication app;
+ TDEApplication app;
ExamplePrefsBase *prefs = ExamplePrefsBase::self();