Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kcontrol / icons / tests / testicons.cpp
blob718f6d499a39e523ac5d88b059b6cb391b21f52f
1 /* Test program for icons setup module. */
3 #include <QtGui/QApplication>
4 #include <kcomponentdata.h>
5 #include "icons.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);
12 w->show();
13 return app.exec();