Changeset 53

Show
Ignore:
Timestamp:
01/10/06 17:00:52 (3 years ago)
Author:
hipplej
Message:

Removed curious class redefinitions from mainwindow.h

Location:
trunk/src/gui
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/mainwindow.cpp

    r52 r53  
    4040} 
    4141 
    42 /* Binds events to actions which are then  
    43    used in the tray menu.  
     42/*  
     43  Binds events to actions which are then  
     44  used in the tray menu.  
    4445*/ 
    4546void MainWindow::createActions() 
  • trunk/src/gui/mainwindow.h

    r52 r53  
    2929#include "tray/trayicon.h" 
    3030 
    31 class QAction; 
    32 class QMenu; 
    33  
    3431class MainWindow : public QMainWindow 
    3532{