summaryrefslogtreecommitdiffstats
path: root/libtdepim/cfgc/autoexample.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/cfgc/autoexample.cpp')
-rw-r--r--libtdepim/cfgc/autoexample.cpp2
1 files changed, 1 insertions, 1 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");