CVS commit by goffioul: Use full range for port values (backport) M +1 -1 kmcupsconfigwidget.cpp 1.7.2.1 --- kdelibs/kdeprint/cups/kmcupsconfigwidget.cpp #1.7:1.7.2.1 @@ -42,5 +42,5 @@ public: PortValidator::PortValidator(QWidget *parent, const char *name) -: QIntValidator(1, 9999, parent, name) +: QIntValidator(1, 65535, parent, name) { }