summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KURLBarItem.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KURLBarItem.java')
-rw-r--r--kdejava/koala/org/kde/koala/KURLBarItem.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/kdejava/koala/org/kde/koala/KURLBarItem.java b/kdejava/koala/org/kde/koala/KURLBarItem.java
index 1f28c39f..2a835ace 100644
--- a/kdejava/koala/org/kde/koala/KURLBarItem.java
+++ b/kdejava/koala/org/kde/koala/KURLBarItem.java
@@ -2,12 +2,12 @@
package org.kde.koala;
import org.kde.qt.Qt;
-import org.kde.qt.QListBox;
+import org.kde.qt.TQListBox;
import org.kde.qt.QtSupport;
-import org.kde.qt.QPixmap;
-import org.kde.qt.QSize;
-import org.kde.qt.QPainter;
-import org.kde.qt.QListBoxPixmap;
+import org.kde.qt.TQPixmap;
+import org.kde.qt.TQSize;
+import org.kde.qt.TQPainter;
+import org.kde.qt.TQListBoxPixmap;
/**
@@ -20,7 +20,7 @@ import org.kde.qt.QListBoxPixmap;
@see KURLBarListBox
*/
-public class KURLBarItem extends QListBoxPixmap {
+public class KURLBarItem extends TQListBoxPixmap {
protected KURLBarItem(Class dummy){super((Class) null);}
/**
Creates a KURLBarItem to be used in the <code>parent</code> KURLBar. You need
@@ -117,17 +117,17 @@ public class KURLBarItem extends QListBoxPixmap {
returns the preferred size of this item
@short returns the preferred size of this item
*/
- public native QSize sizeHint();
+ public native TQSize sizeHint();
/**
returns the width of this item.
@short returns the width of this item.
*/
- public native int width(QListBox arg1);
+ public native int width(TQListBox arg1);
/**
returns the height of this item.
@short returns the height of this item.
*/
- public native int height(QListBox arg1);
+ public native int height(TQListBox arg1);
/**
returns the url of this item.
@short returns the url of this item.
@@ -162,7 +162,7 @@ public class KURLBarItem extends QListBoxPixmap {
returns the pixmap of this item.
@short returns the pixmap of this item.
*/
- public native QPixmap pixmap();
+ public native TQPixmap pixmap();
/**
Makes this item a local or global one. This has only an effect
on persistent items of course.
@@ -185,7 +185,7 @@ public class KURLBarItem extends QListBoxPixmap {
@short returns whether this item is persistent (via KURLBar.writeConfig() and KURLBar.readConfig()) or not.
*/
public native boolean isPersistent();
- protected native void paint(QPainter p);
+ protected native void paint(TQPainter p);
/** Deletes the wrapped C++ instance */
protected native void finalize() throws InternalError;
/** Delete the wrapped C++ instance ahead of finalize() */