diff options
author | Timothy Pearson <[email protected]> | 2011-12-06 01:10:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-06 01:10:20 -0600 |
commit | d5b3ae721dc072e0c70055313de9b5228b6688a8 (patch) | |
tree | afdf90b8ebf017244f753d9427b433168d1686c1 /tdeprint/management/kmjobviewer.cpp | |
parent | b212a1de50010bf9f8ff93123281a6956291cdf2 (diff) | |
download | tdelibs-d5b3ae721dc072e0c70055313de9b5228b6688a8.tar.gz tdelibs-d5b3ae721dc072e0c70055313de9b5228b6688a8.zip |
Rename tqsetSizePolicy to fix bindings
Diffstat (limited to 'tdeprint/management/kmjobviewer.cpp')
-rw-r--r-- | tdeprint/management/kmjobviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/management/kmjobviewer.cpp b/tdeprint/management/kmjobviewer.cpp index 78a26c97c..9fca665a7 100644 --- a/tdeprint/management/kmjobviewer.cpp +++ b/tdeprint/management/kmjobviewer.cpp @@ -280,7 +280,7 @@ void KMJobViewer::initActions() connect(m_userfield, TQT_SIGNAL(returnPressed()), TQT_SLOT(slotUserChanged())); connect(uact, TQT_SIGNAL(toggled(bool)), m_userfield, TQT_SLOT(setEnabled(bool))); m_userfield->setEnabled(false); - m_userfield->tqsetSizePolicy(TQSizePolicy(TQSizePolicy::Fixed, TQSizePolicy::Fixed)); + m_userfield->setSizePolicy(TQSizePolicy(TQSizePolicy::Fixed, TQSizePolicy::Fixed)); KWidgetAction *ufact = new KWidgetAction(m_userfield, i18n("User Name"), 0, 0, 0, actionCollection(), "view_username"); if (!m_pop) |