/* Test program for icons setup module. */ #include #include #include "icons.h" int main(int argc, char **argv) { QApplication app(argc, argv, "testicons"); KComponentData componentData("testicons"); KIconConfig *w = new KIconConfig(componentData, 0L); w->show(); return app.exec(); }