Show
Ignore:
Timestamp:
03/02/08 23:18:38 (9 months ago)
Author:
flynd
Message:

Compiler seems to need some help deciding which constructor for KApplication to use.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/core/licqgui.cpp

    r6048 r6080  
    138138 
    139139LicqGui::LicqGui(int& argc, char** argv) : 
    140 #ifndef USE_KDE 
     140#ifdef USE_KDE 
     141  KApplication(true), 
     142#else 
    141143  QApplication(argc, argv), 
    142144#endif