mirror of
https://github.com/lubuntu-team/welcome.git
synced 2025-03-10 06:41:07 +00:00
LXQt, not LXQT.
This commit is contained in:
parent
a64d4467f5
commit
3d1a75b901
@ -46,7 +46,7 @@ void MainWindow::on_buttonMonitorSetup_clicked()
|
||||
process->start(file);
|
||||
}
|
||||
|
||||
void MainWindow::on_buttonLXQTConfigurationCenter_clicked()
|
||||
void MainWindow::on_buttonLXQtConfigurationCenter_clicked()
|
||||
{
|
||||
QProcess *process = new QProcess(this);
|
||||
QString file = "/usr/bin/lxqt-config";
|
||||
|
@ -35,7 +35,7 @@ private slots:
|
||||
|
||||
void on_buttonMonitorSetup_clicked();
|
||||
|
||||
void on_buttonLXQTConfigurationCenter_clicked();
|
||||
void on_buttonLXQtConfigurationCenter_clicked();
|
||||
|
||||
void on_buttonContribute_clicked();
|
||||
|
||||
|
@ -38,12 +38,12 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonLXQTConfigurationCenter">
|
||||
<widget class="QPushButton" name="buttonLXQtConfigurationCenter">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Open up LXQT Configuration Center to change LXQt settings</p></body></html></string>
|
||||
<string><html><head/><body><p>Open up LXQt Configuration Center to change LXQt settings</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>LXQT Configuration Center</string>
|
||||
<string>LXQt Configuration Center</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user