summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qcolordialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/qcolordialog.cpp')
-rw-r--r--src/dialogs/qcolordialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/qcolordialog.cpp b/src/dialogs/qcolordialog.cpp
index fada75546..a4863f868 100644
--- a/src/dialogs/qcolordialog.cpp
+++ b/src/dialogs/qcolordialog.cpp
@@ -327,7 +327,7 @@ void TQWellArray::setSelected( int row, int col )
if ( row >= 0 )
emit selected( row, col );
- if ( isVisible() && ::qt_cast<TQPopupMenu*>(parentWidget()) )
+ if ( isVisible() && ::tqt_cast<TQPopupMenu*>(parentWidget()) )
parentWidget()->close();
}