From 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 8 Oct 2013 00:13:25 +0200 Subject: Initial TQt conversion --- src/searchresultsdlg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/searchresultsdlg.h') diff --git a/src/searchresultsdlg.h b/src/searchresultsdlg.h index d636f8f..9c30500 100644 --- a/src/searchresultsdlg.h +++ b/src/searchresultsdlg.h @@ -28,8 +28,8 @@ #ifndef SEARCHRESULTSDLG_H #define SEARCHRESULTSDLG_H -#include -#include +#include +#include #include "searchresultslayout.h" /** @@ -42,12 +42,12 @@ class SearchResultsDlg : public SearchResultsLayout Q_OBJECT public: - SearchResultsDlg(QWidget* pParent = 0, const char* szName = 0); + SearchResultsDlg(TQWidget* pParent = 0, const char* szName = 0); ~SearchResultsDlg(); void setColumn(int); int getColumn(); - void getPattern(QRegExp&); + void getPattern(TQRegExp&); /** * @return true if the search pattern should be negated, false otherwise -- cgit v1.2.1