mirror of
https://github.com/redstrate/CatPaw.git
synced 2025-04-20 19:57:44 +00:00
Use the correct class name for config window
This commit is contained in:
parent
db21849b9e
commit
bf96206f00
2 changed files with 2 additions and 2 deletions
|
@ -19,5 +19,5 @@ public:
|
|||
void save() override;
|
||||
|
||||
private:
|
||||
KWin::Ui_MouseClickEffectConfigForm m_ui;
|
||||
Ui::CatPawEffectConfigForm m_ui;
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>KWin::MouseClickEffectConfigForm</class>
|
||||
<class>CatPawEffectConfigForm</class>
|
||||
<widget class="QWidget" name="KWin::MouseClickEffectConfigForm">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
|
|
Loading…
Add table
Reference in a new issue