From 78b4b738d3bd15c2c820bb566c4725f7cea1ff8d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:45:41 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kpdf/shell/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpdf/shell/main.cpp') diff --git a/kpdf/shell/main.cpp b/kpdf/shell/main.cpp index 5d8f0be0..7e491cce 100644 --- a/kpdf/shell/main.cpp +++ b/kpdf/shell/main.cpp @@ -23,10 +23,10 @@ I18N_NOOP("kpdf, a kde pdf viewer based on xpdf"); static const char version[] = "0.5.10"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("Document to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char** argv) -- cgit v1.2.3