diff options
Diffstat (limited to 'parts/filecreate/filecreate_widget2.h')
-rw-r--r-- | parts/filecreate/filecreate_widget2.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/parts/filecreate/filecreate_widget2.h b/parts/filecreate/filecreate_widget2.h index 0e909d41..a8a3b38e 100644 --- a/parts/filecreate/filecreate_widget2.h +++ b/parts/filecreate/filecreate_widget2.h @@ -31,6 +31,7 @@ namespace FileCreate { class FriendlyWidget : public TQTable, public TypeChooser { Q_OBJECT + TQ_OBJECT public: @@ -46,10 +47,6 @@ namespace FileCreate { */ virtual void setCurrent(const FileType * current); -#if QT_VERSION < 0x030100 - void selectRow(int row); -#endif - protected: /** * Sets row <i>row</i> to filetype <i>filetype</i>. |