diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:11:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:11:27 -0600 |
commit | 7065b83d5db5a97df7cfd9a55681f808512691e8 (patch) | |
tree | 24093255a01169856dffd479565b81b886d5d6e5 /src/prefs.cpp | |
parent | 50fd2fb357f83b24afbc163791fc665285aeea09 (diff) | |
download | kima-7065b83d5db5a97df7cfd9a55681f808512691e8.tar.gz kima-7065b83d5db5a97df7cfd9a55681f808512691e8.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/prefs.cpp')
-rw-r--r-- | src/prefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.cpp b/src/prefs.cpp index c79c492..13b0133 100644 --- a/src/prefs.cpp +++ b/src/prefs.cpp @@ -14,7 +14,7 @@ #include <tqvariant.h> #include <tqsplitter.h> #include <tqheader.h> -#include <klistview.h> +#include <tdelistview.h> #include <tqwidgetstack.h> #include <tqlayout.h> #include <tqtooltip.h> |