diff -r efda7c0771b9 -r 7b66bc3c6dc9 taskswitcher/client/inc/tstasklauncher.h --- a/taskswitcher/client/inc/tstasklauncher.h Wed Oct 13 12:59:22 2010 +0300 +++ b/taskswitcher/client/inc/tstasklauncher.h Mon Oct 18 10:44:15 2010 +0300 @@ -17,13 +17,13 @@ #ifndef TSTASKLAUNCHER_H #define TSTASKLAUNCHER_H -class QByteArray; +class MTsEntry; class TsTaskLauncher { public: - virtual void openTask(const QByteArray &key) = 0; - virtual void closeTask(const QByteArray &key) = 0; + virtual void openTask(const MTsEntry &entry) = 0; + virtual void closeTask(const MTsEntry &key) = 0; }; #endif //TSTASKLAUNCHER_H