From 0d121c833ebb1a2ef4364e0ab52a1e60a8c8103f Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 10 Apr 2003 22:26:16 +0000 Subject: allways start maximized --- (limited to 'noncore/apps/confedit') diff --git a/noncore/apps/confedit/main.cpp b/noncore/apps/confedit/main.cpp index 58a79ce..6c18adb 100644 --- a/noncore/apps/confedit/main.cpp +++ b/noncore/apps/confedit/main.cpp @@ -2,14 +2,13 @@ #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; + mw.showMaximized(); a.showMainDocumentWidget( &mw ); return a.exec(); } -- cgit v0.9.0.2