aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Tomasz Moń2008-05-02 17:40:46 +0000
committerGravatar Tomasz Moń2008-05-02 17:40:46 +0000
commit0167f19e694aee24c1d20bc3189cf36eca48abfb (patch)
tree2500d93ef692bb0303321091d6533b8b2175bd62 /src/modules/theme
parentquick fix for cmake rules (diff)
downloadKVIrc-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')
-rw-r--r--src/modules/theme/themefunctions.cpp4
-rw-r--r--src/modules/theme/themefunctions.h2
2 files changed, 3 insertions, 3 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
);
diff --git a/src/modules/theme/themefunctions.h b/src/modules/theme/themefunctions.h
index 3849ec9dc..e35e0c82d 100644
--- a/src/modules/theme/themefunctions.h
+++ b/src/modules/theme/themefunctions.h
@@ -42,7 +42,7 @@ namespace KviThemeFunctions
const QString &szThemeApplication,
const QString &szThemeAuthor,
const QString &szThemeDate,
- const QString &szThemeEngineVersion,
+ const QString &szThemeThemeEngineVersion,
const QPixmap &pixScreenshot,
int iUniqueIndexInDocument = 0
);