diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:05:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:05:57 -0600 |
commit | 0ea54195f4400f13a5cc109feee4b3779fbd2f0f (patch) | |
tree | 14f5fe9a43c0a4bc41119c9d518713a3f91bd4c1 /ksim/library/pluginloader.h | |
parent | 0ec14ccb8401eff2be20f861953a77431410955c (diff) | |
download | tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.tar.gz tdeutils-0ea54195f4400f13a5cc109feee4b3779fbd2f0f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ksim/library/pluginloader.h')
-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 912297c..974a540 100644 --- a/ksim/library/pluginloader.h +++ b/ksim/library/pluginloader.h @@ -78,7 +78,7 @@ namespace KSim /** * loads a plugin, example: * <pre> - * KDesktopFile deskfile("/home/user/foo.desktop"); + * KDesktopFile destdefile("/home/user/foo.desktop"); * KSim::PluginLoader::self().loadPlugin(deskFile); * </pre> * you can then use @ref pluginList() to access the plugin, view, |