Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef MYPREFS_H
|
||||
#define MYPREFS_H
|
||||
|
||||
#include <kconfigskeleton.h>
|
||||
|
||||
class MyPrefs : public KConfigSkeleton
|
||||
{
|
||||
public:
|
||||
MyPrefs(const QString &a)
|
||||
: KConfigSkeleton(a)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user