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

List:       kde-commits
Subject:    branches/work/konvi-kde4/src/viewer
From:       Laurent Montel <montel () kde ! org>
Date:       2009-01-30 12:51:09
Message-ID: 1233319869.516837.31479.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 918658 by mlaurent:

Fix dialog


 M  +2 -2      insertchardialog.cpp  


--- branches/work/konvi-kde4/src/viewer/insertchardialog.cpp #918657:918658
@@ -14,8 +14,8 @@
 #include <kcharselect.h>
 #include <klocale.h>
 #include <kguiitem.h>
+#include <KCharSelect>
 
-
 namespace Konversation
 {
 
@@ -28,7 +28,7 @@
         setCaption(  i18n("Insert Character") );
         setButtonGuiItem(KDialog::Ok, KGuiItem(i18n("&Insert"), "ok", i18n("Insert a \
character")));  
-        m_charTable = new KCharSelect(this, KCharSelect::CharacterTable);
+        m_charTable = new KCharSelect(this,0, \
KCharSelect::CharacterTable|KCharSelect::FontCombo|KCharSelect::BlockCombos);  \
m_charTable->setCurrentFont( QFont( font ) );  setMainWidget(m_charTable);
         connect( this, SIGNAL( okClicked() ), this, SLOT( slotOk ) );


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

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