diff options
Diffstat (limited to 'superkaramba/src/systemtray.cpp')
-rw-r--r-- | superkaramba/src/systemtray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/systemtray.cpp b/superkaramba/src/systemtray.cpp index 3e0d4ba..bf3cf81 100644 --- a/superkaramba/src/systemtray.cpp +++ b/superkaramba/src/systemtray.cpp @@ -29,7 +29,7 @@ #include <tqpopupmenu.h> #include <tqdragobject.h> -#include <tqlayout.h> +#include <layout.h> #include <tqstringlist.h> #include <tqpixmap.h> @@ -190,7 +190,7 @@ void Systemtray::layoutSystray() } count++; - emb->tqrepaint(); + emb->repaint(); } } |