summaryrefslogtreecommitdiff
path: root/xxdiff/xxdiff-nostyleforce.diff
blob: 567a3e5cfd502d03e05b7001a656e69d8fc2db8d (plain)
    1 --- xxdiff-3.2/src/app.cpp.orig	2006-08-04 16:40:25.144936920 +0200
    2 +++ xxdiff-3.2/src/app.cpp	2006-08-04 16:40:46.151743400 +0200
    3 @@ -265,22 +265,6 @@
    4     // Read in the resources and create resources object.
    5     _resources = buildResources();
    6  
    7 -#ifndef XX_KDE
    8 -#if (QT_VERSION >= 0x030000)
    9 -   // By default, if not specified, force SGI style.
   10 -   if ( _cmdline._forceStyle == false ) {
   11 -      _style = QStyleFactory::create( _resources->getStyleKey() );
   12 -      setStyle( _style );
   13 -   }
   14 -#endif
   15 -#endif
   16 -
   17 -#ifndef XX_KDE
   18 -   if ( _cmdline._forceFont == false ) {
   19 -      setFont( _resources->getFontApp(), true );
   20 -   }
   21 -#endif
   22 -
   23     if ( _cmdline._promptForFiles ) {
   24        promptForFiles( _cmdline );
   25     }

Generated by cgit