summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packaging/ubuntu/0001-Make-build-with-Qt4.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ubuntu/0001-Make-build-with-Qt4.patch b/packaging/ubuntu/0001-Make-build-with-Qt4.patch
index 7a14f639a..ee935813a 100644
--- a/packaging/ubuntu/0001-Make-build-with-Qt4.patch
+++ b/packaging/ubuntu/0001-Make-build-with-Qt4.patch
@@ -47,7 +47,7 @@ index 5cda9036eb94..57648e081050 100644
+#if QT_VERSION >= 0x050000
ui->CSVSeparator->setCurrentText(tr("Tab"));
+#else
-+ us->CSVSeparator->setCurrentIndex(0);
++ ui->CSVSeparator->setCurrentIndex(0);
+#endif
blockSignals(false);
}