texteditor.h
branchqt4-port
changeset 5 5cfbba1dc2f8
parent 2 608f976aa7bb
child 9 f94317a94db1
     1.1 --- a/texteditor.h	Tue Jun 13 13:54:53 2006 +0000
     1.2 +++ b/texteditor.h	Wed Jun 14 10:28:01 2006 +0000
     1.3 @@ -2,9 +2,9 @@
     1.4  #ifndef TEXTEDITOR_H 
     1.5  #define TEXTEDITOR_H
     1.6  
     1.7 +#include <QtGui>
     1.8  #include <q3mainwindow.h>
     1.9  #include <q3textedit.h>
    1.10 -#include <qaction.h>
    1.11  #include <qfontdatabase.h>
    1.12  #include <qcombobox.h>
    1.13  //Added by qt3to4:
    1.14 @@ -15,7 +15,7 @@
    1.15  
    1.16  class MyTextEdit;
    1.17  
    1.18 -class TextEditor : public Q3MainWindow {
    1.19 +class TextEditor : public QMainWindow {
    1.20      Q_OBJECT
    1.21  public:
    1.22      TextEditor();