aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_window.cpp
diff options
context:
space:
mode:
authorGravatar Noldor2008-04-14 16:56:09 +0000
committerGravatar Noldor2008-04-14 16:56:09 +0000
commitf0c0a130de85303ff3acf3e2d4ddbffb303f5dad (patch)
treebcfcc3cef9fb9ee5be735da80f6adb36edc44017 /src/modules/objects/class_window.cpp
parentfixing bug #127 (diff)
downloadKVIrc-f0c0a130de85303ff3acf3e2d4ddbffb303f5dad.tar.gz
KVIrc-f0c0a130de85303ff3acf3e2d4ddbffb303f5dad.tar.bz2
KVIrc-f0c0a130de85303ff3acf3e2d4ddbffb303f5dad.zip
QT4 port: QIconSet (completed), objects module (w.i.p.), code clean.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1480 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_window.cpp')
-rw-r--r--src/modules/objects/class_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_window.cpp b/src/modules/objects/class_window.cpp
index 7a3f584d4..81222f086 100644
--- a/src/modules/objects/class_window.cpp
+++ b/src/modules/objects/class_window.cpp
@@ -112,7 +112,7 @@ KVSO_END_CONSTRUCTOR(KviKvsObject_window)
bool KviKvsObject_window::init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams)
{
- KviWindow * w = new KviKvsScriptWindowWindow(pContext->window()->frame(),name());
+ KviWindow * w = new KviKvsScriptWindowWindow(pContext->window()->frame(),getName());
setObject(w);
pContext->window()->frame()->addWindow(w,false);
w->minimize(); // must be minimized before children are added, otherwise the focus handling goes nuts...