diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-25 17:02:01 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-26 16:35:23 +0200 |
commit | 5f85571d52e9f82486a379d017eb36eda2a9f30e (patch) | |
tree | 3a2ef9cfea0bdbb4872be48f2eb010d730937a90 /src/test | |
parent | 1dbc0e3c88ba271ba35bc3f82e7864c4f35e1236 (diff) |
Change module to org.kazoe.xdg
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_xdg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_xdg.cpp b/src/test/test_xdg.cpp index 44c6dc2..27c02ed 100644 --- a/src/test/test_xdg.cpp +++ b/src/test/test_xdg.cpp @@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); - xdg::Entries entries; + KaZoe::Entries entries; entries.addDirectory("/usr/share/applications"); /* QTimer t; |