|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
#include "../nickColourMaker.h"
|
|
|
|
|
|
|
|
|
|
#include <kconfig.h>
|
|
|
|
|
#include <kwin.h>
|
|
|
|
|
#include <twin.h>
|
|
|
|
|
#include <kdebug.h>
|
|
|
|
|
|
|
|
|
|
KSTicker::KSTicker(TQWidget * parent, const char * name, WFlags f)
|
|
|
|
@ -67,7 +67,7 @@ KSTicker::KSTicker(TQWidget * parent, const char * name, WFlags f)
|
|
|
|
|
/*
|
|
|
|
|
* Tell KWM to use only minimum decurations
|
|
|
|
|
*/
|
|
|
|
|
// ### FIXME: port to kwin
|
|
|
|
|
// ### FIXME: port to twin
|
|
|
|
|
//KWM::setDecoration(winId(), KWM::tinyDecoration);
|
|
|
|
|
// KWin::setType(winId(), NET::Override);
|
|
|
|
|
|
|
|
|
@ -99,7 +99,7 @@ void KSTicker::show()
|
|
|
|
|
/*
|
|
|
|
|
* Tell KWM to use only minimum decurations
|
|
|
|
|
*/
|
|
|
|
|
// ### FIXME: port to kwin
|
|
|
|
|
// ### FIXME: port to twin
|
|
|
|
|
//KWM::setDecoration(winId(), KWM::tinyDecoration);
|
|
|
|
|
TQSize size = this->size();
|
|
|
|
|
size.setHeight(TQFontMetrics(font()).height()+10);
|
|
|
|
|