Show
Ignore:
Timestamp:
01/15/08 07:13:45 (10 months ago)
Author:
erijo
Message:

Enable KDE4 support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/core/plugin.cpp

    r5945 r6048  
    2424#include <QString> 
    2525#include <QStyleFactory> 
     26 
     27#ifdef USE_KDE 
     28#include <KDE/KCmdLineArgs> 
     29#endif 
    2630 
    2731#include <licq_log.h> 
     
    120124  // Don't use the KDE crash handler (drkonqi). 
    121125  setenv("KDE_DEBUG", "true", 0); 
     126 
     127  KCmdLineArgs::init(myArgc, myArgv, 
     128                     "licq", "qt4-gui", 
     129                     ki18n(LP_Name()), VERSION); 
    122130#endif 
    123131