Rename KCmd to avoid conflicts with KDE4

r14.0.x
Timothy Pearson 11 years ago
parent b3ff2ac060
commit 50adbb0776

@ -33,14 +33,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "mainwindow.h"
namespace Gwenview {
static KCmdLineOptions options[] = {
static TDECmdLineOptions options[] = {
{ "f", I18N_NOOP("Start in fullscreen mode"), 0 },
{ "filter-type <all,images,videos>", I18N_NOOP("Filter by file type"), 0 },
{ "filter-name <pattern>", I18N_NOOP("Filter by file pattern (*.jpg, 01*...)"), 0 },
{ "filter-from <date>", I18N_NOOP("Only show files newer or equal to <date>"), 0 },
{ "filter-to <date>", I18N_NOOP("Only show files older or equal to <date>"), 0 },
{ "+[file or folder]", I18N_NOOP("A starting file or folder"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
static const char version[] = "1.4.2";

Loading…
Cancel
Save