From 7504fa8dea3cd118a5de11030f84385e95039595 Mon Sep 17 00:00:00 2001 From: Szymon Tomasz Stefanek Date: Mon, 28 Apr 2008 17:20:23 +0000 Subject: Preliminary KDE4 support. Now compiles and runs. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1616 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/options/mkcreateinstanceproc.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/modules/options/mkcreateinstanceproc.sh') diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index f421f4bc3..337b8eb07 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -239,7 +239,7 @@ printclass() echo "$3 #ifdef KVI_OPTIONS_WIDGET_KEYWORDS_$2" >> $TARGET echo "$3 e$1->szKeywordsNoLocale = KVI_OPTIONS_WIDGET_KEYWORDS_$2;" >> $TARGET - echo "$3 e$1->szKeywords = __tr2qs_ctx_no_xgettext(e$1->szKeywordsNoLocale,\"options\");;" >> $TARGET + echo "$3 e$1->szKeywords = __tr2qs_ctx_no_xgettext(e$1->szKeywordsNoLocale.toUtf8().data(),\"options\");;" >> $TARGET echo "$3 #endif" >> $TARGET echo "$3 #ifdef KVI_OPTIONS_WIDGET_GROUP_$2" >> $TARGET @@ -433,9 +433,6 @@ KviOptionsWidgetInstanceEntry * KviOptionsInstanceManager::findInstanceEntry(con return findInstanceEntry(clName,m_pInstanceTree); } - -#include "m_instances.moc" - EOF ###################################################################################################### -- cgit v1.3.1-10-gc9f91