From ecd49ed1192c79a3b55cdc4130bec1d4182f71b4 Mon Sep 17 00:00:00 2001 From: Szymon Tomasz Stefanek Date: Fri, 19 Jan 2007 02:11:09 +0000 Subject: More Qt 4.x port git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@195 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/window/libkviwindow.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/modules/window') diff --git a/src/modules/window/libkviwindow.cpp b/src/modules/window/libkviwindow.cpp index df8efe6ab..49baaa6b4 100644 --- a/src/modules/window/libkviwindow.cpp +++ b/src/modules/window/libkviwindow.cpp @@ -41,7 +41,7 @@ #include "kvi_channel.h" #include "userwindow.h" -#include +#include "kvi_asciidict.h" #include @@ -54,7 +54,7 @@ // kvi_app.cpp -extern KVIRC_API QAsciiDict * g_pGlobalWindowDict; +extern KVIRC_API KviAsciiDict * g_pGlobalWindowDict; KviPtrList * g_pUserWindowList = 0; // $window.caption $window.x $window.y $window.width $window.height $window.isActive $window.type @@ -830,7 +830,7 @@ static bool window_kvs_fnc_list(KviKvsModuleFunctionCall * c) { // all contexts but no "no_context" windows bool bAllWindows = KviQString::equalCI(szType,"all"); - QAsciiDictIterator it(*g_pGlobalWindowDict); + KviAsciiDictIterator it(*g_pGlobalWindowDict); while(KviWindow * wnd = it.current()) { @@ -854,7 +854,7 @@ static bool window_kvs_fnc_list(KviKvsModuleFunctionCall * c) { // all contexts and also "no_context" windows bool bAllWindows = KviQString::equalCI(szType.lower(),"all"); - QAsciiDictIterator it(*g_pGlobalWindowDict); + KviAsciiDictIterator it(*g_pGlobalWindowDict); while(KviWindow * wnd = it.current()) { @@ -875,7 +875,7 @@ static bool window_kvs_fnc_list(KviKvsModuleFunctionCall * c) { // only "no_context" windows bool bAllWindows = KviQString::equalCI(szType.lower(),"all"); - QAsciiDictIterator it(*g_pGlobalWindowDict); + KviAsciiDictIterator it(*g_pGlobalWindowDict); while(KviWindow * wnd = it.current()) { @@ -920,7 +920,7 @@ static bool window_kvs_fnc_list(KviKvsModuleFunctionCall * c) } bool bAllWindows = KviQString::equalCI(szType.lower(),"all"); - QAsciiDictIterator it(*g_pGlobalWindowDict); + KviAsciiDictIterator it(*g_pGlobalWindowDict); while(KviWindow * wnd = it.current()) { -- cgit v1.3.1-10-gc9f91