1 /* Test program for icons setup module. */
3 #include <QtGui/QApplication>
4 #include <kcomponentdata.h>
7 int main(int argc
, char **argv
)
9 QApplication
app(argc
, argv
, "testicons");
10 KComponentData
componentData("testicons");
11 KIconConfig
*w
= new KIconConfig(componentData
, 0L);