diff --git a/sflphone-client-kde/src/main.cpp b/sflphone-client-kde/src/main.cpp index ae4bd9142787bf43d2ba0ce85881f4f0fe06606d..23853b339751d74b5fcc37be72497c252f6a15aa 100644 --- a/sflphone-client-kde/src/main.cpp +++ b/sflphone-client-kde/src/main.cpp @@ -39,9 +39,7 @@ int main(int argc, char **argv) KLocalizedString(), "http://www.sflphone.org.", "sflphone@lists.savoirfairelinux.net"); - about.setProgramLogo(QVariant(QImage(ICON_SFLPHONE))); about.addAuthor( ki18n("Jérémy Quentin"), KLocalizedString(), "jeremy.quentin@savoirfairelinux.com" ); - about.setProgramIconName(ICON_SFLPHONE); about.setTranslator( ki18nc("NAME OF TRANSLATORS","Your names"), ki18nc("EMAIL OF TRANSLATORS","Your emails") ); KCmdLineArgs::init(argc, argv, &about); KCmdLineOptions options;