summaryrefslogtreecommitdiffstats
path: root/krec/krecnewproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecnewproperties.cpp')
-rw-r--r--krec/krecnewproperties.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/krec/krecnewproperties.cpp b/krec/krecnewproperties.cpp
index 12d386ed..56ec7228 100644
--- a/krec/krecnewproperties.cpp
+++ b/krec/krecnewproperties.cpp
@@ -34,8 +34,8 @@
#include <klocale.h>
KRecNewProperties::KRecNewProperties( TQWidget* p, const char* n )
- : TQDialog( p,n, 0, Qt::WType_Dialog|Qt::WStyle_Customize|Qt::WStyle_DialogBorder )
- , _filename( TQString::null )
+ : TQDialog( p,n, 0, TQt::WType_Dialog|TQt::WStyle_Customize|TQt::WStyle_DialogBorder )
+ , _filename( TQString() )
, _samplerate( 44100 ), _channels( 2 ), _bits( 16 )
{
kdDebug( 60005 ) << k_funcinfo << endl;
@@ -53,7 +53,7 @@ kdDebug( 60005 ) << k_funcinfo << endl;
labelfont.setPointSize( labelfont.pointSize()*3/2 );
captionlabel->setFont( labelfont );
captionlabel->setText( i18n( "Properties for the new File" ) );
- captionlabel->setAlignment( AlignCenter );
+ captionlabel->tqsetAlignment( AlignCenter );
_layout->addWidget( captionlabel );
_filewidget = new KRecConfigFilesWidget( this );
@@ -74,7 +74,7 @@ kdDebug( 60005 ) << k_funcinfo << endl;
_layout->addWidget( new KSeparator( KSeparator::HLine, this ) );
_layout->addWidget( _btnWidget );
- setSizePolicy( TQSizePolicy::Maximum, TQSizePolicy::Maximum );
+ tqsetSizePolicy( TQSizePolicy::Maximum, TQSizePolicy::Maximum );
}
KRecNewProperties::~KRecNewProperties() {
kdDebug( 60005 ) << k_funcinfo << endl;