summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KMdiChildFrm.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KMdiChildFrm.java')
-rw-r--r--kdejava/koala/org/kde/koala/KMdiChildFrm.java30
1 files changed, 15 insertions, 15 deletions
diff --git a/kdejava/koala/org/kde/koala/KMdiChildFrm.java b/kdejava/koala/org/kde/koala/KMdiChildFrm.java
index 5f991b77..10732335 100644
--- a/kdejava/koala/org/kde/koala/KMdiChildFrm.java
+++ b/kdejava/koala/org/kde/koala/KMdiChildFrm.java
@@ -2,26 +2,26 @@
package org.kde.koala;
import org.kde.qt.Qt;
-import org.kde.qt.QRect;
-import org.kde.qt.QMetaObject;
+import org.kde.qt.TQRect;
+import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
-import org.kde.qt.QPopupMenu;
-import org.kde.qt.QPixmap;
-import org.kde.qt.QPoint;
-import org.kde.qt.QFrame;
+import org.kde.qt.TQPopupMenu;
+import org.kde.qt.TQPixmap;
+import org.kde.qt.TQPoint;
+import org.kde.qt.TQFrame;
/**
@short Internal class. It's an MDI child frame widget. It contains a view widget and a frame caption. Usually you derive from its view.
*/
-public class KMdiChildFrm extends QFrame {
+public class KMdiChildFrm extends TQFrame {
protected KMdiChildFrm(Class dummy){super((Class) null);}
public static final int Normal = 0;
public static final int Maximized = 1;
public static final int Minimized = 2;
- public native QMetaObject metaObject();
+ public native TQMetaObject metaObject();
public native String className();
/**
Creates a new KMdiChildFrm class.
@@ -40,18 +40,18 @@ public class KMdiChildFrm extends QFrame {
Removes the event filter.
@short Reparents the client widget to 0 (desktop), moves with an offset from the original position Removes the event filter.
*/
- public native void unsetClient(QPoint positionOffset);
+ public native void unsetClient(TQPoint positionOffset);
public native void unsetClient();
/**
Sets the window icon pointer.
@short Sets the window icon pointer.
*/
- public native void setIcon(QPixmap pxm);
+ public native void setIcon(TQPixmap pxm);
/**
Returns the child frame icon.
@short Returns the child frame icon.
*/
- public native QPixmap icon();
+ public native TQPixmap icon();
/**
Enables or disables the close button
@short Enables or disables the close button
@@ -82,17 +82,17 @@ public class KMdiChildFrm extends QFrame {
Returns the inner client area of the parent of this (which is KMdiChildArea).
@short Returns the inner client area of the parent of this (which is KMdiChildArea).
*/
- public native QRect mdiAreaContentsRect();
+ public native TQRect mdiAreaContentsRect();
/**
Returns the geometry that will be restored by calling restore().
@short Returns the geometry that will be restored by calling restore().
*/
- public native QRect restoreGeometry();
+ public native TQRect restoreGeometry();
/**
Sets the geometry that will be restored by calling restore().
@short Sets the geometry that will be restored by calling restore().
*/
- public native void setRestoreGeometry(QRect newRestGeo);
+ public native void setRestoreGeometry(TQRect newRestGeo);
/**
Forces updating the rects of the caption and so...
It may be useful when setting the mdiCaptionFont of the MdiManager
@@ -103,7 +103,7 @@ public class KMdiChildFrm extends QFrame {
Returns the system menu.
@short Returns the system menu.
*/
- public native QPopupMenu systemMenu();
+ public native TQPopupMenu systemMenu();
/**
Returns the caption bar height
@short Returns the caption bar height