summaryrefslogtreecommitdiffstats
path: root/part/kxe_treeview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:35:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 18:50:51 +0900
commit3f22c122a9f1c8b94db1c37c60890cb1a0856a89 (patch)
treebe2a904b72a91b2dff85fb6652890ee689f7d143 /part/kxe_treeview.h
parentff2a80a1f4619db8fd6d3ecaa7f8d7259347c4fe (diff)
downloadkxmleditor-3f22c122a9f1c8b94db1c37c60890cb1a0856a89.tar.gz
kxmleditor-3f22c122a9f1c8b94db1c37c60890cb1a0856a89.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bd6c87d5b200c621524b7d3e2053e3875477a918)
Diffstat (limited to 'part/kxe_treeview.h')
-rw-r--r--part/kxe_treeview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/part/kxe_treeview.h b/part/kxe_treeview.h
index 481797e..f307ca2 100644
--- a/part/kxe_treeview.h
+++ b/part/kxe_treeview.h
@@ -41,7 +41,7 @@ class KXE_TreeViewItem;
*/
class KXE_TreeView : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
KXE_TreeView( KXMLGUIClient * pGUIClient, TQWidget * pParent = 0, const char * pszName = 0 );