#include #include int main( int argc, char **argv ) { TDEApplication app( argc, argv, "kicondialogtest" ); // KIconDialog::getIcon(); KIconButton button; app.setMainWidget( &button ); button.show(); return app.exec(); } /* vim: et sw=4 */