diff options
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QSplashScreen.java')
-rw-r--r-- | qtjava/javalib/org/kde/qt/QSplashScreen.java | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/qtjava/javalib/org/kde/qt/QSplashScreen.java b/qtjava/javalib/org/kde/qt/QSplashScreen.java index 92f3ce0d..198521dc 100644 --- a/qtjava/javalib/org/kde/qt/QSplashScreen.java +++ b/qtjava/javalib/org/kde/qt/QSplashScreen.java @@ -4,39 +4,39 @@ package org.kde.qt; import org.kde.qt.Qt; /** - See {@link QSplashScreenSignals} for signals emitted by QSplashScreen + See {@link TQSplashScreenSignals} for signals emitted by TQSplashScreen */ -public class QSplashScreen extends QWidget { - protected QSplashScreen(Class dummy){super((Class) null);} - public native QMetaObject metaObject(); +public class TQSplashScreen extends TQWidget { + protected TQSplashScreen(Class dummy){super((Class) null);} + public native TQMetaObject metaObject(); public native String className(); - public QSplashScreen(QPixmap pixmap, int f) { + public TQSplashScreen(TQPixmap pixmap, int f) { super((Class) null); - newQSplashScreen(pixmap,f); + newTQSplashScreen(pixmap,f); } - private native void newQSplashScreen(QPixmap pixmap, int f); - public QSplashScreen(QPixmap pixmap) { + private native void newTQSplashScreen(TQPixmap pixmap, int f); + public TQSplashScreen(TQPixmap pixmap) { super((Class) null); - newQSplashScreen(pixmap); + newTQSplashScreen(pixmap); } - private native void newQSplashScreen(QPixmap pixmap); - public QSplashScreen() { + private native void newTQSplashScreen(TQPixmap pixmap); + public TQSplashScreen() { super((Class) null); - newQSplashScreen(); + newTQSplashScreen(); } - private native void newQSplashScreen(); - public native void setPixmap(QPixmap pixmap); - public native QPixmap pixmap(); - public native void finish(QWidget w); + private native void newTQSplashScreen(); + public native void setPixmap(TQPixmap pixmap); + public native TQPixmap pixmap(); + public native void finish(TQWidget w); public native void repaint(); - public native void message(String str, int flags, QColor color); + public native void message(String str, int flags, TQColor color); public native void message(String str, int flags); public native void message(String str); public native void clear(); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); - protected native void drawContents(QPainter painter); - protected native void mousePressEvent(QMouseEvent arg1); + protected native void drawContents(TQPainter painter); + protected native void mousePressEvent(TQMouseEvent arg1); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ |