diff options
Diffstat (limited to 'kcoloredit')
-rw-r--r-- | kcoloredit/kcoloreditview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/kcoloreditview.cpp b/kcoloredit/kcoloreditview.cpp index 1abfd861..b82a92ca 100644 --- a/kcoloredit/kcoloreditview.cpp +++ b/kcoloredit/kcoloreditview.cpp @@ -145,7 +145,7 @@ void KColorEditView::setColorAtCursorComponentValueLabelSizes(TQLabel* const lab } KColorEditDoc *KColorEditView::document() const { - KColorEditApp *theApp=(KColorEditApp *) tqparentWidget(); + KColorEditApp *theApp=(KColorEditApp *) parentWidget(); return theApp->document(); } |