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

List:       kde-commits
Subject:    KDE/kdelibs/kparts/tests
From:       David Faure <faure () kde ! org>
Date:       2006-03-22 11:53:35
Message-ID: 1143028415.607297.14736.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 521350 by dfaure:

Fix compilation


 M  +1 -1      example.cpp  
 M  +1 -1      normalktm.cpp  


--- trunk/KDE/kdelibs/kparts/tests/example.cpp #521349:521350
@@ -41,7 +41,7 @@
   m_paCloseEditor = new KAction( "&Close file editor", 0, this, SLOT( \
slotFileCloseEditor() ), coll, "close_editor" );  m_paCloseEditor->setEnabled(false);
   KAction * paQuit = new KAction( "&Quit", 0, this, SLOT( close() ), coll, \
                "shell_quit" );
-  paQuit->setIcon(QIcon(BarIcon("exit")));
+  paQuit->setIcon(KIcon("exit"));
 
 //  (void)new KAction( "Yet another menu item", 0, coll, "shell_yami" );
 //  (void)new KAction( "Yet another submenu item", 0, coll, "shell_yasmi" );
--- trunk/KDE/kdelibs/kparts/tests/normalktm.cpp #521349:521350
@@ -45,7 +45,7 @@
   m_paCloseEditor->plug( pFile );
 
   KAction * paQuit = new KAction( "&Quit", 0, this, SLOT( close() ), coll, \
                "shell_quit" );
-  paQuit->setIcon(QIcon(BarIcon("exit")));
+  paQuit->setIcon(KIcon("exit"));
   paQuit->plug( pFile );
 
   setCentralWidget( m_splitter );


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

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