Remove QT_VERSION checks for 4.5.0

This commit is contained in:
Christophe Dumez 2012-02-25 20:20:11 +02:00
parent 1bee9c6a9d
commit 0c279e0567
8 changed files with 11 additions and 63 deletions

View file

@ -1077,7 +1077,7 @@ void MainWindow::loadPreferences(bool configure_session) {
properties->reloadPreferences();
// Icon provider
#if defined(Q_WS_X11) && (QT_VERSION >= QT_VERSION_CHECK(4,6,0))
#if defined(Q_WS_X11)
IconProvider::instance()->useSystemIconTheme(pref.useSystemIconTheme());
#endif