summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/main.cpp
blob: 880169ce67f7bfc8f6e8ecb9e05d7f9cc5f3e794 (plain)
1
2
3
4
5
6
7
#include "mainwindow.h"

#include <opie2/oapplicationfactory.h>


using namespace Opie::Core;
OPIE_EXPORT_APP_V2( OApplicationFactory<MainWindow>, "OpieIRC" )