diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:10:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:10:27 -0600 |
commit | b76bd9c2180d8fa48af3bf68c2d104b7880ce94e (patch) | |
tree | 7dce5927f61d1d21673ba19ae7b5b57ddf22136e /k9author/import.cpp | |
parent | 257013fc4a8df61a2a4811127f9f183bb0c7019a (diff) | |
download | k9copy-b76bd9c2180d8fa48af3bf68c2d104b7880ce94e.tar.gz k9copy-b76bd9c2180d8fa48af3bf68c2d104b7880ce94e.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'k9author/import.cpp')
-rw-r--r-- | k9author/import.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k9author/import.cpp b/k9author/import.cpp index 47a183d..189e46f 100644 --- a/k9author/import.cpp +++ b/k9author/import.cpp @@ -16,12 +16,12 @@ #include <tqlistview.h> #include <kcombobox.h> #include <tqcombobox.h> -#include <kselect.h> +#include <tdeselect.h> #include <tqlayout.h> #include <tqtooltip.h> #include <tqwhatsthis.h> #include "kcombobox.h" -#include "kselect.h" +#include "tdeselect.h" /* * Constructs a import as a child of 'parent', with the |