diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-19 15:33:24 -0600 |
commit | 087b794b48ba18132d3366d9c1c8c36c1dde5a10 (patch) | |
tree | 83c224a4322bf312689b0db5562f9ff89960e907 /extra/kde315/krecentdirs.h | |
parent | e618529123e9c5a1c6c1235988a4d6a5794ac1f5 (diff) | |
download | pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.tar.gz pytde-087b794b48ba18132d3366d9c1c8c36c1dde5a10.zip |
Fix FTBFS due to incorrect header includes
Diffstat (limited to 'extra/kde315/krecentdirs.h')
-rw-r--r-- | extra/kde315/krecentdirs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde315/krecentdirs.h b/extra/kde315/krecentdirs.h index 656f4f9..e74d267 100644 --- a/extra/kde315/krecentdirs.h +++ b/extra/kde315/krecentdirs.h @@ -28,7 +28,7 @@ #ifndef __KRECENTDIRS_H #define __KRECENTDIRS_H -#include <qstringlist.h> +#include <tqstringlist.h> /** * The goal of this class is to make sure that, when the user needs to |