22 #include "exampleprefs_base.h" 24 #include <tdeaboutdata.h> 25 #include <tdeapplication.h> 27 #include <tdelocale.h> 28 #include <tdecmdlineargs.h> 29 #include <tdeglobal.h> 30 #include <tdeconfig.h> 31 #include <kstandarddirs.h> 33 #include <libtdepim/kprefsdialog.h> 35 int main( int argc, char **argv ) 37 TDEAboutData aboutData( "example", I18N_NOOP( "cfgc example"), "0.1" ); 38 aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); 40 TDECmdLineArgs::init( argc, argv, &aboutData ); 44 ExamplePrefsBase *prefs = ExamplePrefsBase::self(); 50 app.setMainWidget( dialog ); Base class for a preferences dialog.
|