summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:38:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:38:54 -0600
commitd55ff12692ecb18fef7626f855920542cff22e7c (patch)
treee2e5fa48ff8952da7c43ec52b591b76fbe30022c /src/main.cpp
parent87c44492c018c301f89f91019084b2214eb96750 (diff)
downloadpotracegui-d55ff12692ecb18fef7626f855920542cff22e7c.tar.gz
potracegui-d55ff12692ecb18fef7626f855920542cff22e7c.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
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)