From 5960b3a2823037c63afba09ca83dbcc0943cd082 Mon Sep 17 00:00:00 2001 From: tille Date: Sat, 29 Jun 2002 20:15:06 +0000 Subject: something like regedit ;-) --- (limited to 'noncore/apps/confedit/main.cpp') diff --git a/noncore/apps/confedit/main.cpp b/noncore/apps/confedit/main.cpp new file mode 100644 index 0000000..58a79ce --- a/dev/null +++ b/noncore/apps/confedit/main.cpp @@ -0,0 +1,15 @@ + +#include "mainwindow.h" + +#include +#include +int main( int argc, char ** argv ) +{ + printf("This is confedit\n"); + printf("$Id$\n"); + + QPEApplication a( argc, argv ); + MainWindow mw; + a.showMainDocumentWidget( &mw ); + return a.exec(); +} -- cgit v0.9.0.2