diff options
Diffstat (limited to 'vserver-sources/old/2.1.0.5/4912_vs2.1.0.5-2.6.15-gcc4-xconfig.patch')
-rw-r--r-- | vserver-sources/old/2.1.0.5/4912_vs2.1.0.5-2.6.15-gcc4-xconfig.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vserver-sources/old/2.1.0.5/4912_vs2.1.0.5-2.6.15-gcc4-xconfig.patch b/vserver-sources/old/2.1.0.5/4912_vs2.1.0.5-2.6.15-gcc4-xconfig.patch new file mode 100644 index 0000000..0a946d0 --- /dev/null +++ b/vserver-sources/old/2.1.0.5/4912_vs2.1.0.5-2.6.15-gcc4-xconfig.patch @@ -0,0 +1,24 @@ +Index: vserver-sources-2.1.0.5_2.6.15/scripts/kconfig/qconf.h +=================================================================== +--- vserver-sources-2.1.0.5_2.6.15.orig/scripts/kconfig/qconf.h ++++ vserver-sources-2.1.0.5_2.6.15/scripts/kconfig/qconf.h +@@ -22,8 +22,8 @@ public: + + #if QT_VERSION >= 300 + void readListSettings(); +- QValueList<int> ConfigSettings::readSizes(const QString& key, bool *ok); +- bool ConfigSettings::writeSizes(const QString& key, const QValueList<int>& value); ++ QValueList<int> readSizes(const QString& key, bool *ok); ++ bool writeSizes(const QString& key, const QValueList<int>& value); + #endif + + bool showAll; +@@ -124,7 +124,7 @@ public: + void setParentMenu(void); + + template <class P> +- void ConfigList::updateMenuList(P*, struct menu*); ++ void updateMenuList(P*, struct menu*); + + bool updateAll; + |