diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 19:48:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 19:48:27 -0600 |
commit | 43636e0371d99c0e3d623a39dfde6f1f685968fe (patch) | |
tree | a75b777f83c1c247a69d821cfff78e4ab7953ef8 /tdeio | |
parent | 546d2312d9b4a09110dd2d87fc7f07b330f7ce95 (diff) | |
download | tdelibs-43636e0371d99c0e3d623a39dfde6f1f685968fe.tar.gz tdelibs-43636e0371d99c0e3d623a39dfde6f1f685968fe.zip |
Rename kcompletionbox
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdefile/tdefiledialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tdefiledialog.cpp b/tdeio/tdefile/tdefiledialog.cpp index ad0b20456..ed50ae49b 100644 --- a/tdeio/tdefile/tdefiledialog.cpp +++ b/tdeio/tdefile/tdefiledialog.cpp @@ -47,7 +47,7 @@ #include <kapplication.h> #include <kcharsets.h> #include <kcmdlineargs.h> -#include <kcompletionbox.h> +#include <tdecompletionbox.h> #include <tdeconfig.h> #include <kdebug.h> #include <kglobal.h> |