summaryrefslogtreecommitdiffstats
path: root/konversation/src/searchbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/searchbar.cpp')
-rw-r--r--konversation/src/searchbar.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/konversation/src/searchbar.cpp b/konversation/src/searchbar.cpp
index 38946c0..5223034 100644
--- a/konversation/src/searchbar.cpp
+++ b/konversation/src/searchbar.cpp
@@ -14,7 +14,7 @@
#include <tqcheckbox.h>
#include <tqtimer.h>
-#include <tqpalette.h>
+#include <palette.h>
#include <tqaccel.h>
#include <tqlabel.h>
#include <tqpixmap.h>
@@ -126,7 +126,7 @@ void SearchBar::slotFind()
m_searchEdit->unsetPalette();
m_findNextButton->setEnabled(false);
m_findPreviousButton->setEnabled(false);
- settqStatus(TQPixmap(), "");
+ setStatus(TQPixmap(), "");
return;
}
@@ -140,7 +140,7 @@ void SearchBar::slotFindNext()
m_searchEdit->unsetPalette();
m_findNextButton->setEnabled(false);
m_findPreviousButton->setEnabled(false);
- settqStatus(TQPixmap(), "");
+ setStatus(TQPixmap(), "");
return;
}
@@ -154,7 +154,7 @@ void SearchBar::slotFindPrevious()
m_searchEdit->unsetPalette();
m_findNextButton->setEnabled(false);
m_findPreviousButton->setEnabled(false);
- settqStatus(TQPixmap(), "");
+ setStatus(TQPixmap(), "");
return;
}
@@ -170,7 +170,7 @@ void SearchBar::setHasMatch(bool value)
m_findPreviousButton->setEnabled(value);
}
-void SearchBar::settqStatus(const TQPixmap& pix, const TQString& text)
+void SearchBar::setStatus(const TQPixmap& pix, const TQString& text)
{
if(!text.isEmpty()) {
m_statusPixLabel->show();