summaryrefslogtreecommitdiffstats
path: root/kdeprint/plugincombobox.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 00:54:43 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-02 19:04:47 +0200
commitab32d1dcfb2ee4c59ee3cfdc697adfb717ea91b9 (patch)
treef1579b1f398b3c8e19d8114e87dd2fef3b407651 /kdeprint/plugincombobox.cpp
parentc1a037c8d0250886e3e984d6171d798b5a60dc9d (diff)
downloadtdelibs-ab32d1dcfb2ee4c59ee3cfdc697adfb717ea91b9.tar.gz
tdelibs-ab32d1dcfb2ee4c59ee3cfdc697adfb717ea91b9.zip
Rename tqsetAlignment to fix bindings
(cherry picked from commit b212a1de50010bf9f8ff93123281a6956291cdf2)
Diffstat (limited to 'kdeprint/plugincombobox.cpp')
-rw-r--r--kdeprint/plugincombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/plugincombobox.cpp b/kdeprint/plugincombobox.cpp
index 414f38601..23554ba2f 100644
--- a/kdeprint/plugincombobox.cpp
+++ b/kdeprint/plugincombobox.cpp
@@ -44,7 +44,7 @@ PluginComboBox::PluginComboBox(TQWidget *parent, const char *name)
TQWhatsThis::add(m_combo, whatsThisCurrentPrintsystem);
TQLabel *m_label = new TQLabel(i18n("Print s&ystem currently used:"), this);
TQWhatsThis::add(m_label, whatsThisCurrentPrintsystem);
- m_label->tqsetAlignment(AlignVCenter|AlignRight);
+ m_label->setAlignment(AlignVCenter|AlignRight);
m_label->setBuddy(m_combo);
m_plugininfo = new TQLabel("Plugin information", this);
TQGridLayout *l0 = new TQGridLayout(this, 2, 2, 0, 5);