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/queryviewdlg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/queryviewdlg.h') diff --git a/src/queryviewdlg.h b/src/queryviewdlg.h index fc1c2f7..f78ee21 100644 --- a/src/queryviewdlg.h +++ b/src/queryviewdlg.h @@ -50,7 +50,7 @@ class QueryViewDlg : public QueryViewLayout Q_OBJECT public: - QueryViewDlg(uint nFlags = 0, QWidget* pParent = 0, + QueryViewDlg(uint nFlags = 0, TQWidget* pParent = 0, const char* szName = 0); ~QueryViewDlg(); @@ -58,7 +58,7 @@ public: enum { CloseOnSelect = 0x1, DestroyOnClose = 0x2, DestroyOnSelect = CloseOnSelect | DestroyOnClose }; - void query(uint, const QString&, bool bCase = true); + void query(uint, const TQString&, bool bCase = true); QueryView::Iterator getIterator(); @@ -69,7 +69,7 @@ signals: * @param sFile The "File" field of the selected record * @param nLine The "Line" field of the selected record */ - void lineRequested(const QString& sFile, uint nLine); + void lineRequested(const TQString& sFile, uint nLine); private: /** Flags the control the behaviour of the dialogue. */ @@ -81,7 +81,7 @@ private: private slots: void slotShow(); - void slotLineRequested(const QString&, uint); + void slotLineRequested(const TQString&, uint); }; #endif -- cgit v1.2.1