diff options
Diffstat (limited to 'packages/portabase/portabase-1.9/qt2310-fontbug.patch')
-rw-r--r-- | packages/portabase/portabase-1.9/qt2310-fontbug.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/portabase/portabase-1.9/qt2310-fontbug.patch b/packages/portabase/portabase-1.9/qt2310-fontbug.patch deleted file mode 100644 index 3999ca35dc..0000000000 --- a/packages/portabase/portabase-1.9/qt2310-fontbug.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- portabase/preferences.cpp.orig 2005-02-13 22:48:10 +0100 -+++ portabase/preferences.cpp 2005-02-13 22:48:06 +0100 -@@ -154,7 +154,7 @@ - { - QWidget *appearanceTab = new QWidget(tabs); - QVBoxLayout *layout = new QVBoxLayout(appearanceTab); --#if defined(Q_WS_QWS) -+#if defined(Q_WS_QWS) && QT_VERSION <= 239 - sizeFactor = 10; - #else - sizeFactor = 1; |