diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:36 -0600 |
commit | 275fcfe2afc0633aa2e9197d6528da433e1bd898 (patch) | |
tree | 1df483fa556282fd602c36cff2ba6e603717e15d /src | |
parent | 81ad55db431d734818472bd6583521adbbc54898 (diff) | |
download | kchmviewer-275fcfe2afc0633aa2e9197d6528da433e1bd898.tar.gz kchmviewer-275fcfe2afc0633aa2e9197d6528da433e1bd898.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/kde-qt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kde-qt.h b/src/kde-qt.h index 0d65253..cc59837 100644 --- a/src/kde-qt.h +++ b/src/kde-qt.h @@ -36,7 +36,7 @@ #include <kcmdlineargs.h> #include <klocale.h> #include <klistview.h> - #include <kfiledialog.h> + #include <tdefiledialog.h> #include <tdehtml_part.h> #include <ktabwidget.h> #include <kpopupmenu.h> |