summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:30:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:30:20 -0600
commit7f03219a75d5a250a00f2469cf4cb58c49cf3987 (patch)
tree6d326c74444937d8a9324981c237ae0f0e34ca2e /src
parent838e2d7dce8675dbc9874c5340f15f95e0f342eb (diff)
downloadtdmtheme-7f03219a75d5a250a00f2469cf4cb58c49cf3987.tar.gz
tdmtheme-7f03219a75d5a250a00f2469cf4cb58c49cf3987.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src')
-rw-r--r--src/kdmtheme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kdmtheme.cpp b/src/kdmtheme.cpp
index 06acd0a..f0a04df 100644
--- a/src/kdmtheme.cpp
+++ b/src/kdmtheme.cpp
@@ -35,7 +35,7 @@
#include <tqcheckbox.h>
#include <tqdir.h>
-#include <tqlayout.h>
+#include <layout.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->tqsetAlignment( int( TQLabel::AlignTop | TQLabel::WordBreak) );
+ info->setAlignment( int( TQLabel::AlignTop | TQLabel::WordBreak) );
TQWhatsThis::add(info, i18n("This contains information about the selected theme.") );
ml->addMultiCellWidget( info, 3, 4, 2, 2 );