From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- qtjava/javalib/org/kde/qt/QListBoxItem.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'qtjava/javalib/org/kde/qt/QListBoxItem.java') diff --git a/qtjava/javalib/org/kde/qt/QListBoxItem.java b/qtjava/javalib/org/kde/qt/QListBoxItem.java index 268f2cb1..6803a9fd 100644 --- a/qtjava/javalib/org/kde/qt/QListBoxItem.java +++ b/qtjava/javalib/org/kde/qt/QListBoxItem.java @@ -3,23 +3,23 @@ package org.kde.qt; import org.kde.qt.Qt; -public class QListBoxItem implements QtSupport { +public class TQListBoxItem implements QtSupport { private long _qt; private boolean _allocatedInJavaWorld = true; - protected QListBoxItem(Class dummy){} + protected TQListBoxItem(Class dummy){} public native String text(); - public native QPixmap pixmap(); - public native int height(QListBox arg1); - public native int width(QListBox arg1); + public native TQPixmap pixmap(); + public native int height(TQListBox arg1); + public native int width(TQListBox arg1); public native boolean isSelected(); public native boolean isCurrent(); public native boolean selected(); public native boolean current(); - public native QListBox listBox(); + public native TQListBox listBox(); public native void setSelectable(boolean b); public native boolean isSelectable(); - public native QListBoxItem next(); - public native QListBoxItem prev(); + public native TQListBoxItem next(); + public native TQListBoxItem prev(); public native int rtti(); } -- cgit v1.2.1