diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:33 -0600 |
commit | 9aa2a73641f4d386c9667ac946cebfabca872940 (patch) | |
tree | 9d6d443b7e100cbe48a8747207f7f2db1d42e141 /src/itemdocument.h | |
parent | 0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 (diff) | |
download | ktechlab-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.h | 4 |
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 |