diff options
Diffstat (limited to 'kregexpeditor/concwidget.cpp')
-rw-r--r-- | kregexpeditor/concwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/concwidget.cpp b/kregexpeditor/concwidget.cpp index 8cbff9e..900b09f 100644 --- a/kregexpeditor/concwidget.cpp +++ b/kregexpeditor/concwidget.cpp @@ -385,7 +385,7 @@ void ConcWidget::addNewConcChild(DragAccepter *accepter, ConcWidget *other) return; } } - qFatal("accepter not found"); + tqFatal("accepter not found"); } bool ConcWidget::validateSelection() const |