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.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/kdejava/koala/kdejava/DockMainWindow.cpp b/kdejava/koala/kdejava/DockMainWindow.cpp
index 542e87d7..a142fe0a 100644
--- a/kdejava/koala/kdejava/DockMainWindow.cpp
+++ b/kdejava/koala/kdejava/DockMainWindow.cpp
@@ -172,8 +172,8 @@ public:
}
return;
}
- void readGlobalProperties(KConfig* arg1) {
- if (!QtSupport::eventDelegate(this,"readGlobalProperties",(void*)arg1,"org.kde.koala.KConfig")) {
+ void readGlobalProperties(TDEConfig* arg1) {
+ if (!QtSupport::eventDelegate(this,"readGlobalProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
KMainWindow::readGlobalProperties(arg1);
}
return;
@@ -193,8 +193,8 @@ public:
bool queryExit() {
return QtSupport::booleanDelegate(this,"queryExit");
}
- void saveProperties(KConfig* arg1) {
- if (!QtSupport::eventDelegate(this,"saveProperties",(void*)arg1,"org.kde.koala.KConfig")) {
+ void saveProperties(TDEConfig* arg1) {
+ if (!QtSupport::eventDelegate(this,"saveProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
KMainWindow::saveProperties(arg1);
}
return;
@@ -256,8 +256,8 @@ public:
}
return;
}
- void readProperties(KConfig* arg1) {
- if (!QtSupport::eventDelegate(this,"readProperties",(void*)arg1,"org.kde.koala.KConfig")) {
+ void readProperties(TDEConfig* arg1) {
+ if (!QtSupport::eventDelegate(this,"readProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
KMainWindow::readProperties(arg1);
}
return;
@@ -415,8 +415,8 @@ public:
}
return;
}
- void saveGlobalProperties(KConfig* arg1) {
- if (!QtSupport::eventDelegate(this,"saveGlobalProperties",(void*)arg1,"org.kde.koala.KConfig")) {
+ void saveGlobalProperties(TDEConfig* arg1) {
+ if (!QtSupport::eventDelegate(this,"saveGlobalProperties",(void*)arg1,"org.kde.koala.TDEConfig")) {
KMainWindow::saveGlobalProperties(arg1);
}
return;