summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/KSystemTray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/KSystemTray.cpp')
-rw-r--r--kdejava/koala/kdejava/KSystemTray.cpp356
1 files changed, 178 insertions, 178 deletions
diff --git a/kdejava/koala/kdejava/KSystemTray.cpp b/kdejava/koala/kdejava/KSystemTray.cpp
index 25953ea5..ce85d869 100644
--- a/kdejava/koala/kdejava/KSystemTray.cpp
+++ b/kdejava/koala/kdejava/KSystemTray.cpp
@@ -10,14 +10,14 @@
class KSystemTrayJBridge : public KSystemTray
{
public:
- KSystemTrayJBridge(TTQWidget* arg1,const char* arg2) : KSystemTray(arg1,arg2) {};
- KSystemTrayJBridge(TTQWidget* arg1) : KSystemTray(arg1) {};
+ KSystemTrayJBridge(TQWidget* arg1,const char* arg2) : KSystemTray(arg1,arg2) {};
+ KSystemTrayJBridge(TQWidget* arg1) : KSystemTray(arg1) {};
KSystemTrayJBridge() : KSystemTray() {};
- void protected_mousePressEvent(TTQMouseEvent* arg1) {
+ void protected_mousePressEvent(TQMouseEvent* arg1) {
KSystemTray::mousePressEvent(arg1);
return;
}
- void protected_mouseReleaseEvent(TTQMouseEvent* arg1) {
+ void protected_mouseReleaseEvent(TQMouseEvent* arg1) {
KSystemTray::mouseReleaseEvent(arg1);
return;
}
@@ -25,249 +25,249 @@ public:
KSystemTray::contextMenuAboutToShow(arg1);
return;
}
- void protected_showEvent(TTQShowEvent* arg1) {
+ void protected_showEvent(TQShowEvent* arg1) {
KSystemTray::showEvent(arg1);
return;
}
- void protected_enterEvent(TTQEvent* arg1) {
+ void protected_enterEvent(TQEvent* arg1) {
KSystemTray::enterEvent(arg1);
return;
}
~KSystemTrayJBridge() {QtSupport::qtKeyDeleted(this);}
- void setMovie(const TTQMovie& arg1) {
- if (!QtSupport::eventDelegate(this,"setMovie",(void*)&arg1,"org.kde.qt.TTQMovie")) {
- TTQLabel::setMovie(arg1);
+ void setMovie(const TQMovie& arg1) {
+ if (!QtSupport::eventDelegate(this,"setMovie",(void*)&arg1,"org.kde.qt.TQMovie")) {
+ TQLabel::setMovie(arg1);
}
return;
}
- void setPicture(const TTQPicture& arg1) {
- if (!QtSupport::eventDelegate(this,"setPicture",(void*)&arg1,"org.kde.qt.TTQPicture")) {
- TTQLabel::setPicture(arg1);
+ void setPicture(const TQPicture& arg1) {
+ if (!QtSupport::eventDelegate(this,"setPicture",(void*)&arg1,"org.kde.qt.TQPicture")) {
+ TQLabel::setPicture(arg1);
}
return;
}
- void dragLeaveEvent(TTQDragLeaveEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.kde.qt.TTQDragLeaveEvent")) {
- TTQWidget::dragLeaveEvent(arg1);
+ void dragLeaveEvent(TQDragLeaveEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.kde.qt.TQDragLeaveEvent")) {
+ TQWidget::dragLeaveEvent(arg1);
}
return;
}
- void setMask(const TTQRegion& arg1) {
- if (!QtSupport::eventDelegate(this,"setMask",(void*)&arg1,"org.kde.qt.TTQRegion")) {
- TTQWidget::setMask(arg1);
+ void setMask(const TQRegion& arg1) {
+ if (!QtSupport::eventDelegate(this,"setMask",(void*)&arg1,"org.kde.qt.TQRegion")) {
+ TQWidget::setMask(arg1);
}
return;
}
- void resizeEvent(TTQResizeEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.kde.qt.TTQResizeEvent")) {
- TTQLabel::resizeEvent(arg1);
+ void resizeEvent(TQResizeEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.kde.qt.TQResizeEvent")) {
+ TQLabel::resizeEvent(arg1);
}
return;
}
- void setFrameRect(const TTQRect& arg1) {
- if (!QtSupport::eventDelegate(this,"setFrameRect",(void*)&arg1,"org.kde.qt.TTQRect")) {
- TTQFrame::setFrameRect(arg1);
+ void setFrameRect(const TQRect& arg1) {
+ if (!QtSupport::eventDelegate(this,"setFrameRect",(void*)&arg1,"org.kde.qt.TQRect")) {
+ TQFrame::setFrameRect(arg1);
}
return;
}
- void mouseDoubleClickEvent(TTQMouseEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"mouseDoubleClickEvent",(void*)arg1,"org.kde.qt.TTQMouseEvent")) {
- TTQWidget::mouseDoubleClickEvent(arg1);
+ void mouseDoubleClickEvent(TQMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mouseDoubleClickEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
+ TQWidget::mouseDoubleClickEvent(arg1);
}
return;
}
- void paletteChange(const TTQPalette& arg1) {
- if (!QtSupport::eventDelegate(this,"paletteChange",(void*)&arg1,"org.kde.qt.TTQPalette")) {
- TTQWidget::paletteChange(arg1);
+ void paletteChange(const TQPalette& arg1) {
+ if (!QtSupport::eventDelegate(this,"paletteChange",(void*)&arg1,"org.kde.qt.TQPalette")) {
+ TQWidget::paletteChange(arg1);
}
return;
}
void setActiveWindow() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","setActiveWindow")) {
- TTQWidget::setActiveWindow();
+ TQWidget::setActiveWindow();
}
return;
}
- void dragEnterEvent(TTQDragEnterEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.kde.qt.TTQDragEnterEvent")) {
- TTQWidget::dragEnterEvent(arg1);
+ void dragEnterEvent(TQDragEnterEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.kde.qt.TQDragEnterEvent")) {
+ TQWidget::dragEnterEvent(arg1);
}
return;
}
void show() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","show")) {
- TTQWidget::show();
+ TQWidget::show();
}
return;
}
- void focusOutEvent(TTQFocusEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.kde.qt.TTQFocusEvent")) {
- TTQWidget::focusOutEvent(arg1);
+ void focusOutEvent(TQFocusEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.kde.qt.TQFocusEvent")) {
+ TQWidget::focusOutEvent(arg1);
}
return;
}
void setFocus() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","setFocus")) {
- TTQWidget::setFocus();
+ TQWidget::setFocus();
}
return;
}
- void dragMoveEvent(TTQDragMoveEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.TTQDragMoveEvent")) {
- TTQWidget::dragMoveEvent(arg1);
+ void dragMoveEvent(TQDragMoveEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.TQDragMoveEvent")) {
+ TQWidget::dragMoveEvent(arg1);
}
return;
}
- void drawFrame(TTQPainter* arg1) {
- if (!QtSupport::eventDelegate(this,"drawFrame",(void*)arg1,"org.kde.qt.TTQPainter")) {
- TTQFrame::drawFrame(arg1);
+ void drawFrame(TQPainter* arg1) {
+ if (!QtSupport::eventDelegate(this,"drawFrame",(void*)arg1,"org.kde.qt.TQPainter")) {
+ TQFrame::drawFrame(arg1);
}
return;
}
void hide() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","hide")) {
- TTQWidget::hide();
+ TQWidget::hide();
}
return;
}
- void setPaletteBackgroundColor(const TTQColor& arg1) {
- if (!QtSupport::eventDelegate(this,"setPaletteBackgroundColor",(void*)&arg1,"org.kde.qt.TTQColor")) {
- TTQWidget::setPaletteBackgroundColor(arg1);
+ void setPaletteBackgroundColor(const TQColor& arg1) {
+ if (!QtSupport::eventDelegate(this,"setPaletteBackgroundColor",(void*)&arg1,"org.kde.qt.TQColor")) {
+ TQWidget::setPaletteBackgroundColor(arg1);
}
return;
}
- void setEraseColor(const TTQColor& arg1) {
- if (!QtSupport::eventDelegate(this,"setEraseColor",(void*)&arg1,"org.kde.qt.TTQColor")) {
- TTQWidget::setEraseColor(arg1);
+ void setEraseColor(const TQColor& arg1) {
+ if (!QtSupport::eventDelegate(this,"setEraseColor",(void*)&arg1,"org.kde.qt.TQColor")) {
+ TQWidget::setEraseColor(arg1);
}
return;
}
- void removeChild(TTQObject* arg1) {
- if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TTQObject")) {
- TTQObject::removeChild(arg1);
+ void removeChild(TQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TQObject")) {
+ TQObject::removeChild(arg1);
}
return;
}
- void paintEvent(TTQPaintEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.TTQPaintEvent")) {
- TTQFrame::paintEvent(arg1);
+ void paintEvent(TQPaintEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.TQPaintEvent")) {
+ TQFrame::paintEvent(arg1);
}
return;
}
- void imStartEvent(TTQIMEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"imStartEvent",(void*)arg1,"org.kde.qt.TTQIMEvent")) {
- TTQWidget::imStartEvent(arg1);
+ void imStartEvent(TQIMEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"imStartEvent",(void*)arg1,"org.kde.qt.TQIMEvent")) {
+ TQWidget::imStartEvent(arg1);
}
return;
}
void unsetCursor() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","unsetCursor")) {
- TTQWidget::unsetCursor();
+ TQWidget::unsetCursor();
}
return;
}
- void hideEvent(TTQHideEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.TTQHideEvent")) {
- TTQWidget::hideEvent(arg1);
+ void hideEvent(TQHideEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.TQHideEvent")) {
+ TQWidget::hideEvent(arg1);
}
return;
}
- void moveEvent(TTQMoveEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"moveEvent",(void*)arg1,"org.kde.qt.TTQMoveEvent")) {
- TTQWidget::moveEvent(arg1);
+ void moveEvent(TQMoveEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"moveEvent",(void*)arg1,"org.kde.qt.TQMoveEvent")) {
+ TQWidget::moveEvent(arg1);
}
return;
}
void polish() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","polish")) {
- TTQWidget::polish();
+ TQWidget::polish();
}
return;
}
void showMaximized() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","showMaximized")) {
- TTQWidget::showMaximized();
+ TQWidget::showMaximized();
}
return;
}
- void setBackgroundPixmap(const TTQPixmap& arg1) {
- if (!QtSupport::eventDelegate(this,"setBackgroundPixmap",(void*)&arg1,"org.kde.qt.TTQPixmap")) {
- TTQWidget::setBackgroundPixmap(arg1);
+ void setBackgroundPixmap(const TQPixmap& arg1) {
+ if (!QtSupport::eventDelegate(this,"setBackgroundPixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
+ TQWidget::setBackgroundPixmap(arg1);
}
return;
}
- void showEvent(TTQShowEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"showEvent",(void*)arg1,"org.kde.qt.TTQShowEvent")) {
+ void showEvent(TQShowEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"showEvent",(void*)arg1,"org.kde.qt.TQShowEvent")) {
KSystemTray::showEvent(arg1);
}
return;
}
- void keyPressEvent(TTQKeyEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.kde.qt.TTQKeyEvent")) {
- TTQWidget::keyPressEvent(arg1);
+ void keyPressEvent(TQKeyEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.kde.qt.TQKeyEvent")) {
+ TQWidget::keyPressEvent(arg1);
}
return;
}
bool customWhatsThis() {
return QtSupport::booleanDelegate(this,"customWhatsThis");
}
- void setPaletteBackgroundPixmap(const TTQPixmap& arg1) {
- if (!QtSupport::eventDelegate(this,"setPaletteBackgroundPixmap",(void*)&arg1,"org.kde.qt.TTQPixmap")) {
- TTQWidget::setPaletteBackgroundPixmap(arg1);
+ void setPaletteBackgroundPixmap(const TQPixmap& arg1) {
+ if (!QtSupport::eventDelegate(this,"setPaletteBackgroundPixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
+ TQWidget::setPaletteBackgroundPixmap(arg1);
}
return;
}
- void setCursor(const TTQCursor& arg1) {
- if (!QtSupport::eventDelegate(this,"setCursor",(void*)&arg1,"org.kde.qt.TTQCursor")) {
- TTQWidget::setCursor(arg1);
+ void setCursor(const TQCursor& arg1) {
+ if (!QtSupport::eventDelegate(this,"setCursor",(void*)&arg1,"org.kde.qt.TQCursor")) {
+ TQWidget::setCursor(arg1);
}
return;
}
- void closeEvent(TTQCloseEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.kde.qt.TTQCloseEvent")) {
- TTQWidget::closeEvent(arg1);
+ void closeEvent(TQCloseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.kde.qt.TQCloseEvent")) {
+ TQWidget::closeEvent(arg1);
}
return;
}
- void customEvent(TTQCustomEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TTQCustomEvent")) {
- TTQObject::customEvent(arg1);
+ void customEvent(TQCustomEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TQCustomEvent")) {
+ TQObject::customEvent(arg1);
}
return;
}
- void enterEvent(TTQEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"enterEvent",(void*)arg1,"org.kde.qt.TTQEvent")) {
+ void enterEvent(TQEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"enterEvent",(void*)arg1,"org.kde.qt.TQEvent")) {
KSystemTray::enterEvent(arg1);
}
return;
}
- void timerEvent(TTQTimerEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TTQTimerEvent")) {
- TTQObject::timerEvent(arg1);
+ void timerEvent(TQTimerEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TQTimerEvent")) {
+ TQObject::timerEvent(arg1);
}
return;
}
- void mouseReleaseEvent(TTQMouseEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.kde.qt.TTQMouseEvent")) {
+ void mouseReleaseEvent(TQMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
KSystemTray::mouseReleaseEvent(arg1);
}
return;
}
- void setErasePixmap(const TTQPixmap& arg1) {
- if (!QtSupport::eventDelegate(this,"setErasePixmap",(void*)&arg1,"org.kde.qt.TTQPixmap")) {
- TTQWidget::setErasePixmap(arg1);
+ void setErasePixmap(const TQPixmap& arg1) {
+ if (!QtSupport::eventDelegate(this,"setErasePixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
+ TQWidget::setErasePixmap(arg1);
}
return;
}
- void childEvent(TTQChildEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TTQChildEvent")) {
- TTQObject::childEvent(arg1);
+ void childEvent(TQChildEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
+ TQObject::childEvent(arg1);
}
return;
}
- void dropEvent(TTQDropEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"dropEvent",(void*)arg1,"org.kde.qt.TTQDropEvent")) {
- TTQWidget::dropEvent(arg1);
+ void dropEvent(TQDropEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"dropEvent",(void*)arg1,"org.kde.qt.TQDropEvent")) {
+ TQWidget::dropEvent(arg1);
}
return;
}
@@ -277,142 +277,142 @@ public:
}
return;
}
- void leaveEvent(TTQEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"leaveEvent",(void*)arg1,"org.kde.qt.TTQEvent")) {
- TTQWidget::leaveEvent(arg1);
+ void leaveEvent(TQEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"leaveEvent",(void*)arg1,"org.kde.qt.TQEvent")) {
+ TQWidget::leaveEvent(arg1);
}
return;
}
- void setIcon(const TTQPixmap& arg1) {
- if (!QtSupport::eventDelegate(this,"setIcon",(void*)&arg1,"org.kde.qt.TTQPixmap")) {
- TTQWidget::setIcon(arg1);
+ void setIcon(const TQPixmap& arg1) {
+ if (!QtSupport::eventDelegate(this,"setIcon",(void*)&arg1,"org.kde.qt.TQPixmap")) {
+ TQWidget::setIcon(arg1);
}
return;
}
void updateMask() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","updateMask")) {
- TTQWidget::updateMask();
+ TQWidget::updateMask();
}
return;
}
void showNormal() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","showNormal")) {
- TTQWidget::showNormal();
+ TQWidget::showNormal();
}
return;
}
- void imComposeEvent(TTQIMEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"imComposeEvent",(void*)arg1,"org.kde.qt.TTQIMEvent")) {
- TTQWidget::imComposeEvent(arg1);
+ void imComposeEvent(TQIMEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"imComposeEvent",(void*)arg1,"org.kde.qt.TQIMEvent")) {
+ TQWidget::imComposeEvent(arg1);
}
return;
}
- void mousePressEvent(TTQMouseEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"mousePressEvent",(void*)arg1,"org.kde.qt.TTQMouseEvent")) {
+ void mousePressEvent(TQMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mousePressEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
KSystemTray::mousePressEvent(arg1);
}
return;
}
- void mouseMoveEvent(TTQMouseEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.TTQMouseEvent")) {
- TTQWidget::mouseMoveEvent(arg1);
+ void mouseMoveEvent(TQMouseEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
+ TQWidget::mouseMoveEvent(arg1);
}
return;
}
- void setFocusProxy(TTQWidget* arg1) {
- if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.kde.qt.TTQWidget")) {
- TTQWidget::setFocusProxy(arg1);
+ void setFocusProxy(TQWidget* arg1) {
+ if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.kde.qt.TQWidget")) {
+ TQWidget::setFocusProxy(arg1);
}
return;
}
- void setPixmap(const TTQPixmap& arg1) {
- if (!QtSupport::eventDelegate(this,"setPixmap",(void*)&arg1,"org.kde.qt.TTQPixmap")) {
+ void setPixmap(const TQPixmap& arg1) {
+ if (!QtSupport::eventDelegate(this,"setPixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
KSystemTray::setPixmap(arg1);
}
return;
}
- void setBackgroundColor(const TTQColor& arg1) {
- if (!QtSupport::eventDelegate(this,"setBackgroundColor",(void*)&arg1,"org.kde.qt.TTQColor")) {
- TTQWidget::setBackgroundColor(arg1);
+ void setBackgroundColor(const TQColor& arg1) {
+ if (!QtSupport::eventDelegate(this,"setBackgroundColor",(void*)&arg1,"org.kde.qt.TQColor")) {
+ TQWidget::setBackgroundColor(arg1);
}
return;
}
void adjustSize() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","adjustSize")) {
- TTQWidget::adjustSize();
+ TQWidget::adjustSize();
}
return;
}
- void wheelEvent(TTQWheelEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.kde.qt.TTQWheelEvent")) {
- TTQWidget::wheelEvent(arg1);
+ void wheelEvent(TQWheelEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.kde.qt.TQWheelEvent")) {
+ TQWidget::wheelEvent(arg1);
}
return;
}
- void imEndEvent(TTQIMEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"imEndEvent",(void*)arg1,"org.kde.qt.TTQIMEvent")) {
- TTQWidget::imEndEvent(arg1);
+ void imEndEvent(TQIMEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"imEndEvent",(void*)arg1,"org.kde.qt.TQIMEvent")) {
+ TQWidget::imEndEvent(arg1);
}
return;
}
- void insertChild(TTQObject* arg1) {
- if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TTQObject")) {
- TTQObject::insertChild(arg1);
+ void insertChild(TQObject* arg1) {
+ if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TQObject")) {
+ TQObject::insertChild(arg1);
}
return;
}
- void focusInEvent(TTQFocusEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"focusInEvent",(void*)arg1,"org.kde.qt.TTQFocusEvent")) {
- TTQWidget::focusInEvent(arg1);
+ void focusInEvent(TQFocusEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"focusInEvent",(void*)arg1,"org.kde.qt.TQFocusEvent")) {
+ TQWidget::focusInEvent(arg1);
}
return;
}
- void tabletEvent(TTQTabletEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"tabletEvent",(void*)arg1,"org.kde.qt.TTQTabletEvent")) {
- TTQWidget::tabletEvent(arg1);
+ void tabletEvent(TQTabletEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"tabletEvent",(void*)arg1,"org.kde.qt.TQTabletEvent")) {
+ TQWidget::tabletEvent(arg1);
}
return;
}
- void keyReleaseEvent(TTQKeyEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"keyReleaseEvent",(void*)arg1,"org.kde.qt.TTQKeyEvent")) {
- TTQWidget::keyReleaseEvent(arg1);
+ void keyReleaseEvent(TQKeyEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"keyReleaseEvent",(void*)arg1,"org.kde.qt.TQKeyEvent")) {
+ TQWidget::keyReleaseEvent(arg1);
}
return;
}
- void contextMenuEvent(TTQContextMenuEvent* arg1) {
- if (!QtSupport::eventDelegate(this,"contextMenuEvent",(void*)arg1,"org.kde.qt.TTQContextMenuEvent")) {
- TTQWidget::contextMenuEvent(arg1);
+ void contextMenuEvent(TQContextMenuEvent* arg1) {
+ if (!QtSupport::eventDelegate(this,"contextMenuEvent",(void*)arg1,"org.kde.qt.TQContextMenuEvent")) {
+ TQWidget::contextMenuEvent(arg1);
}
return;
}
- bool eventFilter(TTQObject* object,TTQEvent* event) {
+ bool eventFilter(TQObject* object,TQEvent* event) {
if (!QtSupport::eventFilterDelegate(this,"org.kde.koala.KSystemTray",object,event)) {
- return TTQObject::eventFilter(object,event);
+ return TQObject::eventFilter(object,event);
} else {
return TRUE;
}
}
- void setBuddy(TTQWidget* arg1) {
- if (!QtSupport::eventDelegate(this,"setBuddy",(void*)arg1,"org.kde.qt.TTQWidget")) {
- TTQLabel::setBuddy(arg1);
+ void setBuddy(TQWidget* arg1) {
+ if (!QtSupport::eventDelegate(this,"setBuddy",(void*)arg1,"org.kde.qt.TQWidget")) {
+ TQLabel::setBuddy(arg1);
}
return;
}
- void setGeometry(const TTQRect& arg1) {
- if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.kde.qt.TTQRect")) {
- TTQWidget::setGeometry(arg1);
+ void setGeometry(const TQRect& arg1) {
+ if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.kde.qt.TQRect")) {
+ TQWidget::setGeometry(arg1);
}
return;
}
void frameChanged() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","frameChanged")) {
- TTQFrame::frameChanged();
+ TQFrame::frameChanged();
}
return;
}
void showMinimized() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KSystemTray","showMinimized")) {
- TTQWidget::showMinimized();
+ TQWidget::showMinimized();
}
return;
}
@@ -457,14 +457,14 @@ Java_org_kde_koala_KSystemTray_dispose(JNIEnv* env, jobject obj)
JNIEXPORT void JNICALL
Java_org_kde_koala_KSystemTray_enterEvent(JNIEnv* env, jobject obj, jobject arg1)
{
- ((KSystemTrayJBridge*) QtSupport::getQt(env, obj))->protected_enterEvent((TTQEvent*) QtSupport::getQt(env, arg1));
+ ((KSystemTrayJBridge*) QtSupport::getQt(env, obj))->protected_enterEvent((TQEvent*) QtSupport::getQt(env, arg1));
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KSystemTray_finalize(JNIEnv* env, jobject obj)
{
- if (QtSupport::allocatedInJavaWorld(env, obj) && ((TTQWidget*)(KSystemTray*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
+ if (QtSupport::allocatedInJavaWorld(env, obj) && ((TQWidget*)(KSystemTray*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
delete (KSystemTray*)QtSupport::getQt(env, obj);
QtSupport::setQt(env, obj, 0);
}
@@ -481,8 +481,8 @@ JNIEXPORT jobject JNICALL
Java_org_kde_koala_KSystemTray_loadIcon__Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring icon)
{
(void) cls;
-static TTQString* _qstring_icon = 0;
- jobject xret = QtSupport::objectForQtKey(env, (void*)new TTQPixmap(KSystemTrayJBridge::loadIcon((const TTQString&)*(TTQString*) QtSupport::toTQString(env, icon, &_qstring_icon))), "org.kde.qt.TTQPixmap", TRUE);
+static TQString* _qstring_icon = 0;
+ jobject xret = QtSupport::objectForQtKey(env, (void*)new TQPixmap(KSystemTrayJBridge::loadIcon((const TQString&)*(TQString*) QtSupport::toTQString(env, icon, &_qstring_icon))), "org.kde.qt.TQPixmap", TRUE);
return xret;
}
@@ -490,29 +490,29 @@ JNIEXPORT jobject JNICALL
Java_org_kde_koala_KSystemTray_loadIcon__Ljava_lang_String_2Lorg_kde_koala_KInstanceInterface_2(JNIEnv* env, jclass cls, jstring icon, jobject instance)
{
(void) cls;
-static TTQString* _qstring_icon = 0;
- jobject xret = QtSupport::objectForQtKey(env, (void*)new TTQPixmap(KSystemTrayJBridge::loadIcon((const TTQString&)*(TTQString*) QtSupport::toTQString(env, icon, &_qstring_icon), (KInstance*) QtSupport::getQt(env, instance))), "org.kde.qt.TTQPixmap", TRUE);
+static TQString* _qstring_icon = 0;
+ jobject xret = QtSupport::objectForQtKey(env, (void*)new TQPixmap(KSystemTrayJBridge::loadIcon((const TQString&)*(TQString*) QtSupport::toTQString(env, icon, &_qstring_icon), (KInstance*) QtSupport::getQt(env, instance))), "org.kde.qt.TQPixmap", TRUE);
return xret;
}
JNIEXPORT jobject JNICALL
Java_org_kde_koala_KSystemTray_metaObject(JNIEnv* env, jobject obj)
{
- jobject xret = QtSupport::objectForQtKey(env, (void*)((KSystemTray*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TTQMetaObject");
+ jobject xret = QtSupport::objectForQtKey(env, (void*)((KSystemTray*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TQMetaObject");
return xret;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KSystemTray_mousePressEvent(JNIEnv* env, jobject obj, jobject arg1)
{
- ((KSystemTrayJBridge*) QtSupport::getQt(env, obj))->protected_mousePressEvent((TTQMouseEvent*) QtSupport::getQt(env, arg1));
+ ((KSystemTrayJBridge*) QtSupport::getQt(env, obj))->protected_mousePressEvent((TQMouseEvent*) QtSupport::getQt(env, arg1));
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KSystemTray_mouseReleaseEvent(JNIEnv* env, jobject obj, jobject arg1)
{
- ((KSystemTrayJBridge*) QtSupport::getQt(env, obj))->protected_mouseReleaseEvent((TTQMouseEvent*) QtSupport::getQt(env, arg1));
+ ((KSystemTrayJBridge*) QtSupport::getQt(env, obj))->protected_mouseReleaseEvent((TQMouseEvent*) QtSupport::getQt(env, arg1));
return;
}
@@ -530,7 +530,7 @@ JNIEXPORT void JNICALL
Java_org_kde_koala_KSystemTray_newKSystemTray__Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
{
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KSystemTrayJBridge((TTQWidget*) QtSupport::getQt(env, parent)));
+ QtSupport::setQt(env, obj, new KSystemTrayJBridge((TQWidget*) QtSupport::getQt(env, parent)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -539,9 +539,9 @@ Java_org_kde_koala_KSystemTray_newKSystemTray__Lorg_kde_qt_QWidget_2(JNIEnv* env
JNIEXPORT void JNICALL
Java_org_kde_koala_KSystemTray_newKSystemTray__Lorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jstring name)
{
-static TTQCString* _qstring_name = 0;
+static TQCString* _qstring_name = 0;
if (QtSupport::getQt(env, obj) == 0) {
- QtSupport::setQt(env, obj, new KSystemTrayJBridge((TTQWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
+ QtSupport::setQt(env, obj, new KSystemTrayJBridge((TQWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
@@ -557,8 +557,8 @@ Java_org_kde_koala_KSystemTray_setActive(JNIEnv* env, jobject obj)
JNIEXPORT void JNICALL
Java_org_kde_koala_KSystemTray_setCaption(JNIEnv* env, jobject obj, jstring title)
{
-static TTQString* _qstring_title = 0;
- ((KSystemTray*) QtSupport::getQt(env, obj))->setCaption((const TTQString&)*(TTQString*) QtSupport::toTQString(env, title, &_qstring_title));
+static TQString* _qstring_title = 0;
+ ((KSystemTray*) QtSupport::getQt(env, obj))->setCaption((const TQString&)*(TQString*) QtSupport::toTQString(env, title, &_qstring_title));
return;
}
@@ -572,14 +572,14 @@ Java_org_kde_koala_KSystemTray_setInactive(JNIEnv* env, jobject obj)
JNIEXPORT void JNICALL
Java_org_kde_koala_KSystemTray_setPixmap(JNIEnv* env, jobject obj, jobject icon)
{
- ((KSystemTray*) QtSupport::getQt(env, obj))->setPixmap((const TTQPixmap&)*(const TTQPixmap*) QtSupport::getQt(env, icon));
+ ((KSystemTray*) QtSupport::getQt(env, obj))->setPixmap((const TQPixmap&)*(const TQPixmap*) QtSupport::getQt(env, icon));
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KSystemTray_showEvent(JNIEnv* env, jobject obj, jobject arg1)
{
- ((KSystemTrayJBridge*) QtSupport::getQt(env, obj))->protected_showEvent((TTQShowEvent*) QtSupport::getQt(env, arg1));
+ ((KSystemTrayJBridge*) QtSupport::getQt(env, obj))->protected_showEvent((TQShowEvent*) QtSupport::getQt(env, arg1));
return;
}