diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:05 -0600 |
commit | 4f19b07b964617b6f2378d63d8e205ec93359885 (patch) | |
tree | 7fe702d9392a4ccd6d9809004a659b60e719bc90 /src | |
parent | 193579f37e2251a15e9e2a8ee5ccdfe32df5afcc (diff) | |
download | kvkbd-4f19b07b964617b6f2378d63d8e205ec93359885.tar.gz kvkbd-4f19b07b964617b6f2378d63d8e205ec93359885.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/MainWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWidget.cpp b/src/MainWidget.cpp index 516a23f..4ac1c01 100644 --- a/src/MainWidget.cpp +++ b/src/MainWidget.cpp @@ -35,7 +35,7 @@ #include <math.h> #include <tqfont.h> #include <tqfontdialog.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kapplication.h> |