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

List:       kde-commits
Subject:    kdelibs/kspell2/ui
From:       Zack Rusin <zack () kde ! org>
Date:       2004-05-13 17:47:51
Message-ID: 20040513174751.4F7F81E47 () office ! kde ! org
[Download RAW message or body]

CVS commit by zrusin: 

Moving ui to kspell2ui to not fight with the one in kdeui


  A            kspell2ui.ui   1.1
  M +1 -1      Makefile.am   1.2
  M +3 -3      dialog.cpp   1.8
  R            kspellui.ui   1.1


--- kdelibs/kspell2/ui/Makefile.am  #1.1:1.2
@@ -10,5 +10,5 @@
         configwidget.h
 
-libkspell2ui_la_SOURCES = kspellui.ui dialog.cpp \
+libkspell2ui_la_SOURCES = kspell2ui.ui dialog.cpp \
         highlighter.cpp configui.ui configdialog.cpp \
         configwidget.cpp

--- kdelibs/kspell2/ui/dialog.cpp  #1.7:1.8
@@ -20,5 +20,5 @@
  */
 #include "dialog.h"
-#include "kspellui.h"
+#include "kspell2ui.h"
 
 #include "backgroundchecker.h"
@@ -49,5 +49,5 @@ class Dialog::Private
 {
 public:
-    KSpellUI *ui;
+    KSpell2UI *ui;
     QString   originalBuffer;
     BackgroundChecker *checker;
@@ -106,5 +106,5 @@ void Dialog::initConnections()
 void Dialog::initGui()
 {
-    d->ui = new KSpellUI( this );
+    d->ui = new KSpell2UI( this );
     d->ui->m_suggestions->setSorting( NONSORTINGCOLUMN );
     d->ui->m_language->clear();


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

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