From d478be344e2ba383a1e38d2a1705de1cdbe2e838 Mon Sep 17 00:00:00 2001 From: wazlaf Date: Tue, 10 Sep 2002 23:12:17 +0000 Subject: initial import of OpieIRC v0.1 --- (limited to 'noncore/net/opieirc/main.cpp') diff --git a/noncore/net/opieirc/main.cpp b/noncore/net/opieirc/main.cpp new file mode 100644 index 0000000..43e63af --- a/dev/null +++ b/noncore/net/opieirc/main.cpp @@ -0,0 +1,10 @@ +#include +#include "mainwindow.h" + +int main(int argc, char **argv) { + QPEApplication a(argc, argv); + MainWindow mw; + a.showMainWidget(&mw); + return a.exec(); +} + -- cgit v0.9.0.2