Fix unintended rename of deskfile

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

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

Loading…
Cancel
Save