From 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:58:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filter.cpp') diff --git a/src/filter.cpp b/src/filter.cpp index 78e2b80..f7dd503 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -59,7 +59,7 @@ FilterBar::FilterBar(TQWidget *parent, const char *name) m_resetButton->setIconSet(resetIconSet); m_resetButton->setTextLabel(i18n("Reset Filter"));//, /*groupText=*/"", this, TQT_SLOT(reset()), 0); m_resetButton->setAutoRaise(true); - //new KToolBarButton("locationbar_erase", /*id=*/1230, this, /*name=*/0, i18n("Reset Filter")); + //new TDEToolBarButton("locationbar_erase", /*id=*/1230, this, /*name=*/0, i18n("Reset Filter")); m_lineEdit = new FocusedLineEdit(this); TQLabel *label = new TQLabel(m_lineEdit, i18n("&Filter: "), this); m_tagsBox = new FocusedComboBox(this); -- cgit v1.2.1