diff options
Diffstat (limited to 'src/bookmarksdlg.h')
-rw-r--r-- | src/bookmarksdlg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bookmarksdlg.h b/src/bookmarksdlg.h index ab74f9d..aaeced1 100644 --- a/src/bookmarksdlg.h +++ b/src/bookmarksdlg.h @@ -35,18 +35,18 @@ class BookmarksDlg : public BookmarksLayout Q_OBJECT public: - BookmarksDlg(QWidget* pParent = 0, const char* szName = 0); + BookmarksDlg(TQWidget* pParent = 0, const char* szName = 0); ~BookmarksDlg(); QueryView* getView() { return m_pView; } - void getBookmark(QString&, uint&); + void getBookmark(TQString&, uint&); private: - QString m_sPath; + TQString m_sPath; uint m_nLine; private slots: - void slotLineRequested(const QString&, uint); + void slotLineRequested(const TQString&, uint); }; #endif |