summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/KMdiMainFrm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/kdejava/KMdiMainFrm.cpp')
-rw-r--r--kdejava/koala/kdejava/KMdiMainFrm.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/kdejava/koala/kdejava/KMdiMainFrm.cpp b/kdejava/koala/kdejava/KMdiMainFrm.cpp
index 7181f64d..a3c39daf 100644
--- a/kdejava/koala/kdejava/KMdiMainFrm.cpp
+++ b/kdejava/koala/kdejava/KMdiMainFrm.cpp
@@ -303,7 +303,7 @@ public:
}
void show() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMdiMainFrm","show")) {
- KMainWindow::show();
+ TDEMainWindow::show();
}
return;
}
@@ -339,7 +339,7 @@ public:
}
void hide() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMdiMainFrm","hide")) {
- KMainWindow::hide();
+ TDEMainWindow::hide();
}
return;
}
@@ -375,7 +375,7 @@ public:
}
void paintEvent(TQPaintEvent* arg1) {
if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.TQPaintEvent")) {
- KMainWindow::paintEvent(arg1);
+ TDEMainWindow::paintEvent(arg1);
}
return;
}
@@ -417,13 +417,13 @@ public:
}
void showAboutApplication() {
if (!QtSupport::voidDelegate(this,"org.kde.koala.KMdiMainFrm","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;
}
@@ -444,7 +444,7 @@ public:
}
void saveProperties(TDEConfig* arg1) {
if (!QtSupport::eventDelegate(this,"saveProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
- KMainWindow::saveProperties(arg1);
+ TDEMainWindow::saveProperties(arg1);
}
return;
}
@@ -525,7 +525,7 @@ public:
}
void closeEvent(TQCloseEvent* arg1) {
if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.kde.qt.TQCloseEvent")) {
- KMainWindow::closeEvent(arg1);
+ TDEMainWindow::closeEvent(arg1);
}
return;
}
@@ -543,7 +543,7 @@ public:
}
void readProperties(TDEConfig* arg1) {
if (!QtSupport::eventDelegate(this,"readProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
- KMainWindow::readProperties(arg1);
+ TDEMainWindow::readProperties(arg1);
}
return;
}
@@ -591,7 +591,7 @@ public:
}
void childEvent(TQChildEvent* arg1) {
if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
- KMainWindow::childEvent(arg1);
+ TDEMainWindow::childEvent(arg1);
}
return;
}
@@ -621,7 +621,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;
}
@@ -768,7 +768,7 @@ public:
}
void saveGlobalProperties(TDEConfig* arg1) {
if (!QtSupport::eventDelegate(this,"saveGlobalProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
- KMainWindow::saveGlobalProperties(arg1);
+ TDEMainWindow::saveGlobalProperties(arg1);
}
return;
}