summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:33:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:33:00 -0600
commit3aafa0b64897fd1dc79cb64422c106ead50818bb (patch)
treecdb17308ad28db9da2c2e2c8e56c0caa66b1a8b1 /src
parentbd8e03f773a3373492ceb72ea2beb80b87e1fa6e (diff)
downloadkbookreader-3aafa0b64897fd1dc79cb64422c106ead50818bb.tar.gz
kbookreader-3aafa0b64897fd1dc79cb64422c106ead50818bb.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 511a66b..85db80a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -27,10 +27,10 @@
static const char description[] = I18N_NOOP("A TDE Application");
static const char version[] = "0.2";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "[URL]", I18N_NOOP("Document to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)