summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/clipboard/umldrag.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/clipboard/umldrag.h')
-rw-r--r--umbrello/umbrello/clipboard/umldrag.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/umbrello/umbrello/clipboard/umldrag.h b/umbrello/umbrello/clipboard/umldrag.h
index 97cbffb5..315e3c98 100644
--- a/umbrello/umbrello/clipboard/umldrag.h
+++ b/umbrello/umbrello/clipboard/umldrag.h
@@ -35,8 +35,9 @@ class UMLListView;
class UMLDragPrivate;
class UMLClassifier;
-class Q_EXPORT UMLDrag : public TQDragObject {
+class TQ_EXPORT UMLDrag : public TQDragObject {
Q_OBJECT
+ TQ_OBJECT
UMLDragPrivate* data;
public:
@@ -148,7 +149,7 @@ public:
*
* @param dataName the name of the data type to return
*/
- virtual TQByteArray encodedData(const char* dataName) const;
+ virtual TQByteArray tqencodedData(const char* dataName) const;
/**
* For use when the user selects only UML Objects
@@ -174,7 +175,7 @@ public:
*/
static bool decodeClip3(const TQMimeSource* mimeSource,
UMLListViewItemList& umlListViewItems,
- const UMLListView* parentListView=0);
+ const UMLListView* tqparentListView=0);
struct LvTypeAndID {
Uml::ListView_Type type;