summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-01 17:54:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-01 22:23:13 +0900
commit854ae8e07b5b84b8814546c46c59d050101a586b (patch)
tree4c50ce030f0f9ce9da5cfcd2279847c51674833e
parent35014b8f02bb565f63a3d10f6cd2e461aa0dc131 (diff)
downloadtdesdk-854ae8e07b5b84b8814546c46c59d050101a586b.tar.gz
tdesdk-854ae8e07b5b84b8814546c46c59d050101a586b.zip
Replace tqt_mo_* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a917f919a183240a1631b9bf500ba6c8df5cbb58)
-rw-r--r--kspy/classinfoview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspy/classinfoview.cpp b/kspy/classinfoview.cpp
index b5e34731..e320ab78 100644
--- a/kspy/classinfoview.cpp
+++ b/kspy/classinfoview.cpp
@@ -45,7 +45,7 @@ void ClassInfoView::buildList( TQObject *o )
for (int index = 0; index < mo->numClassInfo(true); index++) {
const TQClassInfo * classInfo = mo->classInfo(index, true);
- new TDEListViewItem( this, classInfo->tqt_mo_ci_name, classInfo->tqt_mo_ci_value );
+ new TDEListViewItem( this, classInfo->name, classInfo->value );
}
}