Changeset 410 for trunk/orca
- Timestamp:
- 06/13/07 21:25:09 (18 months ago)
- Location:
- trunk/orca/qt
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/qt/qorca.cpp
r401 r410 629 629 } 630 630 631 STextEdit* texted = qobject_cast<STextEdit*>( wid );631 QTextEdit* texted = qobject_cast<QTextEdit*>( wid ); 632 632 if( texted ) 633 633 { -
trunk/orca/qt/qorca.h
r138 r410 189 189 class SWidget : public QWidget 190 190 { 191 Q_OBJECT 192 191 193 public: 192 194
