Warning, /network/ktp-contact-list/diff is written in an unsupported language. File is not indexed.
0001 diff --git a/contact-overlays.cpp b/contact-overlays.cpp 0002 index e8604be..166030d 100644 0003 --- a/contact-overlays.cpp 0004 +++ b/contact-overlays.cpp 0005 @@ -26,7 +26,7 @@ 0006 0007 #include <KTp/types.h> 0008 0009 -const int spacing = IconSize(KIconLoader::Dialog) / 8; 0010 +#define spacing (IconSize(KIconLoader::Dialog) / 8) 0011 0012 class GuiItemContactViewHoverButton : public ContactViewHoverButton 0013 {