summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/KDockMainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/KDockMainWindow.cpp')
-rw-r--r--kdejava/koala/kdejava/KDockMainWindow.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/kdejava/koala/kdejava/KDockMainWindow.cpp b/kdejava/koala/kdejava/KDockMainWindow.cpp
index 9975034f..bd7f3160 100644
--- a/kdejava/koala/kdejava/KDockMainWindow.cpp
+++ b/kdejava/koala/kdejava/KDockMainWindow.cpp
@@ -35,7 +35,7 @@ public:
}
void resizeEvent(TQResizeEvent* arg1) {
if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.kde.qt.TQResizeEvent")) {
- KMainWindow::resizeEvent(arg1);
+ TDEMainWindow::resizeEvent(arg1);
}
return;
}
@@ -74,7 +74,7 @@ public:
}
void show() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KDockMainWindow","show")) {
- KMainWindow::show();
+ TDEMainWindow::show();
}
return;
}
@@ -98,7 +98,7 @@ public:
}
void hide() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KDockMainWindow","hide")) {
- KMainWindow::hide();
+ TDEMainWindow::hide();
}
return;
}
@@ -122,7 +122,7 @@ public:
}
void paintEvent(TQPaintEvent* arg1) {
if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.TQPaintEvent")) {
- KMainWindow::paintEvent(arg1);
+ TDEMainWindow::paintEvent(arg1);
}
return;
}
@@ -146,13 +146,13 @@ public:
}
void showAboutApplication() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KDockMainWindow","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;
}
@@ -173,7 +173,7 @@ public:
}
void saveProperties(TDEConfig* arg1) {
if (!QtSupport::eventDelegate(this,"saveProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
- KMainWindow::saveProperties(arg1);
+ TDEMainWindow::saveProperties(arg1);
}
return;
}
@@ -230,13 +230,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;
}
@@ -278,7 +278,7 @@ public:
}
void childEvent(TQChildEvent* arg1) {
if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
- KMainWindow::childEvent(arg1);
+ TDEMainWindow::childEvent(arg1);
}
return;
}
@@ -296,7 +296,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;
}
@@ -395,7 +395,7 @@ public:
}
void saveGlobalProperties(TDEConfig* arg1) {
if (!QtSupport::eventDelegate(this,"saveGlobalProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
- KMainWindow::saveGlobalProperties(arg1);
+ TDEMainWindow::saveGlobalProperties(arg1);
}
return;
}