diff options
Diffstat (limited to 'libtdepim/cfgc/example.cpp')
-rw-r--r-- | libtdepim/cfgc/example.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |