diff options
Diffstat (limited to 'ksim/library/pluginglobal.h')
-rw-r--r-- | ksim/library/pluginglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/library/pluginglobal.h b/ksim/library/pluginglobal.h index 5dbeef8..e094198 100644 --- a/ksim/library/pluginglobal.h +++ b/ksim/library/pluginglobal.h @@ -93,7 +93,7 @@ namespace KSim * @return the name of the plugin, NOT the library name * @see #libName */ - const TQString &name() const; + TQString name() const; /** * @return the icon of the plugin */ @@ -105,7 +105,7 @@ namespace KSim /** * @return path to the .desktop file */ - const TQString &fileName() const; + TQString fileName() const; /** * @return the plugin object */ |