diff options
Diffstat (limited to 'languages/php/phperrorview.cpp')
-rw-r--r-- | languages/php/phperrorview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/php/phperrorview.cpp b/languages/php/phperrorview.cpp index 11e3066f..cec0b4fb 100644 --- a/languages/php/phperrorview.cpp +++ b/languages/php/phperrorview.cpp @@ -50,7 +50,7 @@ #include <tqwhatsthis.h> #include <tqtabbar.h> #include <tqwidgetstack.h> -#include <tqlayout.h> +#include <layout.h> #include <tqlineedit.h> class ProblemItem: public KListViewItem @@ -151,7 +151,7 @@ void PHPErrorView::slotFilter() if(!m_tabBar->isTabEnabled(4)) m_tabBar->setTabEnabled(4,true); - m_tabBar->tab(4)->setText(i18n("Filtered: %1").tqarg( m_filterEdit->text() )); + m_tabBar->tab(4)->setText(i18n("Filtered: %1").arg( m_filterEdit->text() )); m_tabBar->setCurrentTab(4); m_filteredList->clear(); |