summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-02-27 21:59:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-02-27 21:59:41 +0100
commita7255b5637740fa13af67580ed48861d3b040a26 (patch)
tree8bb7166808e3a0213274b62b2094ab6711dc27c0
parent240994e8d2b7d59808f9a424ff459853dbce0833 (diff)
downloadtdeutils-a7255b5637740fa13af67580ed48861d3b040a26.tar.gz
tdeutils-a7255b5637740fa13af67580ed48861d3b040a26.zip
Fix unintended rename of deskfile
-rw-r--r--ksim/library/pluginloader.h2
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,