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

List:       kde-commits
Subject:    KDE/kdelibs/kate/utils
From:       Kevin Ottens <ervin () kde ! org>
Date:       2010-11-04 8:37:09
Message-ID: 20101104083709.CE4C9AC89B () svn ! kde ! org
[Download RAW message or body]

SVN commit 1192888 by ervin:

Port away from deprecated API.


 M  +1 -1      katepartpluginmanager.cpp  


--- trunk/KDE/kdelibs/kate/utils/katepartpluginmanager.cpp #1192887:1192888
@@ -207,7 +207,7 @@
     Q_ASSERT( openDependencies.empty() );
   }
 
-  item.plugin = KTextEditor::createPlugin (item.service(), this);
+  item.plugin = item.service()->createInstance<KTextEditor::Plugin>(this);
   Q_ASSERT(item.plugin);
   item.load = (item.plugin != 0);
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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