From 2a899a60c990d7254f579f463187eb0a55a14a64 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 2 Oct 2010 04:18:40 +0000 Subject: [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 --- konsole/konsole/konsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konsole') diff --git a/konsole/konsole/konsole.cpp b/konsole/konsole/konsole.cpp index e8dacbe5e..ecef79d4a 100644 --- a/konsole/konsole/konsole.cpp +++ b/konsole/konsole/konsole.cpp @@ -479,7 +479,7 @@ void Konsole::makeGUI() // Remove the empty separator Qt inserts if the menu is empty on popup, // not sure if this will be "fixed" in Qt, for now use this hack (malte) if(!(isRestored)) { - if (sender() && sender()->inherits("TQPopupMenu") && + if (sender() && sender()->inherits("QPopupMenu") && static_cast(sender())->count() == 1) const_cast(static_cast(sender()))->removeItemAt(0); } -- cgit v1.2.3