summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-gutenbrowser/main.cpp b/noncore/apps/opie-gutenbrowser/main.cpp
index 5c3348c..71c836d 100644
--- a/noncore/apps/opie-gutenbrowser/main.cpp
+++ b/noncore/apps/opie-gutenbrowser/main.cpp
@@ -16,49 +16,49 @@
using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<Gutenbrowser> )
// #ifdef QT_QWS_NONOPIE
// #include <qpe/qpeapplication.h>
// #include "gutenbrowser.h"
// #include <qstring.h>
// // #include <stdio.h>
// // #include <stdlib.h>
// int main(int argc, char *argv[]){
// QPEApplication a(argc, argv);
// // char * psz;
// // if (argc > 1) {
// // for( int i=0; i < argc; i++) {
// // psz = argv[i];
// // if( psz[0] == '-' || psz[0] == '/' ) {
// // // The next character is the option.
// // switch( psz[1] )
// // {
// // case 'v': // help
// // printf("Gutenbrowser: "VERSION"\n");
-// // // qDebug("Gutenbrowser: "VERSION);
+// // // odebug << "Gutenbrowser: "VERSION << oendl;
// // // return 0;
// // break;
// // case 't': // current time 19:34:20 04/03/00
// // // return 0;
// // break;
// // case 'f': //
// // // file_Name=argv[i+1];
// // break;
// // }
// // }
// // }
// // }
// // QNetworkProtocol::registerNetworkProtocol("http", new QNetworkProtocolFactory<Http>);
// // qInitNetworkProtocols();//registers ftp protocol // for now
// Gutenbrowser *gutenbrowser=new Gutenbrowser();
// // a.setMainWidget(gutenbrowser);
// a.showMainWidget(gutenbrowser,TRUE);
// gutenbrowser->showMaximized();
// gutenbrowser->show();
// return a.exec();
// }
// #endif