diff options
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r-- | qt-gui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp index cb06bf8d5..41a6617e1 100644 --- a/qt-gui.cpp +++ b/qt-gui.cpp @@ -93,11 +93,6 @@ void init_ui(int *argcp, char ***argvp) // note: on Linux, "system" == "environment variables" QNetworkProxyFactory::setUseSystemConfiguration(true); - // the Gtk theme makes things unbearably ugly - // so switch to Oxygen in this case - if (application->style()->objectName() == "gtk+") - application->setStyle("Oxygen"); - #if QT_VERSION < 0x050000 // ask QString in Qt 4 to interpret all char* as UTF-8, // like Qt 5 does. |