diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:50:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:50:21 -0600 |
commit | 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12 (patch) | |
tree | 89de88213bd261e4ccaade899ab2d6ec34b3a5a7 /korn/subjectsdlg.cpp | |
parent | 1dad5f662a09dfc5cc041caffe0f674044a4dcec (diff) | |
download | tdepim-3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.tar.gz tdepim-3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'korn/subjectsdlg.cpp')
-rw-r--r-- | korn/subjectsdlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/subjectsdlg.cpp b/korn/subjectsdlg.cpp index 43e5102dc..45e239936 100644 --- a/korn/subjectsdlg.cpp +++ b/korn/subjectsdlg.cpp @@ -3,7 +3,7 @@ #include <tqapplication.h> #include <kcursor.h> #include <kdebug.h> -#include <tqlayout.h> +#include <layout.h> #include <tqdatetime.h> #include <tqtimer.h> #include "mailsubject.h" @@ -88,7 +88,7 @@ KornSubjectsDlg::KornSubjectsDlg( TQWidget *parent ) _list->addColumn(i18n("Date")); _list->addColumn(i18n("Size (Bytes)")); - // column 3 contains a number (change tqalignment) + // column 3 contains a number (change alignment) _list->setColumnAlignment(3, TQt::AlignRight); _list->setItemMargin(3); @@ -204,7 +204,7 @@ void KornSubjectsDlg::showMessage(TQListViewItem * item ) void KornSubjectsDlg::showSubjectsDlg( const TQString& name ) { - setCaption( i18n("Mails in Box: %1").tqarg( name ) ); + setCaption( i18n("Mails in Box: %1").arg( name ) ); // load the subjects reloadSubjects(); |