From 7af884d886e2428d5b28e9cf7d81c97d7e378123 Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 16 Jan 2011 14:35:51 +0000 Subject: [kdewebdev/quanta] fix deprecation warnings; make compatible with QT_NO_ASCII_CAST flag git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1214823 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/utility/tagactionset.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta/utility/tagactionset.cpp') diff --git a/quanta/utility/tagactionset.cpp b/quanta/utility/tagactionset.cpp index a74df537..28f01ef8 100644 --- a/quanta/utility/tagactionset.cpp +++ b/quanta/utility/tagactionset.cpp @@ -100,7 +100,7 @@ void TagActionSet::initActions(TQWidget* /*parent*/) { KActionCollection* ac(TagActionManager::self()->actionCollection()); - TQString actionName = "apply_source_indentation"; + const char *actionName = "apply_source_indentation"; new KAction(i18n("Apply Source Indentation"), 0, this, TQT_SLOT(slotApplySourceIndentation()), ac, actionName); @@ -296,7 +296,7 @@ void TableTagActionSet::initActions(TQWidget* parent) // Insert___________________________________________________________________________ - TQString actionName = "insert_table"; + const char *actionName = "insert_table"; //m_actionNames += actionName; new KAction(i18n("Table..."), 0, this, TQT_SLOT(slotInsertTable()), -- cgit v1.2.3