From kde-commits Tue Dec 23 05:50:08 2003 From: Unai Garro Date: Tue, 23 Dec 2003 05:50:08 +0000 To: kde-commits Subject: kdenonbeta/kdmthemes X-MARC-Message: https://marc.info/?l=kde-commits&m=107215868530339 CVS commit by uga: this method should be a slot M +6 -6 kdmwidget.h 1.19 --- kdenonbeta/kdmthemes/kdmwidget.h #1.18:1.19 @@ -107,10 +107,4 @@ public: /* - * First recalculates the required size and then resizes - */ - - virtual void calculateAndResize(void); - - /* * Recalculates the area (rect) that the widget will take * given the size and layout settings,and sets the hint size @@ -241,4 +235,10 @@ protected slots: virtual void resize(void); + /* + * First recalculates the required size and then resizes + */ + + virtual void calculateAndResize(void); + };