diff options
author | Timothy Pearson <[email protected]> | 2012-03-07 21:15:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-07 21:15:28 -0600 |
commit | 2242eb95a7bcd686207e2043340fed5ccc8b7609 (patch) | |
tree | fd85f1fe082773ae6bc422b71392ded6bfa3c903 /tdm/kfrontend/themer/tdmitem.cpp | |
parent | 0a382195c4b1822d4120a50d8a6c1269467386ac (diff) | |
download | tdebase-2242eb95a7bcd686207e2043340fed5ccc8b7609.tar.gz tdebase-2242eb95a7bcd686207e2043340fed5ccc8b7609.zip |
Rename additional members for tqt3
Diffstat (limited to 'tdm/kfrontend/themer/tdmitem.cpp')
-rw-r--r-- | tdm/kfrontend/themer/tdmitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdm/kfrontend/themer/tdmitem.cpp b/tdm/kfrontend/themer/tdmitem.cpp index 8cf126b66..fb695462c 100644 --- a/tdm/kfrontend/themer/tdmitem.cpp +++ b/tdm/kfrontend/themer/tdmitem.cpp @@ -649,7 +649,7 @@ KdmItem::parentWidget() const if (!this->parent()) return 0; - if (parent()->qt_cast(TQWIDGET_OBJECT_NAME_STRING)) + if (parent()->tqt_cast(TQWIDGET_OBJECT_NAME_STRING)) return (TQWidget*)parent(); return ((KdmItem*)parent())->parentWidget(); } |