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

List:       kde-commits
Subject:    KDE/kdeaccessibility/kttsd
From:       Jeremy Paul Whiting <jpwhiting () kde ! org>
Date:       2010-01-27 23:02:10
Message-ID: 1264633330.510826.5886.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1081224 by whiting:

fix apidox and a krazy fix

 M  +1 -1      filters/stringreplacer/stringreplacerconf.cpp  
 M  +3 -3      kttsmgr/kttsmgr.cpp  


--- trunk/KDE/kdeaccessibility/kttsd/filters/stringreplacer/stringreplacerconf.cpp #1081223:1081224
@@ -119,7 +119,7 @@
 * loaded, so it not necessary to call it in your constructor.
 * The plugin should read its configuration from the specified group
 * in the specified config file.
-* @param config      Pointer to a KConfig object.
+* @param c           Pointer to a KConfig object.
 * @param configGroup Call config->setGroup with this argument before
 *                    loading your configuration.
 */
--- trunk/KDE/kdeaccessibility/kttsd/kttsmgr/kttsmgr.cpp #1081223:1081224
@@ -75,8 +75,8 @@
 
     KUniqueApplication::setOrganizationDomain("kde.org");
     KUniqueApplication::setApplicationName("KttsMgr");
-    KUniqueApplication app;
-    app.setQuitOnLastWindowClosed( false );
+    KUniqueApplication * app = new KUniqueApplication;
+    app->setQuitOnLastWindowClosed( false );
 
     if(!KUniqueApplication::start())
     {
@@ -90,7 +90,7 @@
     KttsMgrTray* tray = new KttsMgrTray();
     tray->show();
 
-    int result = app.exec();
+    int result = app->exec();
     delete tray;
     return result;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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