diff options
Diffstat (limited to 'libtdepim/cfgc/autoexample.cpp')
-rw-r--r-- | libtdepim/cfgc/autoexample.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/cfgc/autoexample.cpp b/libtdepim/cfgc/autoexample.cpp index 45617e6f6..85ce92ed7 100644 --- a/libtdepim/cfgc/autoexample.cpp +++ b/libtdepim/cfgc/autoexample.cpp @@ -41,7 +41,7 @@ int main( int argc, char **argv ) KAboutData aboutData( "example", I18N_NOOP("autoconfig example"), "0.1" ); aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; |