You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/freebsd/tdeutils/files/patch-bp000-fix-ftbfs-on-c+...

14 lines
513 B
Diff

diff --git a/superkaramba/src/imagelabel_python.cpp b/superkaramba/src/imagelabel_python.cpp
index 61af3c5..1251cc9 100644
--- a/superkaramba/src/imagelabel_python.cpp
+++ b/superkaramba/src/imagelabel_python.cpp
@@ -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());