diff options
Diffstat (limited to 'bibletime/frontend/searchdialog/csearchresultview.h')
-rw-r--r-- | bibletime/frontend/searchdialog/csearchresultview.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/bibletime/frontend/searchdialog/csearchresultview.h b/bibletime/frontend/searchdialog/csearchresultview.h index b3f4dc4..11e49d5 100644 --- a/bibletime/frontend/searchdialog/csearchresultview.h +++ b/bibletime/frontend/searchdialog/csearchresultview.h @@ -19,10 +19,10 @@ #include <klistview.h> //forward declarations -class QLabel; -class QCheckBox; -class QPushButton; -class QRadioButton; +class TQLabel; +class TQCheckBox; +class TQPushButton; +class TQRadioButton; class KComboBox; class KActionMenu; @@ -39,7 +39,7 @@ namespace Search { class CSearchResultView : public KListView { Q_OBJECT public: - CSearchResultView(QWidget* parent, const char* name = 0); + CSearchResultView(TQWidget* parent, const char* name = 0); virtual ~CSearchResultView(); /** Returns the module which is currently used. */ CSwordModuleInfo* const module(); @@ -50,7 +50,7 @@ protected: // Protected methods */ void initView(); void initConnections(); - virtual QDragObject* dragObject(); + virtual TQDragObject* dragObject(); public slots: // Public slots void saveItems(); @@ -58,21 +58,21 @@ public slots: // Public slots * Setups the list with the given module. */ void setupTree(CSwordModuleInfo*); - void setupStrongsTree(CSwordModuleInfo*, QStringList*); + void setupStrongsTree(CSwordModuleInfo*, TQStringList*); void copyItemsWithText(); void copyItems(); void saveItemsWithText(); /** * Reimplementation to show the popup menu. */ - virtual void showPopup(KListView*, QListViewItem* i, const QPoint& point); + virtual void showPopup(KListView*, TQListViewItem* i, const TQPoint& point); protected slots: // Protected slots void printItems(); /** * Is connected to the signal executed, which is emitted when a mew item was chosen. */ - void executed(QListViewItem*); + void executed(TQListViewItem*); private: struct { @@ -102,7 +102,7 @@ private: CSwordModuleInfo* m_module; signals: // Signals - void keySelected(const QString&); + void keySelected(const TQString&); }; } //end of namespace Result |