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

List:       kde-commits
Subject:    kdeadmin/ksysv
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-12-20 3:23:19
Message-ID: 20041220032319.2CA501CEC2 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

KDE_NO_COMPAT fixes


  M +1 -2      OldView.cpp   1.123
  M +1 -1      Properties.cpp   1.18


--- kdeadmin/ksysv/OldView.cpp  #1.122:1.123
@@ -1040,6 +1040,5 @@ void KSVContent::openWith ()
   KURL::List urls; urls.append (url);
 
-  static KFileOpenWithHandler* handler = new KFileOpenWithHandler();
-  handler->displayOpenWithDialog (urls);
+        KRun::displayOpenWithDialog (urls);
 
   kdDebug(3000) << "Opening with..." << endl;

--- kdeadmin/ksysv/Properties.cpp  #1.17:1.18
@@ -23,5 +23,5 @@
 
 KSVServicePropertiesDialog::KSVServicePropertiesDialog (KSVData& data, QWidget* parent)
-  : KPropertiesDialog (data.filenameAndPath(), (mode_t)-1,
+  : KPropertiesDialog (KURL(data.filenameAndPath()),
                        parent, "KSVServicePropertiesDialog", true, false),
   mData (data)


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

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