diff options
| author | 2008-05-02 17:40:46 +0000 | |
|---|---|---|
| committer | 2008-05-02 17:40:46 +0000 | |
| commit | 0167f19e694aee24c1d20bc3189cf36eca48abfb (patch) | |
| tree | 2500d93ef692bb0303321091d6533b8b2175bd62 /src/modules/theme/themefunctions.cpp | |
| parent | quick fix for cmake rules (diff) | |
| download | KVIrc-0167f19e694aee24c1d20bc3189cf36eca48abfb.tar.gz KVIrc-0167f19e694aee24c1d20bc3189cf36eca48abfb.tar.bz2 KVIrc-0167f19e694aee24c1d20bc3189cf36eca48abfb.zip | |
fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1661 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/themefunctions.cpp')
| -rw-r--r-- | src/modules/theme/themefunctions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp index d70054835..3e3c8b102 100644 --- a/src/modules/theme/themefunctions.cpp +++ b/src/modules/theme/themefunctions.cpp @@ -305,7 +305,7 @@ namespace KviThemeFunctions const QString &szThemeApplication, const QString &szThemeAuthor, const QString &szThemeDate, - const QString &szThemeEngineVersion, + const QString &szThemeThemeEngineVersion, const QPixmap &pixScreenshot, int iUniqueIndexInDocument ) @@ -358,7 +358,7 @@ namespace KviThemeFunctions &szCreatedOn, &szThemeApplication, &szThemeEngineVersion, - &szThemeEngineVersion, + &szThemeThemeEngineVersion, &szSubdirectory, &szThemeSubdirectory ); |
