summaryrefslogtreecommitdiffstats
path: root/kdeprint
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-02 04:18:40 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-10-02 04:18:40 +0000
commit2a899a60c990d7254f579f463187eb0a55a14a64 (patch)
tree90060d127fdd32e2d2efd4972baf297b0299bea7 /kdeprint
parent52fcbf9fceb7b4fc9a5a8a94352e58496591771f (diff)
downloadtdebase-2a899a60c990d7254f579f463187eb0a55a14a64.tar.gz
tdebase-2a899a60c990d7254f579f463187eb0a55a14a64.zip
[CRITICAL] Fix additional rendering issues left over from initial TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1181781 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint')
-rw-r--r--kdeprint/kdeprintfax/faxctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/kdeprintfax/faxctrl.cpp b/kdeprint/kdeprintfax/faxctrl.cpp
index bbd8fce59..1d1cd1fa5 100644
--- a/kdeprint/kdeprintfax/faxctrl.cpp
+++ b/kdeprint/kdeprintfax/faxctrl.cpp
@@ -604,7 +604,7 @@ void FaxCtrl::slotCloseLog()
{
QTextEdit *view = m_logview;
m_logview = 0;
- if (obj && obj->inherits("TQPushButton"))
+ if (obj && obj->inherits("QPushButton"))
delete view->parentWidget();
kdDebug() << "slotClose()" << endl;
}