From 5e664c2e4a7b9dcaf2660f8db94a632d1021e2dd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:44:17 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kpager/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpager') diff --git a/kpager/main.cpp b/kpager/main.cpp index b13ec7b0c..6210761c2 100644 --- a/kpager/main.cpp +++ b/kpager/main.cpp @@ -32,10 +32,10 @@ #include "kpager.h" -static KCmdLineOptions pagerOpts[] = +static TDECmdLineOptions pagerOpts[] = { { "hidden", I18N_NOOP("Create pager but keep the window hidden"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; bool closed_by_sm = false; -- cgit v1.2.3