Show
Ignore:
Timestamp:
09/17/08 08:31:35 (5 years ago)
Author:
wolke
Message:

code clean up

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/audiofilebrowser/gui/src/AudioFileBrowser/AudioFileBrowser.h

    r484 r488  
    2525 
    2626#include "config.h" 
     27#include "ui_AudioFileBrowser_UI.h" 
     28#include "InstrumentEditor/InstrumentEditor.h" 
    2729 
    2830#include <QDialog> 
    29 #include "ui_AudioFileBrowser_UI.h" 
    3031#include <hydrogen/Object.h> 
    3132#include <hydrogen/Preferences.h> 
    32 #include <hydrogen/hydrogen.h> 
    33 #include "InstrumentEditor/InstrumentEditor.h" 
     33 
    3434 
    3535class Button; 
     
    5555                void on_cancelBTN_clicked(); 
    5656                void on_openBTN_clicked(); 
    57                 void clicked(const QModelIndex& index); 
     57                void clicked( const QModelIndex& index ); 
    5858                void on_m_pPlayBtn_clicked(); 
    5959                void updateModelIndex();