summaryrefslogtreecommitdiffstats
path: root/src/itemdocument.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
commit9aa2a73641f4d386c9667ac946cebfabca872940 (patch)
tree9d6d443b7e100cbe48a8747207f7f2db1d42e141 /src/itemdocument.h
parent0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 (diff)
downloadktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.tar.gz
ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/itemdocument.h')
-rw-r--r--src/itemdocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/itemdocument.h b/src/itemdocument.h
index 6c5b33b..1194ee3 100644
--- a/src/itemdocument.h
+++ b/src/itemdocument.h
@@ -27,7 +27,7 @@ class ItemGroup;
class KTechlab;
class Operation;
-class KActionMenu;
+class TDEActionMenu;
class TQCanvasItem;
typedef TQPtrStack<ItemDocumentData> IDDStack;
@@ -382,7 +382,7 @@ class ItemDocument : public Document
TQString m_fileExtensionInfo; // For displaying in the save file dialog
CanvasTip * m_canvasTip;
IntItemMap m_zOrder;
- KActionMenu * m_pAlignmentAction;
+ TDEActionMenu * m_pAlignmentAction;
TQTimer * m_pEventTimer;
unsigned m_queuedEvents; // OR'ed together list of ItemDocumentEvent::type