Show
Ignore:
Timestamp:
11/28/07 09:26:58 (12 months ago)
Author:
eugene
Message:
  • Rectified most paths;
  • Moved gui config file into QTGUI_DIR and named config.ini in order to let advanced editors apply their syntax rules;
  • Tiny CodingStyle update.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/core/gui-defines.h

    r5800 r5888  
    2323#include "config.h" 
    2424 
     25#define QTGUI_DIR "qt4-gui/" 
    2526#define DOCK_DIR "dock/" 
    2627#define EMOTICONS_DIR "emoticons/" 
     
    2829#define ICONS_DIR "icons/" 
    2930#define SKINS_DIR "skins/" 
    30 #define QTGUI_CONFIGFILE "licq_qt-gui.conf" 
     31#define QTGUI_CONFIGFILE QTGUI_DIR "config.ini" 
    3132 
    3233#define MAX_COLUMNCOUNT 4