Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 41406
Collapse All | Expand All

(-)baghira/kcmbaghira/kcmbaghira.cpp (-1 / +1 lines)
Lines 510-516 Link Here
510
	connect( drawDotlines, SIGNAL( toggled( bool ) ), buttonGroup9, SLOT( setEnabled( bool ) ) );
510
	connect( drawDotlines, SIGNAL( toggled( bool ) ), buttonGroup9, SLOT( setEnabled( bool ) ) );
511
	connect( useCustomExpanderColor, SIGNAL( toggled( bool ) ), expanderColor, SLOT( setEnabled( bool ) ) );
511
	connect( useCustomExpanderColor, SIGNAL( toggled( bool ) ), expanderColor, SLOT( setEnabled( bool ) ) );
512
	load();
512
	load();
513
	};
513
	}
514
514
515
515
516
kcmbaghira::~kcmbaghira() {}
516
kcmbaghira::~kcmbaghira() {}
(-)baghira/widget-engine/baghira.h (-1 / +1 lines)
Lines 679-685 Link Here
679
		QWMatrix rMatrix;
679
		QWMatrix rMatrix;
680
		QWMatrix iMatrix;
680
		QWMatrix iMatrix;
681
681
682
		bool isKicker, isHTMLButton, initialPaletteLoaded, inExitPolish;;
682
		bool isKicker, isHTMLButton, initialPaletteLoaded, inExitPolish;
683
683
684
		QHeader *currentHeader;
684
		QHeader *currentHeader;
685
		int headerHoverID;
685
		int headerHoverID;

Return to bug 41406