diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-02-27 21:59:41 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-02-27 21:59:41 +0100 |
commit | a7255b5637740fa13af67580ed48861d3b040a26 (patch) | |
tree | 8bb7166808e3a0213274b62b2094ab6711dc27c0 | |
parent | 240994e8d2b7d59808f9a424ff459853dbce0833 (diff) | |
download | tdeutils-a7255b5637740fa13af67580ed48861d3b040a26.tar.gz tdeutils-a7255b5637740fa13af67580ed48861d3b040a26.zip |
Fix unintended rename of deskfile
-rw-r--r-- | ksim/library/pluginloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/library/pluginloader.h b/ksim/library/pluginloader.h index 974a540..912297c 100644 --- a/ksim/library/pluginloader.h +++ b/ksim/library/pluginloader.h @@ -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, |