diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:28 -0600 |
commit | 3c87ec12c23bf62d3f60a7dd64020af8e0b997ce (patch) | |
tree | af5b4b5472d6e9ca5f87b12ceafda358b79d92c6 /kregexpeditor/zerowidgets.cpp | |
parent | e31dd7c37ff5af25163426915faddfd43327031f (diff) | |
download | tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.tar.gz tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.zip |
Rename additional global TQt functions
Diffstat (limited to 'kregexpeditor/zerowidgets.cpp')
-rw-r--r-- | kregexpeditor/zerowidgets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/zerowidgets.cpp b/kregexpeditor/zerowidgets.cpp index 7c1f6c6..c403dce 100644 --- a/kregexpeditor/zerowidgets.cpp +++ b/kregexpeditor/zerowidgets.cpp @@ -39,7 +39,7 @@ ZeroWidget::ZeroWidget(TQString txt, RegExpEditorWindow* editorWindow, void ZeroWidget::addNewChild(DragAccepter *, RegExpWidget *) { - qFatal("No children should be added to this widget!"); + tqFatal("No children should be added to this widget!"); } TQSize ZeroWidget::sizeHint() const |