summaryrefslogtreecommitdiffstats
path: root/lib/options.cc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-14 17:08:39 -0600
committerTimothy Pearson <[email protected]>2013-02-14 17:08:39 -0600
commitcbf5d0cef8875e3a03b49338d42784e23f96b26d (patch)
tree8fa44fe14b0ee30cb11b382dc914c7c18578654f /lib/options.cc
parent4e029b61904109e6a4b48119097cbe9976f291f6 (diff)
downloadkpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.tar.gz
kpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'lib/options.cc')
-rw-r--r--lib/options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.cc b/lib/options.cc
index ad755c9..f7ee6de 100644
--- a/lib/options.cc
+++ b/lib/options.cc
@@ -37,7 +37,7 @@
#include <tdeconfig.h>
#include <kdebug.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#ifdef DEBUG
int debug_level = 1;