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

List:       kde-commits
Subject:    kdevelop/parts/phpsupport
From:       Falk Brettschneider <gigafalk () yahoo ! com>
Date:       2002-12-03 23:15:44
[Download RAW message or body]

CVS commit by falkbr: 

object name set, later necessary for session stuff


  M +1 -1      phpsupportpart.cpp   1.35


--- kdevelop/parts/phpsupport/phpsupportpart.cpp:1.34	Thu Nov  7 02:38:49 2002
@@ -57,7 +57,7 @@
 K_EXPORT_COMPONENT_FACTORY( libkdevphpsupport, PHPSupportFactory( "kdevphpsupport" ) );
 
 PHPSupportPart::PHPSupportPart(QObject *parent, const char *name, const QStringList &)
-    : KDevLanguageSupport(parent, name)
+    : KDevLanguageSupport(parent, name ? name : "PHPSupportPart")
 {
   m_htmlView=0;
   phpExeProc=0;

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

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