summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/regexpwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
commit3c87ec12c23bf62d3f60a7dd64020af8e0b997ce (patch)
treeaf5b4b5472d6e9ca5f87b12ceafda358b79d92c6 /kregexpeditor/regexpwidget.cpp
parente31dd7c37ff5af25163426915faddfd43327031f (diff)
downloadtdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.tar.gz
tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.zip
Rename additional global TQt functions
Diffstat (limited to 'kregexpeditor/regexpwidget.cpp')
-rw-r--r--kregexpeditor/regexpwidget.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kregexpeditor/regexpwidget.cpp b/kregexpeditor/regexpwidget.cpp
index 231848f..c139180 100644
--- a/kregexpeditor/regexpwidget.cpp
+++ b/kregexpeditor/regexpwidget.cpp
@@ -43,17 +43,17 @@ RegExpWidget::RegExpWidget(RegExpEditorWindow* editorWindow, TQWidget *parent,
void RegExpWidget::addNewChild(DragAccepter *, RegExpWidget *)
{
- qFatal("This widget should not expect any children");
+ tqFatal("This widget should not expect any children");
}
void RegExpWidget::addNewConcChild(DragAccepter *, ConcWidget *)
{
- qFatal("This widget should not expect any children");
+ tqFatal("This widget should not expect any children");
}
void RegExpWidget::setConcChild(ConcWidget *)
{
- qFatal("This widget should not expect any children");
+ tqFatal("This widget should not expect any children");
}
bool RegExpWidget::updateSelection(bool parentSelected)
@@ -95,12 +95,12 @@ void RegExpWidget::clearSelection()
void RegExpWidget::applyRegExpToSelection( RegExpType )
{
- qFatal("This method should not be called for this widget");
+ tqFatal("This method should not be called for this widget");
}
void RegExpWidget::deleteSelection()
{
- qFatal("This method should be overridden if needed!");
+ tqFatal("This method should be overridden if needed!");
}
RegExp* RegExpWidget::selection() const
@@ -110,7 +110,7 @@ RegExp* RegExpWidget::selection() const
int RegExpWidget::edit()
{
- qFatal("This method should be overridden if needed!");
+ tqFatal("This method should be overridden if needed!");
return 0; // Compiler shut up
}