diff options
Diffstat (limited to 'knode/kngroupdialog.cpp')
-rw-r--r-- | knode/kngroupdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/kngroupdialog.cpp b/knode/kngroupdialog.cpp index 4d86178fb..8265be68c 100644 --- a/knode/kngroupdialog.cpp +++ b/knode/kngroupdialog.cpp @@ -177,7 +177,7 @@ void KNGroupDialog::setButtonDirection(arrowButton b, arrowDirection d) void KNGroupDialog::slotItemSelected(TQListViewItem *it) { - const TQObject *s=TQT_TQOBJECT(sender()); + const TQObject *s=TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(sender())); if(TQT_BASE_OBJECT_CONST(s)==TQT_BASE_OBJECT(subView)) { |