diff options
Diffstat (limited to 'src/k9prefmpeg4.cpp')
-rw-r--r-- | src/k9prefmpeg4.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/k9prefmpeg4.cpp b/src/k9prefmpeg4.cpp index db752bb..b61d40d 100644 --- a/src/k9prefmpeg4.cpp +++ b/src/k9prefmpeg4.cpp @@ -13,16 +13,16 @@ #include "k9common.h" #include "k9prefmpeg4.h" #include "k9config.h" -#include <qcombobox.h> -#include <qspinbox.h> -#include <qcheckbox.h> -#include <qlineedit.h> -#include <qstringlist.h> +#include <tqcombobox.h> +#include <tqspinbox.h> +#include <tqcheckbox.h> +#include <tqlineedit.h> +#include <tqstringlist.h> #include <klocale.h> -#include <qradiobutton.h> +#include <tqradiobutton.h> -k9prefMPEG4::k9prefMPEG4(QWidget* parent, const char* name, WFlags fl) -: prefMPEG4(parent,name,fl) +k9prefMPEG4::k9prefMPEG4(TQWidget* tqparent, const char* name, WFlags fl) +: prefMPEG4(tqparent,name,fl) { load(); } @@ -46,8 +46,8 @@ void k9prefMPEG4::load() { leMp4AudioBitrate->setText(config.getPrefMp4AudioBitrate()); leMp4VideoBitrate->setText(config.getPrefMp4VideoBitrate()); - QStringList m_codecLabels=config.getCodecLabels(); - QStringList m_codecLabelsAudio=config.getCodecLabelsAudio(); + TQStringList m_codecLabels=config.getCodecLabels(); + TQStringList m_codecLabelsAudio=config.getCodecLabelsAudio(); cbMp4Codec->clear(); cbMp4Codec->insertStringList(m_codecLabels); |