aboutsummaryrefslogblamecommitdiffstats
path: root/x11-fm/krusader2-kde4/files/patch-krusader_Dialogs_packgui.cpp
blob: 9f239e6e03dd4f18a2e947341aaa114de5335cc7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11









                                                               
--- krusader/Dialogs/packgui.cpp.orig   2018-08-30 09:48:14 UTC
+++ krusader/Dialogs/packgui.cpp
@@ -40,7 +40,7 @@
 #include <QtGui/QComboBox>
 #include <khistorycombobox.h>
 
-#define PS(x) lst.contains(x)>0
+#define PS(x) bool(lst.contains(x))
 
 // clear the statics first
 QString PackGUI::filename = 0;