Changeset 6048 for branches/qt-gui_qt4/src/core/plugin.cpp
- Timestamp:
- 01/15/08 07:13:45 (10 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/core/plugin.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/core/plugin.cpp
r5945 r6048 24 24 #include <QString> 25 25 #include <QStyleFactory> 26 27 #ifdef USE_KDE 28 #include <KDE/KCmdLineArgs> 29 #endif 26 30 27 31 #include <licq_log.h> … … 120 124 // Don't use the KDE crash handler (drkonqi). 121 125 setenv("KDE_DEBUG", "true", 0); 126 127 KCmdLineArgs::init(myArgc, myArgv, 128 "licq", "qt4-gui", 129 ki18n(LP_Name()), VERSION); 122 130 #endif 123 131
