Remove seemingly declarations unnecessary according to Qt 4.5.2 headers. default tip

Thu, 06 Aug 2009 13:21:30 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 06 Aug 2009 13:21:30 +0200
changeset 15
0e0eb7c91312
parent 14
1c58588f9cb6

Remove seemingly declarations unnecessary according to Qt 4.5.2 headers.

as_assist.cpp file | annotate | diff | comparison | revisions
as_crc.h file | annotate | diff | comparison | revisions
as_dataop.cpp file | annotate | diff | comparison | revisions
as_except.h file | annotate | diff | comparison | revisions
as_generic.cpp file | annotate | diff | comparison | revisions
as_gui.h file | annotate | diff | comparison | revisions
as_helpanel.cpp file | annotate | diff | comparison | revisions
as_helpanel.h file | annotate | diff | comparison | revisions
as_main.cpp file | annotate | diff | comparison | revisions
as_numdial.h file | annotate | diff | comparison | revisions
as_panel.cpp file | annotate | diff | comparison | revisions
as_panel.h file | annotate | diff | comparison | revisions
as_pref.cpp file | annotate | diff | comparison | revisions
as_reportpanel.cpp file | annotate | diff | comparison | revisions
as_reportpanel.h file | annotate | diff | comparison | revisions
as_sfile.h file | annotate | diff | comparison | revisions
as_slot.cpp file | annotate | diff | comparison | revisions
as_table.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/as_assist.cpp	Thu Aug 06 13:04:50 2009 +0200
     1.2 +++ b/as_assist.cpp	Thu Aug 06 13:21:30 2009 +0200
     1.3 @@ -29,8 +29,6 @@
     1.4  //  as_assist.cpp: ISO C++ implementation
     1.5  //
     1.6  
     1.7 -#define QT3_SUPPORT
     1.8 -
     1.9  #include <Qt3Support>
    1.10  
    1.11  // Qt style headers
     2.1 --- a/as_crc.h	Thu Aug 06 13:04:50 2009 +0200
     2.2 +++ b/as_crc.h	Thu Aug 06 13:21:30 2009 +0200
     2.3 @@ -32,8 +32,6 @@
     2.4  #ifndef CRC_H
     2.5  #define CRC_H
     2.6  
     2.7 -#define QT3_SUPPORT
     2.8 -
     2.9  #include <string>       // For copy constructor using string
    2.10  #include <qstring.h>    // For deriving from QString
    2.11  
     3.1 --- a/as_dataop.cpp	Thu Aug 06 13:04:50 2009 +0200
     3.2 +++ b/as_dataop.cpp	Thu Aug 06 13:21:30 2009 +0200
     3.3 @@ -29,8 +29,6 @@
     3.4  //  as_dataops.cpp: ISO C++ implementation
     3.5  //
     3.6  
     3.7 -#define QT3_SUPPORT
     3.8 -
     3.9  // System headers
    3.10  #include <map>
    3.11  #include <string>
     4.1 --- a/as_except.h	Thu Aug 06 13:04:50 2009 +0200
     4.2 +++ b/as_except.h	Thu Aug 06 13:21:30 2009 +0200
     4.3 @@ -32,8 +32,6 @@
     4.4  #ifndef TITRAQEXCEPT_H
     4.5  #define TITRAQEXCEPT_H
     4.6  
     4.7 -#define QT3_SUPPORT
     4.8 -
     4.9  #include <qtextstream.h>
    4.10  
    4.11  
     5.1 --- a/as_generic.cpp	Thu Aug 06 13:04:50 2009 +0200
     5.2 +++ b/as_generic.cpp	Thu Aug 06 13:21:30 2009 +0200
     5.3 @@ -29,8 +29,6 @@
     5.4  //  as_generic.cpp: ISO C++ implementation
     5.5  //
     5.6  
     5.7 -#define QT3_SUPPORT
     5.8 -
     5.9  #include <qobject.h>
    5.10  
    5.11  #include "as_generic.h"
     6.1 --- a/as_gui.h	Thu Aug 06 13:04:50 2009 +0200
     6.2 +++ b/as_gui.h	Thu Aug 06 13:21:30 2009 +0200
     6.3 @@ -32,7 +32,6 @@
     6.4  #ifndef AS_GUI_MWIN_H
     6.5  #define AS_GUI_MWIN_H
     6.6  
     6.7 -#define QT3_SUPPORT
     6.8  #include <q3mainwindow.h>
     6.9  
    6.10  //Added by qt3to4:
     7.1 --- a/as_helpanel.cpp	Thu Aug 06 13:04:50 2009 +0200
     7.2 +++ b/as_helpanel.cpp	Thu Aug 06 13:21:30 2009 +0200
     7.3 @@ -29,8 +29,6 @@
     7.4  //  as_helpanel.cpp: ISO C++ implementation
     7.5  //
     7.6  
     7.7 -#define QT3_SUPPORT
     7.8 -
     7.9  #include <qvariant.h>
    7.10  #include <qpushbutton.h>
    7.11  #include <q3textbrowser.h>
     8.1 --- a/as_helpanel.h	Thu Aug 06 13:04:50 2009 +0200
     8.2 +++ b/as_helpanel.h	Thu Aug 06 13:21:30 2009 +0200
     8.3 @@ -29,8 +29,6 @@
     8.4  //  as_helpanel.h: ISO C++ interface
     8.5  //
     8.6  
     8.7 -#define QT3_SUPPORT
     8.8 -
     8.9  #ifndef HELPANEL_H
    8.10  #define HELPANEL_H
    8.11  
     9.1 --- a/as_main.cpp	Thu Aug 06 13:04:50 2009 +0200
     9.2 +++ b/as_main.cpp	Thu Aug 06 13:21:30 2009 +0200
     9.3 @@ -29,8 +29,6 @@
     9.4  //  as_main.cpp: ISO C++ implementation
     9.5  //
     9.6  
     9.7 -#define QT3_SUPPORT
     9.8 -
     9.9  #include <qapplication.h>
    9.10  
    9.11  #include "as_gui.h"
    10.1 --- a/as_numdial.h	Thu Aug 06 13:04:50 2009 +0200
    10.2 +++ b/as_numdial.h	Thu Aug 06 13:21:30 2009 +0200
    10.3 @@ -29,8 +29,6 @@
    10.4  //  as_numdial.h: ISO C++ interface
    10.5  //
    10.6  
    10.7 -#define QT3_SUPPORT
    10.8 -
    10.9  #ifndef NUMDIALOG_H
   10.10  #define NUMDIALOG_H
   10.11  
    11.1 --- a/as_panel.cpp	Thu Aug 06 13:04:50 2009 +0200
    11.2 +++ b/as_panel.cpp	Thu Aug 06 13:21:30 2009 +0200
    11.3 @@ -29,8 +29,6 @@
    11.4  //  as_panel.cpp: ISO C++ implementation
    11.5  //
    11.6  
    11.7 -#define QT3_SUPPORT
    11.8 -
    11.9  #include <vector>
   11.10  
   11.11  #include <qimage.h>
    12.1 --- a/as_panel.h	Thu Aug 06 13:04:50 2009 +0200
    12.2 +++ b/as_panel.h	Thu Aug 06 13:21:30 2009 +0200
    12.3 @@ -29,8 +29,6 @@
    12.4  //  as_panel.h: ISO C++ interface
    12.5  //
    12.6  
    12.7 -#define QT3_SUPPORT
    12.8 -
    12.9  #ifndef PREFPANEL_H
   12.10  #define PREFPANEL_H
   12.11  
    13.1 --- a/as_pref.cpp	Thu Aug 06 13:04:50 2009 +0200
    13.2 +++ b/as_pref.cpp	Thu Aug 06 13:21:30 2009 +0200
    13.3 @@ -28,8 +28,6 @@
    13.4  
    13.5  // TODO: Fix up error reporting
    13.6  
    13.7 -#define QT3_SUPPORT
    13.8 -
    13.9  #include <Qt/qdom.h>
   13.10  #include <qfile.h>
   13.11  #include <qtextstream.h>
    14.1 --- a/as_reportpanel.cpp	Thu Aug 06 13:04:50 2009 +0200
    14.2 +++ b/as_reportpanel.cpp	Thu Aug 06 13:21:30 2009 +0200
    14.3 @@ -29,8 +29,6 @@
    14.4  //  as_reportpanel.cpp: ISO C++ implementation
    14.5  //
    14.6  
    14.7 -#define QT3_SUPPORT
    14.8 -
    14.9  #include <qvariant.h>
   14.10  #include <qpushbutton.h>
   14.11  #include <q3textedit.h>
    15.1 --- a/as_reportpanel.h	Thu Aug 06 13:04:50 2009 +0200
    15.2 +++ b/as_reportpanel.h	Thu Aug 06 13:21:30 2009 +0200
    15.3 @@ -29,8 +29,6 @@
    15.4  //  as_reportpanel.h: ISO C++ interface
    15.5  //
    15.6  
    15.7 -#define QT3_SUPPORT
    15.8 -
    15.9  #ifndef REPORTPANEL_H
   15.10  #define REPORTPANEL_H
   15.11  
    16.1 --- a/as_sfile.h	Thu Aug 06 13:04:50 2009 +0200
    16.2 +++ b/as_sfile.h	Thu Aug 06 13:21:30 2009 +0200
    16.3 @@ -32,8 +32,6 @@
    16.4  #ifndef SIMPLEFILE_H
    16.5  #define SIMPLEFILE_H
    16.6  
    16.7 -#define QT3_SUPPORT
    16.8 -
    16.9  #include <qfile.h>
   16.10  #include <qtextstream.h>
   16.11  
    17.1 --- a/as_slot.cpp	Thu Aug 06 13:04:50 2009 +0200
    17.2 +++ b/as_slot.cpp	Thu Aug 06 13:21:30 2009 +0200
    17.3 @@ -29,8 +29,6 @@
    17.4  //  as_slot.cpp: ISO C++ implementation
    17.5  //
    17.6  
    17.7 -#define QT3_SUPPORT
    17.8 -
    17.9  // system headers
   17.10  #include <memory>
   17.11  #include <cstring>
    18.1 --- a/as_table.cpp	Thu Aug 06 13:04:50 2009 +0200
    18.2 +++ b/as_table.cpp	Thu Aug 06 13:21:30 2009 +0200
    18.3 @@ -29,8 +29,6 @@
    18.4  //  as_table.cpp: ISO C++ implementation
    18.5  //
    18.6  
    18.7 -#define QT3_SUPPORT
    18.8 -
    18.9  #include <q3header.h>
   18.10  
   18.11  //Added by qt3to4:

mercurial