Update to the newest upstream version.
[vlp.git] / lgconfig / lgconfig.cpp
index 5f75fa7a79cc1ecc2e32a0d9be2c6ba0eae085b2..4d599dc22f7e2bcc51cd7d4fa4ca912e0744b974 100644 (file)
@@ -243,7 +243,7 @@ void QInstall::SetOptions()
   int i,j;
   char pomstr[255],line[255];
        
-        dlg.setStyle(WindowsStyle);
+        //dlg.setStyle(WindowsStyle);
        nodelist = new QListBox( &dlg, "ListBox_1" );
        nodelist->setGeometry( 20, 40, 480, 160 );
 
@@ -316,7 +316,7 @@ int main( int argc, char **argv )
 
     app = new QApplication(argc,argv);
     QInstall cfg;
-    app->setStyle(WindowsStyle);
+    //app->setStyle(WindowsStyle);
     app->setMainWidget(&cfg);
     cfg.show();
     return app->exec();