From d510e5a69762c8452b9d7b3d8122bc9fa85ed8b3 Mon Sep 17 00:00:00 2001 From: tille Date: Sat, 04 May 2002 17:12:04 +0000 Subject: popen thanks to ljp but still does not work from the launcher but only from the command line --- (limited to 'noncore/unsupported/oipkg/main.cpp') diff --git a/noncore/unsupported/oipkg/main.cpp b/noncore/unsupported/oipkg/main.cpp index d98bcaa..bb3d1db 100644 --- a/noncore/unsupported/oipkg/main.cpp +++ b/noncore/unsupported/oipkg/main.cpp @@ -3,7 +3,7 @@ #include #include -#include +//#include int debugLevel; int main( int argc, char ** argv ) @@ -17,8 +17,8 @@ int main( int argc, char ** argv ) } QPEApplication a( argc, argv ); MainWindow mw; - if (argc > 2) - QMessageBox::information( &mw, "oipkg","While ipkg is working\noipkg is hanging.\nPlease be patient!"); +// if (argc > 2) +// QMessageBox::information( &mw, "oipkg","While ipkg is working\noipkg is hanging.\nPlease be patient!"); a.showMainDocumentWidget( &mw ); return a.exec(); } -- cgit v0.9.0.2