Fix unintended rename of deskfile

pull/1/head
Slávek Banko 11 years ago
parent 240994e8d2
commit a7255b5637

@ -78,7 +78,7 @@ namespace KSim
/**
* loads a plugin, example:
* <pre>
* KDesktopFile destdefile("/home/user/foo.desktop");
* KDesktopFile deskfile("/home/user/foo.desktop");
* KSim::PluginLoader::self().loadPlugin(deskFile);
* </pre>
* you can then use @ref pluginList() to access the plugin, view,

Loading…
Cancel
Save