Changeset 410

Show
Ignore:
Timestamp:
06/13/07 21:25:09 (18 months ago)
Author:
krobillard
Message:

Orca Qt - Fixes for Qt 4.3.

Location:
trunk/orca/qt
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/qt/qorca.cpp

    r401 r410  
    629629                    } 
    630630 
    631                     STextEdit* texted = qobject_cast<STextEdit*>( wid ); 
     631                    QTextEdit* texted = qobject_cast<QTextEdit*>( wid ); 
    632632                    if( texted ) 
    633633                    { 
  • trunk/orca/qt/qorca.h

    r138 r410  
    189189class SWidget : public QWidget 
    190190{ 
     191    Q_OBJECT 
     192 
    191193public: 
    192194