Rename KApplication to TDEApplication to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent 7fd4ff679f
commit fd9643a4ee

@ -77,7 +77,7 @@ KbfxDataSource::exec()
TQCString dcop; TQCString dcop;
int pid; int pid;
TQString m_error; TQString m_error;
KApplication::startServiceByDesktopPath ( desktopFile(), TDEApplication::startServiceByDesktopPath ( desktopFile(),
TQString(), &m_error,&dcop,&pid,"",true ); TQString(), &m_error,&dcop,&pid,"",true );
} }

Loading…
Cancel
Save