summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KMdiChildArea.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KMdiChildArea.java')
-rw-r--r--kdejava/koala/org/kde/koala/KMdiChildArea.java42
1 files changed, 21 insertions, 21 deletions
diff --git a/kdejava/koala/org/kde/koala/KMdiChildArea.java b/kdejava/koala/org/kde/koala/KMdiChildArea.java
index 61542b7f..677d57c1 100644
--- a/kdejava/koala/org/kde/koala/KMdiChildArea.java
+++ b/kdejava/koala/org/kde/koala/KMdiChildArea.java
@@ -2,15 +2,15 @@
package org.kde.koala;
import org.kde.qt.Qt;
-import org.kde.qt.QColor;
-import org.kde.qt.QFont;
-import org.kde.qt.QMetaObject;
+import org.kde.qt.TQColor;
+import org.kde.qt.TQFont;
+import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
-import org.kde.qt.QPoint;
-import org.kde.qt.QMouseEvent;
-import org.kde.qt.QWidget;
-import org.kde.qt.QResizeEvent;
-import org.kde.qt.QFrame;
+import org.kde.qt.TQPoint;
+import org.kde.qt.TQMouseEvent;
+import org.kde.qt.TQWidget;
+import org.kde.qt.TQResizeEvent;
+import org.kde.qt.TQFrame;
/**
@@ -26,19 +26,19 @@ import org.kde.qt.QFrame;
@short Internal class.
*/
-public class KMdiChildArea extends QFrame {
+public class KMdiChildArea extends TQFrame {
protected KMdiChildArea(Class dummy){super((Class) null);}
- public native QMetaObject metaObject();
+ public native TQMetaObject metaObject();
public native String className();
/**
Consruction. Note: This class needn't to know about KMdiMainFrm .
@short Consruction.
*/
- public KMdiChildArea(QWidget parent) {
+ public KMdiChildArea(TQWidget parent) {
super((Class) null);
newKMdiChildArea(parent);
}
- private native void newKMdiChildArea(QWidget parent);
+ private native void newKMdiChildArea(TQWidget parent);
/**
Appends a new KMdiChildFrm to this manager.
The child is shown,raised and gets focus if this window has it.
@@ -86,38 +86,38 @@ public class KMdiChildArea extends QFrame {
@param indexOfWindow the index of the window in relation the z-ordered window list
@short Calculates the cascade point for the given index.
*/
- public native QPoint getCascadePoint(int indexOfWindow);
- public native QPoint getCascadePoint();
+ public native TQPoint getCascadePoint(int indexOfWindow);
+ public native TQPoint getCascadePoint();
/**
Sets the MDI childframe window caption font
A relayout does not occur when using this function
@short Sets the MDI childframe window caption font A relayout does not occur when using this function
*/
- public native void setMdiCaptionFont(QFont fnt);
+ public native void setMdiCaptionFont(TQFont fnt);
/**
Sets the foreground color of the active MDI childframe window caption
A relayout does not occur when using this function
@short Sets the foreground color of the active MDI childframe window caption A relayout does not occur when using this function
*/
- public native void setMdiCaptionActiveForeColor(QColor clr);
+ public native void setMdiCaptionActiveForeColor(TQColor clr);
/**
Sets the background color of the active MDI childframe window captions
A relayout does not occur when using this function
@short Sets the background color of the active MDI childframe window captions A relayout does not occur when using this function
*/
- public native void setMdiCaptionActiveBackColor(QColor clr);
+ public native void setMdiCaptionActiveBackColor(TQColor clr);
/**
Sets the foreground color of inactive MDI childframe window captions
A relayout does not occur when using this function
@short Sets the foreground color of inactive MDI childframe window captions A relayout does not occur when using this function
*/
- public native void setMdiCaptionInactiveForeColor(QColor clr);
+ public native void setMdiCaptionInactiveForeColor(TQColor clr);
/**
Sets the background color of inactive MDI childframe window captions
A relayout does not occur when using this function
@short Sets the background color of inactive MDI childframe window captions A relayout does not occur when using this function
*/
- public native void setMdiCaptionInactiveBackColor(QColor clr);
+ public native void setMdiCaptionInactiveBackColor(TQColor clr);
/**
Cascades all windows resizing them to the minimum size.
@short Cascades all windows resizing them to the minimum size.
@@ -173,12 +173,12 @@ public class KMdiChildArea extends QFrame {
Automatically resizes a maximized MDI view and layouts the positions of minimized MDI views.
@short Automatically resizes a maximized MDI view and layouts the positions of minimized MDI views.
*/
- protected native void resizeEvent(QResizeEvent arg1);
+ protected native void resizeEvent(TQResizeEvent arg1);
/**
Shows the 'Window' popup menu on right mouse button click
@short Shows the 'Window' popup menu on right mouse button click
*/
- protected native void mousePressEvent(QMouseEvent e);
+ protected native void mousePressEvent(TQMouseEvent e);
/**
Internally used. Actions that are necessary when an MDI view gets minimized
@short Internally used.