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

List:       kde-commits
Subject:    KDE/kdeaccessibility/kmouth
From:       Laurent Montel <montel () kde ! org>
Date:       2007-02-13 8:21:13
Message-ID: 1171354873.333459.25709.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 633106 by mlaurent:

compile++


 M  +1 -3      phraselist.cpp  
 M  +2 -2      phraselist.h  


--- trunk/KDE/kdeaccessibility/kmouth/phraselist.cpp #633105:633106
@@ -29,9 +29,7 @@
 #include <QKeyEvent>
 
 // include files for KDE
-#include <klistbox.h>
 #include <klineedit.h>
-// #include <kaudioplayer.h>
 #include <kcursor.h>
 #include <kiconloader.h>
 #include <klocale.h>
@@ -58,7 +56,7 @@
    // setBackgroundMode(PaletteBase);
    QVBoxLayout *layout = new QVBoxLayout (this);
 
-   listBox = new KListBox (this);
+   listBox = new K3ListBox (this);
    listBox->setFocusPolicy(Qt::NoFocus);
    listBox->setSelectionMode (Q3ListBox::Extended);
    listBox->setWhatsThis( i18n("This list contains the history of spoken sentences. \
                You can select sentences and press the speak button for \
                re-speaking."));
--- trunk/KDE/kdeaccessibility/kmouth/phraselist.h #633105:633106
@@ -19,7 +19,7 @@
 #define PHRASELIST_H
 
 // include files for KDE
-#include <klistbox.h>
+#include <k3listbox.h>
 #include <klineedit.h>
 #include <kprinter.h>
 
@@ -94,7 +94,7 @@
    void configureCompletionCombo(const QStringList &list);
 
 private:
-   KListBox *listBox;
+   K3ListBox *listBox;
    KComboBox *dictionaryCombo;
    KLineEdit *lineEdit;
    QPushButton *speakButton;


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

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