diff options
| author | 2010-12-27 05:02:48 +0000 | |
|---|---|---|
| committer | 2010-12-27 05:02:48 +0000 | |
| commit | 075bdcd93cf7882bad4cb027adf159f93674d6e5 (patch) | |
| tree | ae06173bd9e8e2db71cced8a9ebad214607d7f9a /src/modules/pythoncore/kvircmodule.cpp | |
| parent | Yet more renaming and cleanup (diff) | |
| download | KVIrc-075bdcd93cf7882bad4cb027adf159f93674d6e5.tar.gz KVIrc-075bdcd93cf7882bad4cb027adf159f93674d6e5.tar.bz2 KVIrc-075bdcd93cf7882bad4cb027adf159f93674d6e5.zip | |
More renaming and cleanup
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/pythoncore/kvircmodule.cpp')
| -rw-r--r-- | src/modules/pythoncore/kvircmodule.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/pythoncore/kvircmodule.cpp b/src/modules/pythoncore/kvircmodule.cpp index 8aea2c4b5..c1a3e493a 100644 --- a/src/modules/pythoncore/kvircmodule.cpp +++ b/src/modules/pythoncore/kvircmodule.cpp @@ -31,11 +31,11 @@ #define KVIRC_MODULE #include "kvircmodule.h" -#include "kvi_app.h" -#include "kvi_window.h" -#include "kvi_userinput.h" -#include "kvi_kvs_runtimecontext.h" -#include "kvi_kvs_script.h" +#include "KviApplication.h" +#include "KviWindow.h" +#include "KviUserInput.h" +#include "KviKvsRunTimeContext.h" +#include "KviKvsScript.h" #include <QThread> |
