diff options
author | Fat-Zer <> | 2013-03-02 22:54:28 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-03-02 22:54:28 -0600 |
commit | 4ed913cf623968d71642c3d7fd556c2a712cfa69 (patch) | |
tree | 30deb7e07fb61d584615bd9082f70da91c1ea04a /ksim/library/pluginglobal.h | |
parent | a7255b5637740fa13af67580ed48861d3b040a26 (diff) | |
download | tdeutils-4ed913cf623968d71642c3d7fd556c2a712cfa69.tar.gz tdeutils-4ed913cf623968d71642c3d7fd556c2a712cfa69.zip |
Fix ksim crash. This resolves bug report 1322.
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 */ |