[Kst] branches/work/kst/portto4/kst/src/libkstapp

George Staikos staikos at kde.org
Mon May 28 19:41:30 CEST 2007


SVN commit 669168 by staikos:

rename file accordingly


 M  +1 -1      CMakeLists.txt  
 M  +1 -1      kstapplication.h  
 D             kstmainwindow.cpp  
 D             kstmainwindow.h  
 A             mainwindow.cpp   kstmainwindow.cpp#669167 [License: GPL (v2+)]
 A             mainwindow.h   kstmainwindow.h#669167 [License: GPL (v2+)]
 M  +1 -1      view.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/CMakeLists.txt #669167:669168
@@ -2,7 +2,7 @@
 
 set(kstapp_LIB_SRCS
    kstapplication.cpp
-   kstmainwindow.cpp
+   mainwindow.cpp
    view.cpp
    viewitem.cpp
    boxitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/kstapplication.h #669167:669168
@@ -16,7 +16,7 @@
 #include <QApplication>
 
 #include "kst_export.h"
-#include "kstmainwindow.h"
+#include "mainwindow.h"
 
 #define kstApp \
   (static_cast<KstApplication*>(QCoreApplication::instance()))
--- branches/work/kst/portto4/kst/src/libkstapp/view.cpp #669167:669168
@@ -10,7 +10,7 @@
  ***************************************************************************/
 
 #include "view.h"
-#include "kstmainwindow.h"
+#include "mainwindow.h"
 #include "kstapplication.h"
 
 #include <QDebug>


More information about the Kst mailing list