OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_gui.h versions 1.74 and 1.75
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_gui.h 1.74 -> 1.75

--- as_gui.h     2003/02/14 17:31:54     1.74
+++ as_gui.h     2003/02/14 19:27:03     1.75
@@ -32,21 +32,7 @@
 #ifndef AS_GUI_MWIN_H
 #define AS_GUI_MWIN_H
 
-#include <qapplication.h>
 #include <qmainwindow.h>
-#include <qaction.h>
-#include <qtable.h>
-#include <qmenubar.h>
-#include <qtoolbar.h>
-#include <qstatusbar.h>
-#include <qimage.h>
-#include <qdatetimeedit.h>
-#include <qlabel.h>
-#include <qspinbox.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qfile.h>
 
 #ifdef HAVE_CONFIG_H
 #include "ac_config.h"
@@ -59,7 +45,17 @@
 #include "as_version.cpp"
 #undef  _AS_VERSION_CPP_AS_HEADER_
 
-// Method prototypes
+// Trolltech class prototypes
+class QAction;
+class QHeader;
+class QTimeEdit;
+class QComboBox;
+class QLineEdit;
+class QLabel;
+class QDate;
+class QFile;
+
+// Local class prototypes
 // class AmountBox; // Warning: Might be replaced with QTimeEdit
 class Daydatedit;
 class TiTable;
@@ -207,7 +203,7 @@
     QAction     *m_pAddrowact,    *m_pDelrowact;
     QAction     *m_pRefreshact,   *m_pCutact;
     QAction     *m_pCopyact,      *m_pPasteact;
-    QAction     *m_pSyncact;
+    QAction     *m_pSyncact,      *m_pPrefsact;
 
     // Table, cells, and entries in package layout
     TiTable     *m_pMaintable;
@@ -277,6 +273,7 @@
     void showFilebar(void);             // View menu show file toolbar
     void showEditbar(void);             // View menu show edit toolbar
     void showViewbar(void);             // View menu show view toolbar
+    void showPrefsbar(void);            // View menu show prefs toolbar
     void showWhatsbar(void);            // View menu show whats this toolbar
     void showStatcol(void);             // View menu show status column
     void showLinecol(void);             // View menu show line numbers column
@@ -317,6 +314,7 @@
     QToolBar    *m_pFiletools;
     QToolBar    *m_pEdittools;
     QToolBar    *m_pViewtools;
+    QToolBar    *m_pPrefstools;
     QToolBar    *m_pWhatstools;
     QString     *m_szFilename;
 

CVSTrac 2.0.1