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

List:       kde-commits
Subject:    KDE/kdelibs/kdesu
From:       Laurent Montel <montel () kde ! org>
Date:       2005-10-12 14:34:21
Message-ID: 1129127661.185775.26103.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 469917 by mlaurent:

compile without qt3support


 M  +2 -0      Makefile.am  
 M  +1 -1      client.cpp  


--- trunk/KDE/kdelibs/kdesu/Makefile.am #469916:469917
@@ -2,6 +2,8 @@
 
 INCLUDES = -I$(top_srcdir)/kio/ $(all_includes)
 
+KDE_CXXFLAGS = -UQT3_SUPPORT
+
 lib_LTLIBRARIES = libkdesu.la
 libkdesu_la_SOURCES = client.cpp process.cpp kcookie.cpp su.cpp ssh.cpp stub.cpp kdesu_pty.cpp
 libkdesu_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries) 
--- trunk/KDE/kdelibs/kdesu/client.cpp #469916:469917
@@ -307,7 +307,7 @@
         // kdDebug(900) << "Found a matching entry: " << reply << endl;
         while (1)
         {
-            pos = reply.find( '\007', index );
+            pos = reply.indexOf( '\007', index );
             if( pos == -1 )
             {
                 if( index == 0 )
[prev in list] [next in list] [prev in thread] [next in thread] 

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