22#include "exampleprefs_base.h"
24#include <tdeaboutdata.h>
25#include <tdeapplication.h>
28#include <tdecmdlineargs.h>
31#include <tdestandarddirs.h>
33#include <libtdepim/kprefsdialog.h>
35int 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.
|