summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDockMainWindow.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDockMainWindow.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDockMainWindow.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdejava/koala/org/kde/koala/KDockMainWindow.java b/kdejava/koala/org/kde/koala/KDockMainWindow.java
index ea035134..e749816e 100644
--- a/kdejava/koala/org/kde/koala/KDockMainWindow.java
+++ b/kdejava/koala/org/kde/koala/KDockMainWindow.java
@@ -11,7 +11,7 @@ import org.kde.qt.TQDomElement;
/**
- A special kind of KMainWindow that is able to have dockwidget child widgets (and member of the dockwidget class set).
+ A special kind of TDEMainWindow that is able to have dockwidget child widgets (and member of the dockwidget class set).
The main widget should be a KDockWidget where other KDockWidget can be docked to
the left, right, top, bottom or to the middle.
Note: dock to the middle means to drop on a dockwidget and to unite them to a new widget, a tab control.
@@ -48,10 +48,10 @@ import org.kde.qt.TQDomElement;
See {@link KDockMainWindowSignals} for signals emitted by KDockMainWindow
@author Max Judin (documentation: Falk Brettschneider).
- @short A special kind of KMainWindow that is able to have dockwidget child widgets (and member of the dockwidget class set).
+ @short A special kind of TDEMainWindow that is able to have dockwidget child widgets (and member of the dockwidget class set).
*/
-public class KDockMainWindow extends KMainWindow {
+public class KDockMainWindow extends TDEMainWindow {
protected KDockMainWindow(Class dummy){super((Class) null);}
public native TQMetaObject metaObject();
public native String className();