diff options
| author | 2010-12-27 05:14:10 +0000 | |
|---|---|---|
| committer | 2010-12-27 05:14:10 +0000 | |
| commit | da9f77a1cdfb258097a3863d42ae38514f4eca05 (patch) | |
| tree | cc6ad8c349241aabaa1724eedb76982dc6d1c636 /src/modules/context | |
| parent | More renaming and cleanup (diff) | |
| download | KVIrc-da9f77a1cdfb258097a3863d42ae38514f4eca05.tar.gz KVIrc-da9f77a1cdfb258097a3863d42ae38514f4eca05.tar.bz2 KVIrc-da9f77a1cdfb258097a3863d42ae38514f4eca05.zip | |
Yet more renaming and cleanups
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5238 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/context')
| -rw-r--r-- | src/modules/context/libkvicontext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/context/libkvicontext.cpp b/src/modules/context/libkvicontext.cpp index b35b88205..cbfb906ac 100644 --- a/src/modules/context/libkvicontext.cpp +++ b/src/modules/context/libkvicontext.cpp @@ -44,7 +44,7 @@ KVSM_PARAMETERS_BEGIN(c) \ KVSM_PARAMETER("irc_context_id",KVS_PT_UINT,KVS_PF_OPTIONAL,iContextId) \ KVSM_PARAMETERS_END(c) \ - KviConsole * pConsole = NULL; \ + KviConsoleWindow * pConsole = NULL; \ if(c->parameterCount() > 0) \ pConsole = g_pApp->findConsole(iContextId); \ else \ @@ -478,7 +478,7 @@ static bool context_kvs_fnc_list(KviKvsModuleFunctionCall * c) { if(pWnd->type() == KVI_WINDOW_TYPE_CONSOLE) { - pArray->set(idx,new KviKvsVariant((kvs_int_t)((KviConsole *)pWnd)->context()->id())); + pArray->set(idx,new KviKvsVariant((kvs_int_t)((KviConsoleWindow *)pWnd)->context()->id())); idx++; } } |
