diff options
Diffstat (limited to 'kdgantt/KDGanttSemiSizingControl.cpp')
| -rw-r--r-- | kdgantt/KDGanttSemiSizingControl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kdgantt/KDGanttSemiSizingControl.cpp b/kdgantt/KDGanttSemiSizingControl.cpp index 6de8d0a49..17a71babf 100644 --- a/kdgantt/KDGanttSemiSizingControl.cpp +++ b/kdgantt/KDGanttSemiSizingControl.cpp @@ -248,7 +248,7 @@ void KDGanttSemiSizingControl::init()  {      _but = new TQPushButton( this );      _but->setSizePolicy( TQSizePolicy( TQSizePolicy::Fixed, TQSizePolicy::Fixed ) ); -    connect( _but, TQT_SIGNAL( clicked() ), this, TQT_SLOT(changeState()) ); +    connect( _but, TQ_SIGNAL( clicked() ), this, TQ_SLOT(changeState()) );      _layout = 0;      TQWhatsThis::add( _but, "Click on this button to show the \nlegend at the bottom of the widget");      TQToolTip::add( _but, "Show / hide legend"); | 
