From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krec/krecnewproperties.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'krec/krecnewproperties.h') diff --git a/krec/krecnewproperties.h b/krec/krecnewproperties.h index f398033b..53996f13 100644 --- a/krec/krecnewproperties.h +++ b/krec/krecnewproperties.h @@ -14,7 +14,7 @@ #ifndef KREC_NEW_PROPERTIES_H #define KREC_NEW_PROPERTIES_H -#include +#include class KConfig; class QBoxLayout; @@ -26,13 +26,13 @@ class QVBox; class KRecConfigFilesWidget; -class KRecNewProperties : public QDialog { +class KRecNewProperties : public TQDialog { Q_OBJECT public: - KRecNewProperties( QWidget*, const char* =0 ); + KRecNewProperties( TQWidget*, const char* =0 ); ~KRecNewProperties(); - QString filename(); + TQString filename(); int samplerate(); int channels(); int bits(); @@ -45,13 +45,13 @@ private slots: void bitschanged( int ); void usedefaultschanged( bool ); private: - QString _filename; + TQString _filename; KRecConfigFilesWidget *_filewidget; int _samplerate, _channels, _bits; bool _usedefaults; - QBoxLayout *_layout, *_layoutbuttons; + TQBoxLayout *_layout, *_layoutbuttons; KPushButton *_btnok; }; -- cgit v1.2.1