summaryrefslogtreecommitdiffstats
path: root/kicker/taskbar/taskcontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/taskbar/taskcontainer.h')
-rw-r--r--kicker/taskbar/taskcontainer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/taskbar/taskcontainer.h b/kicker/taskbar/taskcontainer.h
index 4d2e0de9b..8dfdf6d2d 100644
--- a/kicker/taskbar/taskcontainer.h
+++ b/kicker/taskbar/taskcontainer.h
@@ -57,9 +57,9 @@ public:
void remove(Task::Ptr);
void remove(Startup::Ptr);
- bool tqcontains(Task::Ptr);
- bool tqcontains(Startup::Ptr);
- bool tqcontains(WId);
+ bool contains(Task::Ptr);
+ bool contains(Startup::Ptr);
+ bool contains(WId);
bool isEmpty();
bool onCurrentDesktop();