aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/url
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-08-30 11:25:39 +0000
committerGravatar Fabio Bas2008-08-30 11:25:39 +0000
commit337709b442be887fd090ec93195b18ec03fe4750 (patch)
treec2f37156ff65aacdd3d73cc5002a5ade7fee699b /src/modules/url
parentcompilation fix (diff)
downloadKVIrc-337709b442be887fd090ec93195b18ec03fe4750.tar.gz
KVIrc-337709b442be887fd090ec93195b18ec03fe4750.tar.bz2
KVIrc-337709b442be887fd090ec93195b18ec03fe4750.zip
renamed taskbar to window list.
splitted "tree window list" in its own file git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2362 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/url')
-rw-r--r--src/modules/url/libkviurl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/url/libkviurl.cpp b/src/modules/url/libkviurl.cpp
index 9ad5c54f5..35ae1fce8 100644
--- a/src/modules/url/libkviurl.cpp
+++ b/src/modules/url/libkviurl.cpp
@@ -28,7 +28,7 @@
#include "kvi_iconmanager.h"
#include "kvi_action.h"
#include "kvi_actionmanager.h"
-#include "kvi_taskbar.h"
+#include "kvi_windowlist.h"
#include "kvi_pointerlist.h"
#include "kvi_kvs_eventmanager.h"
#include "kvi_tal_popupmenu.h"
@@ -754,7 +754,7 @@ bool urllist_module_event_onUrl(KviKvsModuleEventCall * c)
QString tmpCount;
tmpCount.setNum(tmp->count);
tmpitem->dlg->addUrl(QString(tmp->url), QString(tmp->window), tmpCount, QString(tmp->timestamp));
- tmpitem->dlg->taskBarItem()->highlight(false);
+ tmpitem->dlg->windowListItem()->highlight(false);
}
}
}