From d55ff12692ecb18fef7626f855920542cff22e7c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:38:54 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 0dfb14a..bdaec18 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,10 +28,10 @@ static const char description[] = I18N_NOOP("An interface for potrace and autotrace"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) -- cgit v1.2.1