|
|
@ -43,7 +43,7 @@ class MainWidget : public ResizableDragWidget
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
MainWidget(KAboutData *about=0, bool tren=false, TQWidget *tqparent=0,const char *name="", WFlags f=WStyle_Customize | TQt::WX11BypassWM |WStyle_NormalBorder);
|
|
|
|
MainWidget(KAboutData *about=0, bool tren=false, TQWidget *parent=0,const char *name="", WFlags f=WStyle_Customize | TQt::WX11BypassWM |WStyle_NormalBorder);
|
|
|
|
void mappingNotify(XMappingEvent *e);
|
|
|
|
void mappingNotify(XMappingEvent *e);
|
|
|
|
void finishInit();
|
|
|
|
void finishInit();
|
|
|
|
bool close ( bool alsoDelete );
|
|
|
|
bool close ( bool alsoDelete );
|
|
|
@ -158,7 +158,7 @@ class KbdTray : public KSystemTray
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
KbdTray( TQWidget* tqparent = 0, const char* name = 0 );
|
|
|
|
KbdTray( TQWidget* parent = 0, const char* name = 0 );
|
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
protected:
|
|
|
|
void mousePressEvent(TQMouseEvent *);
|
|
|
|
void mousePressEvent(TQMouseEvent *);
|
|
|
|