diff options
Diffstat (limited to 'libtdepim/cfgc')
-rw-r--r-- | libtdepim/cfgc/autoexample.cpp | 2 | ||||
-rw-r--r-- | libtdepim/cfgc/example.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/cfgc/autoexample.cpp b/libtdepim/cfgc/autoexample.cpp index 85ce92ed7..fa9e9b528 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 bb3bd3947..183b4f267 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(); |