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/dialogs/logwindow.cpp

    r5837 r6048  
    3434 
    3535#ifdef USE_KDE 
    36 #include <kfiledialog.h> 
     36#include <KDE/KFileDialog> 
    3737#else 
    3838#include <QFileDialog> 
     
    122122 
    123123#ifdef USE_KDE 
    124   KURL u = KFileDialog::getSaveURL(QString(QDir::homePath() + "/licq.log"), 
     124  KUrl u = KFileDialog::getSaveUrl(QString(QDir::homePath() + "/licq.log"), 
    125125      QString::null, this); 
    126126  fn = u.path();