Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 년 전
부모 8f30cac974
커밋 d552207393

@ -689,7 +689,7 @@ static KAboutData aboutData("kdialogd3", I18N_NOOP("KDialog Daemon"), VERSION,
int main(int argc, char **argv)
{
KCmdLineArgs::init(argc, argv, &aboutData);
TDECmdLineArgs::init(argc, argv, &aboutData);
KUniqueApplication *app=new KUniqueApplication;
KDialogD kdialogd;

불러오는 중...
취소
저장