Fix FTBFS with stricter C++11

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/3/head
Slávek Banko 6 years ago
parent 8e56d30cf8
commit f60d0e12e9
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -122,7 +122,7 @@ PyObject* py_createTaskIcon(PyObject *, PyObject *args)
{
//no task was found
tqWarning("Task not found.");
return (long)NULL ;
return NULL;
}
//retrieve the TQPixmap that represents this image
TQPixmap iconPixmap = KWin::icon(currTask->window());

Loading…
Cancel
Save