From a7255b5637740fa13af67580ed48861d3b040a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 27 Feb 2013 21:59:41 +0100 Subject: Fix unintended rename of deskfile --- ksim/library/pluginloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksim') 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: *
-       *   KDesktopFile destdefile("/home/user/foo.desktop");
+       *   KDesktopFile deskfile("/home/user/foo.desktop");
        *   KSim::PluginLoader::self().loadPlugin(deskFile);
        * 
* you can then use @ref pluginList() to access the plugin, view, -- cgit v1.2.3