diff options
Diffstat (limited to 'parts/abbrev')
-rw-r--r-- | parts/abbrev/abbrevconfigwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/abbrev/abbrevconfigwidget.cpp b/parts/abbrev/abbrevconfigwidget.cpp index 97f5c02a..c21857f8 100644 --- a/parts/abbrev/abbrevconfigwidget.cpp +++ b/parts/abbrev/abbrevconfigwidget.cpp @@ -30,12 +30,12 @@ AbbrevConfigWidget::AbbrevConfigWidget(AbbrevPart *part, TQWidget *parent, const { m_part = part; - qWarning("creating abbrevconfigwidget for %d abbrevs", part->templates().allTemplates().count()); + tqWarning("creating abbrevconfigwidget for %d abbrevs", part->templates().allTemplates().count()); TQPtrList<CodeTemplate> templates = part->templates().allTemplates(); CodeTemplate *templ; for (templ = templates.first(); templ; templ = templates.next()) { - qWarning("creating item for code template "); + tqWarning("creating item for code template "); TQListViewItem *it = new TQListViewItem( listTemplates, templ->name, templ->description, |