diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-08 20:06:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-08 20:06:00 +0100 |
commit | 636f509299122d02087c6fd62e1e4a46dbd22026 (patch) | |
tree | 70e43efceeb5b00e7f19cdac8da44928bd2fb459 /qtjava/javalib/examples/dragdrop | |
parent | 719b61750c08343f530068ed4127623aeac71cf0 (diff) | |
download | tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.tar.gz tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.zip |
Rename many classes to avoid conflicts with KDE
Diffstat (limited to 'qtjava/javalib/examples/dragdrop')
-rw-r--r-- | qtjava/javalib/examples/dragdrop/DropSite.java | 2 | ||||
-rw-r--r-- | qtjava/javalib/examples/dragdrop/Main.java | 2 | ||||
-rw-r--r-- | qtjava/javalib/examples/dragdrop/SecretDrag.java | 2 | ||||
-rw-r--r-- | qtjava/javalib/examples/dragdrop/SecretSource.java | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/qtjava/javalib/examples/dragdrop/DropSite.java b/qtjava/javalib/examples/dragdrop/DropSite.java index 34f41f12..3b85dd93 100644 --- a/qtjava/javalib/examples/dragdrop/DropSite.java +++ b/qtjava/javalib/examples/dragdrop/DropSite.java @@ -11,7 +11,7 @@ * program may be used, distributed and modified without limitation. ** ****************************************************************************/ -import org.kde.qt.*; +import org.trinitydesktop.qt.*; import java.util.*; diff --git a/qtjava/javalib/examples/dragdrop/Main.java b/qtjava/javalib/examples/dragdrop/Main.java index 7ce5ff19..ed6c5309 100644 --- a/qtjava/javalib/examples/dragdrop/Main.java +++ b/qtjava/javalib/examples/dragdrop/Main.java @@ -10,7 +10,7 @@ ** ****************************************************************************/ -import org.kde.qt.*; +import org.trinitydesktop.qt.*; public class Main { diff --git a/qtjava/javalib/examples/dragdrop/SecretDrag.java b/qtjava/javalib/examples/dragdrop/SecretDrag.java index 5220fd9f..7d7d3f7b 100644 --- a/qtjava/javalib/examples/dragdrop/SecretDrag.java +++ b/qtjava/javalib/examples/dragdrop/SecretDrag.java @@ -11,7 +11,7 @@ * program may be used, distributed and modified without limitation. ** ****************************************************************************/ -import org.kde.qt.*; +import org.trinitydesktop.qt.*; class SecretDrag extends TQStoredDrag { diff --git a/qtjava/javalib/examples/dragdrop/SecretSource.java b/qtjava/javalib/examples/dragdrop/SecretSource.java index 9d26f73e..466803ed 100644 --- a/qtjava/javalib/examples/dragdrop/SecretSource.java +++ b/qtjava/javalib/examples/dragdrop/SecretSource.java @@ -11,7 +11,7 @@ * program may be used, distributed and modified without limitation. ** ****************************************************************************/ -import org.kde.qt.*; +import org.trinitydesktop.qt.*; class SecretSource extends TQLabel { |