No signals or slots defined here.

svn path=/trunk/kdebase/kwin/; revision=239882
icc-effect-5.14.5
Nadeem Hasan 2003-07-29 15:44:18 +00:00
parent 2269952b2b
commit 43495a45f3
2 changed files with 0 additions and 3 deletions

View File

@ -83,5 +83,3 @@ void GeometryTip::setGeometry( const QRect& geom )
move( geom.x() + ((geom.width() - width()) / 2),
geom.y() + ((geom.height() - height()) / 2) );
}
#include "geometrytip.moc"

View File

@ -14,7 +14,6 @@ namespace KWinInternal {
class GeometryTip: public QLabel
{
Q_OBJECT
public:
GeometryTip( const Client* client, const XSizeHints* xSizeHints, bool resizing );
~GeometryTip();