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