summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/DockMainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/DockMainWindow.cpp')
-rw-r--r--kdejava/koala/kdejava/DockMainWindow.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/kdejava/koala/kdejava/DockMainWindow.cpp b/kdejava/koala/kdejava/DockMainWindow.cpp
index 8cd0c023..a1ef9413 100644
--- a/kdejava/koala/kdejava/DockMainWindow.cpp
+++ b/kdejava/koala/kdejava/DockMainWindow.cpp
@@ -57,7 +57,7 @@ public:
}
void resizeEvent(TQResizeEvent* arg1) {
if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.kde.qt.TQResizeEvent")) {
- KMainWindow::resizeEvent(arg1);
+ TDEMainWindow::resizeEvent(arg1);
}
return;
}
@@ -96,7 +96,7 @@ public:
}
void show() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","show")) {
- KMainWindow::show();
+ TDEMainWindow::show();
}
return;
}
@@ -120,7 +120,7 @@ public:
}
void hide() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","hide")) {
- KMainWindow::hide();
+ TDEMainWindow::hide();
}
return;
}
@@ -144,7 +144,7 @@ public:
}
void paintEvent(TQPaintEvent* arg1) {
if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.TQPaintEvent")) {
- KMainWindow::paintEvent(arg1);
+ TDEMainWindow::paintEvent(arg1);
}
return;
}
@@ -168,13 +168,13 @@ public:
}
void showAboutApplication() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.DockMainWindow","showAboutApplication")) {
- KMainWindow::showAboutApplication();
+ TDEMainWindow::showAboutApplication();
}
return;
}
void readGlobalProperties(TDEConfig* arg1) {
if (!QtSupport::eventDelegate(this,"readGlobalProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
- KMainWindow::readGlobalProperties(arg1);
+ TDEMainWindow::readGlobalProperties(arg1);
}
return;
}
@@ -195,7 +195,7 @@ public:
}
void saveProperties(TDEConfig* arg1) {
if (!QtSupport::eventDelegate(this,"saveProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
- KMainWindow::saveProperties(arg1);
+ TDEMainWindow::saveProperties(arg1);
}
return;
}
@@ -252,13 +252,13 @@ public:
}
void closeEvent(TQCloseEvent* arg1) {
if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.kde.qt.TQCloseEvent")) {
- KMainWindow::closeEvent(arg1);
+ TDEMainWindow::closeEvent(arg1);
}
return;
}
void readProperties(TDEConfig* arg1) {
if (!QtSupport::eventDelegate(this,"readProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
- KMainWindow::readProperties(arg1);
+ TDEMainWindow::readProperties(arg1);
}
return;
}
@@ -300,7 +300,7 @@ public:
}
void childEvent(TQChildEvent* arg1) {
if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
- KMainWindow::childEvent(arg1);
+ TDEMainWindow::childEvent(arg1);
}
return;
}
@@ -318,7 +318,7 @@ public:
}
void setIcon(const TQPixmap& arg1) {
if (!QtSupport::eventDelegate(this,"setIcon",(void*)&arg1,"org.kde.qt.TQPixmap")) {
- KMainWindow::setIcon(arg1);
+ TDEMainWindow::setIcon(arg1);
}
return;
}
@@ -417,7 +417,7 @@ public:
}
void saveGlobalProperties(TDEConfig* arg1) {
if (!QtSupport::eventDelegate(this,"saveGlobalProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
- KMainWindow::saveGlobalProperties(arg1);
+ TDEMainWindow::saveGlobalProperties(arg1);
}
return;
}