summaryrefslogtreecommitdiffstats
path: root/kpf/src/ActiveMonitorItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/src/ActiveMonitorItem.cpp')
-rw-r--r--kpf/src/ActiveMonitorItem.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kpf/src/ActiveMonitorItem.cpp b/kpf/src/ActiveMonitorItem.cpp
index 04fe857d..217e437c 100644
--- a/kpf/src/ActiveMonitorItem.cpp
+++ b/kpf/src/ActiveMonitorItem.cpp
@@ -93,7 +93,7 @@ namespace KPF
{
switch (c)
{
- case tqStatus:
+ case Status:
return 16;
break;
@@ -115,19 +115,19 @@ namespace KPF
switch (server_->state())
{
case Server::WaitingForRequest:
- setPixmap(tqStatus, SmallIcon("connect_creating"));
+ setPixmap(Status, SmallIcon("connect_creating"));
break;
case Server::WaitingForHeaders:
- setPixmap(tqStatus, SmallIcon("connect_creating"));
+ setPixmap(Status, SmallIcon("connect_creating"));
break;
case Server::Responding:
- setPixmap(tqStatus, SmallIcon("connect_established"));
+ setPixmap(Status, SmallIcon("connect_established"));
break;
case Server::Finished:
- setPixmap(tqStatus, SmallIcon("connect_no"));
+ setPixmap(Status, SmallIcon("connect_no"));
break;
}
}