diff options
Diffstat (limited to 'kbabel/catalogmanager/multiroughtransdlg.cpp')
-rw-r--r-- | kbabel/catalogmanager/multiroughtransdlg.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kbabel/catalogmanager/multiroughtransdlg.cpp b/kbabel/catalogmanager/multiroughtransdlg.cpp index 874b9c3e..248ac55a 100644 --- a/kbabel/catalogmanager/multiroughtransdlg.cpp +++ b/kbabel/catalogmanager/multiroughtransdlg.cpp @@ -35,8 +35,8 @@ #include "catmanlistitem.h" #include "multiroughtransdlg.h" -#include <qlabel.h> -#include <qlayout.h> +#include <tqlabel.h> +#include <tqlayout.h> #include <kdebug.h> #include <kglobal.h> @@ -47,18 +47,18 @@ using namespace KBabel; -MultiRoughTransDlg::MultiRoughTransDlg(KBabelDictBox *dict, QPtrList<CatManListItem> files - , QWidget *parent,const char *name) +MultiRoughTransDlg::MultiRoughTransDlg(KBabelDictBox *dict, TQPtrList<CatManListItem> files + , TQWidget *parent,const char *name) : RoughTransDlg(dict, new Catalog(), parent, name ) ,_fileList(files) { - QWidget* bars = static_cast<QWidget*>(progressbar->parent()); - QLabel* label = new QLabel( i18n("Files:"), bars ); + TQWidget* bars = static_cast<TQWidget*>(progressbar->parent()); + TQLabel* label = new TQLabel( i18n("Files:"), bars ); filesProgressbar = new KProgress(bars,"files progressbar"); filesProgressbar->setTextEnabled(true); filesProgressbar->setFormat("%v/%m (%p%)"); filesProgressbar->setTotalSteps(files.count()); - QHBoxLayout* mylayout= new QHBoxLayout(bars->layout()); + TQHBoxLayout* mylayout= new TQHBoxLayout(bars->layout()); mylayout->add(label); mylayout->add(filesProgressbar); @@ -126,7 +126,7 @@ void MultiRoughTransDlg::showAllStatistics() int nothing=tt-ptc-etc; KLocale *locale = KGlobal::locale(); - QString statMsg = i18n("Result of the translation:\n" + TQString statMsg = i18n("Result of the translation:\n" "Edited entries: %1\n" "Exact translations: %2 (%3%)\n" "Approximate translations: %4 (%5%)\n" |