diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:05 -0600 |
commit | dad07dadf11acdb9d396a4af3c9be4c01c2056cc (patch) | |
tree | 5dd011362570c50ba417b3b68ddfe1738f4ced5b /src | |
parent | 7f03219a75d5a250a00f2469cf4cb58c49cf3987 (diff) | |
download | tdmtheme-dad07dadf11acdb9d396a4af3c9be4c01c2056cc.tar.gz tdmtheme-dad07dadf11acdb9d396a4af3c9be4c01c2056cc.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 7f03219a75d5a250a00f2469cf4cb58c49cf3987.
Diffstat (limited to 'src')
-rw-r--r-- | src/kdmtheme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kdmtheme.cpp b/src/kdmtheme.cpp index f0a04df..06acd0a 100644 --- a/src/kdmtheme.cpp +++ b/src/kdmtheme.cpp @@ -35,7 +35,7 @@ #include <tqcheckbox.h> #include <tqdir.h> -#include <layout.h> +#include <tqlayout.h> #include <tqlabel.h> #include <tqptrlist.h> #include <tqpixmap.h> @@ -91,7 +91,7 @@ KDMThemeWidget::KDMThemeWidget( TQWidget *parent, const char *name, const TQStri info = new TQLabel( this ); info->setMaximumWidth( 200 ); - info->setAlignment( int( TQLabel::AlignTop | TQLabel::WordBreak) ); + info->tqsetAlignment( int( TQLabel::AlignTop | TQLabel::WordBreak) ); TQWhatsThis::add(info, i18n("This contains information about the selected theme.") ); ml->addMultiCellWidget( info, 3, 4, 2, 2 ); |