diff options
| author | 2008-04-28 17:20:23 +0000 | |
|---|---|---|
| committer | 2008-04-28 17:20:23 +0000 | |
| commit | 7504fa8dea3cd118a5de11030f84385e95039595 (patch) | |
| tree | 39ccb0c9a70e01ef85d9dcb71cd87ced63838477 /src/modules/options/mkcreateinstanceproc.sh | |
| parent | commented subversion module; fix to KviTalTabDialog (diff) | |
| download | KVIrc-7504fa8dea3cd118a5de11030f84385e95039595.tar.gz KVIrc-7504fa8dea3cd118a5de11030f84385e95039595.tar.bz2 KVIrc-7504fa8dea3cd118a5de11030f84385e95039595.zip | |
Preliminary KDE4 support. Now compiles and runs.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1616 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/mkcreateinstanceproc.sh')
| -rwxr-xr-x | src/modules/options/mkcreateinstanceproc.sh | 5 |
1 files changed, 1 insertions, 4 deletions
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 ###################################################################################################### |
