[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_2_BRANCH: kdelibs/kdeprint/cups
From:       Michael Goffioul <goffioul () imec ! be>
Date:       2004-02-23 15:53:35
Message-ID: 20040223155335.69AA89962 () office ! kde ! org
[Download RAW message or body]

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)
 {
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic